summaryrefslogtreecommitdiffstats
path: root/include/libssh/pki.h
Commit message (Expand)AuthorAgeFilesLines
* pki: Add certificate loading functionsAxel Eppe2015-09-071-0/+4
* pki: Add rsa, dss certificate key type definitionsAxel Eppe2015-09-071-0/+1
* ed25519: Generate, sign and verify keys.Aris2014-09-071-0/+5
* pki: Add the type as a char pointer.Andreas Schneider2013-10-181-0/+1
* pki: Fix declaration of ssh_pki_convert functions.Andreas Schneider2013-07-221-3/+3
* pki: Limit privkey to 4M for now.Andreas Schneider2013-06-171-0/+1
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
* pki: Add a size limit for pubkey files.Andreas Schneider2012-11-211-0/+2
* pki: Add ecdsa support for signature_to_blob.Andreas Schneider2012-02-041-1/+13
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-0/+2
* pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider2011-09-051-0/+4
* 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