summaryrefslogtreecommitdiffstats
path: root/include/libssh/pki.h
Commit message (Expand)AuthorAgeFilesLines
* pki: Add ecdsa key support.Andreas Schneider2011-09-021-0/+6
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-3/+0
* pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider2011-08-301-1/+2
* pki: We need only one signature verify blob function.Andreas Schneider2011-08-231-6/+4
* pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider2011-08-221-0/+5
* pki: Add ssh_pki_signature_verify_blob().Andreas Schneider2011-08-221-0/+2
* pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider2011-08-221-0/+2
* pki: Add ssh_pki_do_sign_agent().Andreas Schneider2011-08-211-0/+3
* pki: Create a pki private header file.Andreas Schneider2011-08-211-46/+15
* pki: Add ssh_pki_import_signature_blob().Andreas Schneider2011-08-211-0/+6
* pki: Add ssh_pki_export_signature_blob().Andreas Schneider2011-08-211-0/+4
* pki: Introduce ssh_signature.Andreas Schneider2011-08-201-0/+17
* pki: Fix build warnings.Andreas Schneider2011-08-201-1/+1
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-2/+2
* pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider2011-08-161-0/+6
* pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider2011-08-161-3/+6
* pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider2011-08-161-1/+0
* pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider2011-08-161-3/+0
* pki: Add ssh_pki_publickey_to_string().Andreas Schneider2011-08-151-0/+2
* pki: Flags are a bit mask so use hex.Andreas Schneider2011-08-151-3/+3
* pki: Cleanup pki header.Andreas Schneider2011-08-151-11/+15
* pki: Added ssh_key_dup().Andreas Schneider2011-08-151-1/+2
* pki: Add ssh_pki_import_pubkey_string().Andreas Schneider2011-08-131-0/+3
* pki: Use const.Andreas Schneider2011-08-131-3/+4
* pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider2011-08-081-0/+8
* pki: Add pki_do_sign().Andreas Schneider2011-08-081-0/+2
* pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider2011-08-081-0/+1
* pki: Create pki_publickey_from_privatekey().Andreas Schneider2011-08-081-0/+1
* pki: Improve ssh_key_import_private().Andreas Schneider2011-08-081-2/+1
* pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider2011-08-081-0/+3
* pki: Add pki_privatekey_type_from_string().Andreas Schneider2011-08-081-0/+6
* pki: Add placeholder for ecdsa and certs.Andreas Schneider2011-08-081-0/+2
* pki: Make ssh_key_is_private() a public function.Andreas Schneider2011-06-151-2/+0
* pki: Make ssh_key_is_public() a public function.Andreas Schneider2011-06-151-1/+0
* pki: Make ssh_key_type a public function.Andreas Schneider2011-06-111-1/+0
* [pki] remove unused functionsmilo2011-04-181-3/+0
* [pki] added ssh_pki_do_sign() functionmilo2011-04-141-0/+2
* [pki] Added conversion functions to migrate seemlessly to ssh_keymilo2011-04-141-0/+6
* [pki] Added ssh_pki_publickey_from_privatekey() functionmilo2011-04-141-0/+3
* [pki] Added ssh_pki_import_privkey_base64()milo2011-04-141-0/+3
* [pki] Make ssh_key_new and ssh_key_free publicmilo2011-04-141-2/+0
* pki: Added GPL to header file.Andreas Schneider2010-09-281-0/+21
* Forgot the pki filesAris Adamantiadis2010-05-021-0/+28