summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/digest-openssl.c
AgeCommit message (Expand)Author
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-07-03use EVP_Digest() for one-shot hash instead of creating, updating,Damien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2014-01-28rename digest.c to digest-openssl.c and add libc variant; ok djm@Markus Friedl