summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/digest-openssl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-1/+21
* use EVP_Digest() for one-shot hash instead of creating, updating,djm2014-07-031-8/+11
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-16/+20
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-2/+2
* rename digest.c to digest-openssl.c and add libc variant; ok djm@markus2014-01-281-0/+160