aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/pki.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-07pki: Add certificate loading functionsAxel Eppe1-0/+4
- ssh_pki_import_cert_base64() - ssh_pki_import_cert_file() - ssh_pki_import_cert_blob() Those functions are currently simple wrappers around their pubkey counterpart. - ssh_pki_copy_cert_to_privkey() This function copies the cert-specific data to a private key. Signed-off-by: Axel Eppe <aeppe@google.com> Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe1-0/+1
- Add rsa/dsa (ssh-{rsa,dss}-cert-v01@openssh.com) as key types. - Add a cert_type member in the ssh_key struct. Signed-off-by: Axel Eppe <aeppe@google.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2014-09-07ed25519: Generate, sign and verify keys.Aris1-0/+5
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
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
This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
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
This fixes the build without server.
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
It should be named ssh_pki_import_pubkey_blob().
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