aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/pki.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-17pki: Limit privkey to 4M for now.Andreas Schneider1-0/+1
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2012-11-21pki: Add a size limit for pubkey files.Andreas Schneider1-0/+2
2012-02-04pki: Add ecdsa support for signature_to_blob.Andreas Schneider1-1/+13
2011-09-18priv: Remove crypto.h and add correct includes to src files.Andreas Schneider1-0/+2
2011-09-05pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider1-0/+4
2011-09-02pki: Add ecdsa key support.Andreas Schneider1-0/+6
2011-08-30pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider1-3/+0
2011-08-30pki: Use consistent API for ssh_pki_export_pubkey_blob().Andreas Schneider1-1/+2
2011-08-23pki: We need only one signature verify blob function.Andreas Schneider1-6/+4
2011-08-22pki: Add ssh_srv_pki_signature_verify_blob().Andreas Schneider1-0/+5
2011-08-22pki: Add ssh_pki_signature_verify_blob().Andreas Schneider1-0/+2
2011-08-22pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider1-0/+2
2011-08-21pki: Add ssh_pki_do_sign_agent().Andreas Schneider1-0/+3
2011-08-21pki: Create a pki private header file.Andreas Schneider1-46/+15
2011-08-21pki: Add ssh_pki_import_signature_blob().Andreas Schneider1-0/+6
2011-08-21pki: Add ssh_pki_export_signature_blob().Andreas Schneider1-0/+4
2011-08-20pki: Introduce ssh_signature.Andreas Schneider1-0/+17
2011-08-20pki: Fix build warnings.Andreas Schneider1-1/+1
2011-08-19pki: Use a consistent naming scheme.Andreas Schneider1-2/+2
2011-08-16pki: Remove session from ssh_pki_import_pubkey_* functions.Andreas Schneider1-0/+6
2011-08-16pki: Remove session from ssh_pki_import_privkey_* functions.Andreas Schneider1-3/+6
2011-08-16pki: Rename ssh_pki_publickey_to_string and make it public.Andreas Schneider1-1/+0
2011-08-16pki: Rename ssh_pki_import_pubkey_string and make it public.Andreas Schneider1-3/+0
2011-08-15pki: Add ssh_pki_publickey_to_string().Andreas Schneider1-0/+2
2011-08-15pki: Flags are a bit mask so use hex.Andreas Schneider1-3/+3
2011-08-15pki: Cleanup pki header.Andreas Schneider1-11/+15
2011-08-15pki: Added ssh_key_dup().Andreas Schneider1-1/+2
2011-08-13pki: Add ssh_pki_import_pubkey_string().Andreas Schneider1-0/+3
2011-08-13pki: Use const.Andreas Schneider1-3/+4
2011-08-08pki: Add ssh_pki_import_pubkey_base64().Andreas Schneider1-0/+8
2011-08-08pki: Add pki_do_sign().Andreas Schneider1-0/+2
2011-08-08pki: Add ssh_pki_convert_key_to_privatekey().Andreas Schneider1-0/+1
2011-08-08pki: Create pki_publickey_from_privatekey().Andreas Schneider1-0/+1
2011-08-08pki: Improve ssh_key_import_private().Andreas Schneider1-2/+1
2011-08-08pki: Improve ssh_pki_import_privkey_base64().Andreas Schneider1-0/+3
2011-08-08pki: Add pki_privatekey_type_from_string().Andreas Schneider1-0/+6
2011-08-08pki: Add placeholder for ecdsa and certs.Andreas Schneider1-0/+2
2011-06-15pki: Make ssh_key_is_private() a public function.Andreas Schneider1-2/+0
2011-06-15pki: Make ssh_key_is_public() a public function.Andreas Schneider1-1/+0
2011-06-11pki: Make ssh_key_type a public function.Andreas Schneider1-1/+0
2011-04-18[pki] remove unused functionsmilo1-3/+0
2011-04-14[pki] added ssh_pki_do_sign() functionmilo1-0/+2
2011-04-14[pki] Added conversion functions to migrate seemlessly to ssh_keymilo1-0/+6
2011-04-14[pki] Added ssh_pki_publickey_from_privatekey() functionmilo1-0/+3
2011-04-14[pki] Added ssh_pki_import_privkey_base64()milo1-0/+3
2011-04-14[pki] Make ssh_key_new and ssh_key_free publicmilo1-2/+0
2010-09-28pki: Added GPL to header file.Andreas Schneider1-0/+21
2010-05-02Forgot the pki filesAris Adamantiadis1-0/+28