summaryrefslogtreecommitdiffstats
path: root/src/pki.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Added test for pubkey from privkey.Andreas Schneider2011-08-161-5/+5
|
* pki: Add ssh_pki_export_publickey_file().Andreas Schneider2011-08-161-1/+60
|
* pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-7/+7
| | | | Rename it to ssh_pki_export_publickey_base64().
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-39/+21
|
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-63/+77
|
* pki: Fix memleak in pki_import_pubkey_buffer().Andreas Schneider2011-08-161-0/+2
|
* pki: Add ssh_pki_log function.Andreas Schneider2011-08-161-2/+8
| | | | | The plan is to get rid of the session as a parameter to ssh pki key functions. We don't need a session for it and probably don't want it.
* pki: Fix ssh_pki_publickey_to_base64() warnings.Andreas Schneider2011-08-161-6/+1
|
* pki: Add ssh_pki_publickey_to_base64().Andreas Schneider2011-08-161-0/+42
|
* pki: Add ssh_pki_import_pubkey_file().Andreas Schneider2011-08-161-0/+73
|
* pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider2011-08-161-3/+6
|
* pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider2011-08-161-7/+8
| | | | It should be named ssh_pki_import_pubkey_blob().
* pki: Fix ssh_pki_import_pubkey_base64().Andreas Schneider2011-08-161-0/+11
|
* pki: Add ssh_pki_publickey_to_string().Andreas Schneider2011-08-151-4/+12
|
* pki: Cleanup pki header.Andreas Schneider2011-08-151-0/+9
|
* Fixed missing include for FILEmilo2011-08-151-0/+1
|
* pki: Added ssh_key_dup().Andreas Schneider2011-08-151-1/+15
|
* pki: Add ssh_pki_import_pubkey_string().Andreas Schneider2011-08-131-26/+108
|
* pki: Use const.Andreas Schneider2011-08-131-7/+7
|
* pki: Document public key function.Andreas Schneider2011-08-131-1/+25
|
* pki: Fix doc of ssh_pki_import_privkey_base64().Andreas Schneider2011-08-121-1/+4
|
* pki: Fix a resource leak.Andreas Schneider2011-08-111-0/+1
|
* pki: Use a consistent name scheme.Andreas Schneider2011-08-091-9/+17
| | | | Rename ssh_key_import_private to ssh_pki_import_privkey_file.
* pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider2011-08-081-0/+127
|
* pki: Add pki_do_sign().Andreas Schneider2011-08-081-91/+32
|
* pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider2011-08-081-0/+16
|
* pki: Create pki_publickey_from_privatekey().Andreas Schneider2011-08-081-185/+1
|
* pki: Improve ssh_key_import_private().Andreas Schneider2011-08-081-12/+67
|
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-081-15/+13
|
* pki: Add pki_privatekey_type_from_string().Andreas Schneider2011-08-081-0/+12
|
* pki: Make ssh_key_is_private() a public function.Andreas Schneider2011-06-151-0/+15
|
* pki: Make ssh_key_is_public() a public function.Andreas Schneider2011-06-151-0/+15
|
* pki: Add ssh_key_type_to_char() and ssh_key_type_from_name().Andreas Schneider2011-06-111-0/+55
|
* [pki] remove unused functionsmilo2011-04-181-59/+0
|
* [pki] Fix buffer overflow in pkiAris Adamantiadis2011-04-151-1/+1
|
* [pki] Add documentation and check for NULLsmilo2011-04-141-0/+13
|
* Set freed pointers to NULL in ssh_key structmilo2011-04-141-0/+2
|
* [pki] added ssh_pki_do_sign() functionmilo2011-04-141-0/+112
|
* [pki] Added conversion functions to migrate seemlessly to ssh_keymilo2011-04-141-0/+81
|
* [pki] check for NULL and small cosmetic changesmilo2011-04-141-16/+17
|
* [pki] Added ssh_pki_publickey_from_privatekey() functionmilo2011-04-141-0/+188
|
* [pki] Added ssh_pki_import_privkey_base64()milo2011-04-141-0/+25
|
* [pki] Make ssh_key_new and ssh_key_free publicmilo2011-04-141-0/+1
|
* doc: Follow the current naming convention.Andreas Schneider2010-12-101-1/+1
|
* doc: Fixed pki doc group.Andreas Schneider2010-12-071-1/+2
|
* pki: Create a file for known_hosts functions.Andreas Schneider2010-09-281-0/+1
|
* pki: Fixed a possible crash.Andreas Schneider2010-09-181-3/+6
|
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-0/+113