aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/pki.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-30pki: Separate signature extraction and verificationJakub Jelen1-5/+5
2018-10-24include: Fix HAVE_<FEATURE> checks in pki.hAndreas Schneider1-11/+11
2018-08-31pki: Support RSA SHA2 signatures of sessionid for serverJakub Jelen1-0/+1
2018-08-31pki: Allow filtering accepted public key types based on the configurationJakub Jelen1-0/+1
2018-08-31auth: Support SHA2 extension for pubkey authentication (RFC 8332)Jakub Jelen1-0/+4
2018-08-31pki: Support RSA verification using different hash algorithmsJakub Jelen1-0/+1
2018-06-29Rest in Peace SSHv1Andreas Schneider1-4/+0
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+7
2016-11-03pki_gcrypt: Handle ECDSA keys and signaturesJustus Winter1-2/+2
2015-09-07pki: Add certificate loading functionsAxel Eppe1-0/+4
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe1-0/+1
2014-09-07ed25519: Generate, sign and verify keys.Aris1-0/+5
2013-10-18pki: Add the type as a char pointer.Andreas Schneider1-0/+1
2013-07-22pki: Fix declaration of ssh_pki_convert functions.Andreas Schneider1-3/+3
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