summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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