summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* argument to sshkey_from_private() and sshkey_demote() can't be NULLdjm2015-10-151-7/+3
* - Fix error message: passphrase needs to be at least 5 characters, not 4.tim2015-09-131-13/+7
* Fix occurrences of "r = func() != 0" which result in the wrong errorjsg2015-09-021-11/+11
* fix double-free() in error path of DSA key generation reported bydjm2015-08-191-2/+1
* delete support for legacy v00 certificates; "sure" markus@ dtucker@djm2015-07-031-92/+16
* refactor: split base64 encoding of pubkey into its owndjm2015-05-211-75/+99
* don't choke on new-format private keys encrypted with an AEAD cipher;djm2015-05-081-4/+11
* Remove pattern length argument from match_pattern_list(),djm2015-05-041-2/+2
* correct return value in pubkey parsing, spotted by Ben Hawkesdjm2015-04-031-7/+7
* fix sshkey_certify() return value for unsupported key types;djm2015-03-061-1/+2
* small refactor and add some convenience functions;djm2015-01-261-35/+75
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+3
* avoid an warning for the !OPENSSL casedjm2015-01-141-5/+5
* add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesdjm2015-01-131-5/+27
* unbreak parsing of pubkey comments; with gerhard; ok djm/deraadtmarkus2015-01-121-9/+9
* allow WITH_OPENSSL w/o WITH_SSH1; ok djm@markus2015-01-121-3/+7
* deprecate key_load_private_pem() and sshkey_load_private_pem()djm2015-01-081-19/+7
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-38/+76
* better error value for invalid signature lengthdjm2014-12-101-5/+2
* fix NULL pointer dereference crash in key loadingdjm2014-11-181-5/+3
* parse cert sections using nested buffers to reduce copies; ok markusdjm2014-10-081-51/+47
* make Ed25519 keys' title fit properly in the randomart border; bz#2247djm2014-07-031-8/+17
* fix loading of private keysmarkus2014-06-271-4/+4
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-0/+3789