aboutsummaryrefslogtreecommitdiff
path: root/src/pki.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-16pki: Add ssh_pki_publickey_to_base64().Andreas Schneider1-0/+42
2011-08-16pki: Add ssh_pki_import_pubkey_file().Andreas Schneider1-0/+73
2011-08-16pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider1-3/+6
2011-08-16pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider1-7/+8
2011-08-16pki: Fix ssh_pki_import_pubkey_base64().Andreas Schneider1-0/+11
2011-08-15pki: Add ssh_pki_publickey_to_string().Andreas Schneider1-4/+12
2011-08-15pki: Cleanup pki header.Andreas Schneider1-0/+9
2011-08-15Fixed missing include for FILEmilo1-0/+1
2011-08-15pki: Added ssh_key_dup().Andreas Schneider1-1/+15
2011-08-13pki: Add ssh_pki_import_pubkey_string().Andreas Schneider1-26/+108
2011-08-13pki: Use const.Andreas Schneider1-7/+7
2011-08-13pki: Document public key function.Andreas Schneider1-1/+25
2011-08-12pki: Fix doc of ssh_pki_import_privkey_base64().Andreas Schneider1-1/+4
2011-08-11pki: Fix a resource leak.Andreas Schneider1-0/+1
2011-08-09pki: Use a consistent name scheme.Andreas Schneider1-9/+17
2011-08-08pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider1-0/+127
2011-08-08pki: Add pki_do_sign().Andreas Schneider1-91/+32
2011-08-08pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider1-0/+16
2011-08-08pki: Create pki_publickey_from_privatekey().Andreas Schneider1-185/+1
2011-08-08pki: Improve ssh_key_import_private().Andreas Schneider1-12/+67
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider1-15/+13
2011-08-08pki: Add pki_privatekey_type_from_string().Andreas Schneider1-0/+12
2011-06-15pki: Make ssh_key_is_private() a public function.Andreas Schneider1-0/+15
2011-06-15pki: Make ssh_key_is_public() a public function.Andreas Schneider1-0/+15
2011-06-11pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider1-0/+55
2011-04-18[pki] remove unused functionsmilo1-59/+0
2011-04-15[pki] Fix buffer overflow in pkiAris Adamantiadis1-1/+1
2011-04-14[pki] Add documentation and check for NULLsmilo1-0/+13
2011-04-14Set freed pointers to NULL in ssh_key structmilo1-0/+2
2011-04-14[pki] added ssh_pki_do_sign() functionmilo1-0/+112
2011-04-14[pki] Added conversion functions to migrate seemlessly to ssh_keymilo1-0/+81
2011-04-14[pki] check for NULL and small cosmetic changesmilo1-16/+17
2011-04-14[pki] Added ssh_pki_publickey_from_privatekey() functionmilo1-0/+188
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo1-0/+25
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo1-0/+1
2010-12-10doc: Follow the current naming convention.Andreas Schneider1-1/+1
2010-12-07doc: Fixed pki doc group.Andreas Schneider1-1/+2
2010-09-28pki: Create a file for known_hosts functions.Andreas Schneider1-0/+1
2010-09-18pki: Fixed a possible crash.Andreas Schneider1-3/+6
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+113