aboutsummaryrefslogtreecommitdiff
path: root/src/pki.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-30pki: Check the type of the key blob earlier.Andreas Schneider1-2/+9
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-5/+19
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-5/+21
2011-08-29pki: Fix session_id hashing.Andreas Schneider1-2/+2
2011-08-28pki: Refactor ssh_pki_do_sign().Andreas Schneider1-10/+11
2011-08-28pki: Add Windows defines.Andreas Schneider1-0/+14
2011-08-26pki: Handle hash correctly.Andreas Schneider1-12/+10
2011-08-26pki: Migrate ssh_pki_do_sign to new pki.Andreas Schneider1-20/+26
2011-08-23pki: Add more return values for file importing functions.Andreas Schneider1-3/+28
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider1-64/+5
2011-08-22agent: Fix memory leak.Andreas Schneider1-4/+16
2011-08-22pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider1-0/+38
2011-08-22pki: Add ssh_pki_signature_verify_blob().Andreas Schneider1-0/+59
2011-08-22pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider1-0/+43
2011-08-21pki: Add ssh_pki_do_sign_agent().Andreas Schneider1-0/+53
2011-08-21pki: Fix possible segfault in ssh_key_type_from_name().Andreas Schneider1-19/+23
2011-08-21pki: Create a pki private header file.Andreas Schneider1-0/+1
2011-08-21pki: Add ssh_pki_import_signature_blob().Andreas Schneider1-0/+60
2011-08-21pki: Add ssh_pki_export_signature_blob().Andreas Schneider1-0/+56
2011-08-20pki: Introduce ssh_signature.Andreas Schneider1-0/+43
2011-08-19pki: Use a consistent naming scheme.Andreas Schneider1-8/+8
2011-08-16tests: Added test for pubkey from privkey.Andreas Schneider1-5/+5
2011-08-16pki: Add ssh_pki_export_publickey_file().Andreas Schneider1-1/+60
2011-08-16pki: Fix and rename ssh_pki_publickey_to_base64().Andreas Schneider1-7/+7
2011-08-16pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider1-39/+21
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider1-63/+77
2011-08-16pki: Fix memleak in pki_import_pubkey_buffer().Andreas Schneider1-0/+2
2011-08-16pki: Add ssh_pki_log function.Andreas Schneider1-2/+8
2011-08-16pki: Fix ssh_pki_publickey_to_base64() warnings.Andreas Schneider1-6/+1
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