summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshkey.h
AgeCommit message (Expand)Author
2015-12-04implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)Markus Friedl
2015-11-19move the certificate validity formatting code to sshkey.[ch]Damien Miller
2015-09-13- Fix error message: passphrase needs to be at least 5 characters, not 4.tim
2015-08-04backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release;Damien Miller
2015-07-03another SSH_RSA_MINIMUM_MODULUS_SIZE that needed crankingDamien Miller
2015-07-03delete support for legacy v00 certificates; "sure" markus@ dtucker@Damien Miller
2015-05-21refactor: split base64 encoding of pubkey into its ownDamien Miller
2015-01-26small refactor and add some convenience functions;Damien Miller
2015-01-13add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesDamien Miller
2015-01-08deprecate key_load_private_pem() and sshkey_load_private_pem()Damien Miller
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller