summaryrefslogtreecommitdiffstats
path: root/src/pki.c
Commit message (Expand)AuthorAgeFilesLines
* pki: ssh_pki_generateAris Adamantiadis2011-09-241-0/+43
* pki: null ptr checkAris Adamantiadis2011-09-181-1/+5
* pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider2011-09-171-4/+5
* pki: Use ssh_string_get_char().Andreas Schneider2011-09-081-19/+2
* pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider2011-09-051-0/+8
* pki: Add ecdsa key support.Andreas Schneider2011-09-021-0/+7
* pki: Check the type of the key blob earlier.Andreas Schneider2011-08-301-2/+9
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-5/+19
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-5/+21
* pki: Fix session_id hashing.Andreas Schneider2011-08-291-2/+2
* pki: Refactor ssh_pki_do_sign().Andreas Schneider2011-08-281-10/+11
* pki: Add Windows defines.Andreas Schneider2011-08-281-0/+14
* pki: Handle hash correctly.Andreas Schneider2011-08-261-12/+10
* pki: Migrate ssh_pki_do_sign to new pki.Andreas Schneider2011-08-261-20/+26
* pki: Add more return values for file importing functions.Andreas Schneider2011-08-231-3/+28
* pki: We need only one signature verify blob function.Andreas Schneider2011-08-231-64/+5
* agent: Fix memory leak.Andreas Schneider2011-08-221-4/+16
* pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider2011-08-221-0/+38
* pki: Add ssh_pki_signature_verify_blob().Andreas Schneider2011-08-221-0/+59
* pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider2011-08-221-0/+43
* pki: Add ssh_pki_do_sign_agent().Andreas Schneider2011-08-211-0/+53
* pki: Fix possible segfault in ssh_key_type_from_name().Andreas Schneider2011-08-211-19/+23
* pki: Create a pki private header file.Andreas Schneider2011-08-211-0/+1
* pki: Add ssh_pki_import_signature_blob().Andreas Schneider2011-08-211-0/+60
* pki: Add ssh_pki_export_signature_blob().Andreas Schneider2011-08-211-0/+56
* pki: Introduce ssh_signature.Andreas Schneider2011-08-201-0/+43
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-8/+8
* 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
* 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
* 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
* 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