summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/digest-libc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change explicit_bzero();free() to freezero()jsg2020-02-261-3/+2
* remove hmac-ripemd160; ok dtuckerdjm2017-05-081-11/+1
* use the sizeof the struct not the sizeof a pointer to the structjsg2015-05-051-2/+2
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-1/+21
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-13/+14
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-3/+3
* rename digest.c to digest-openssl.c and add libc variant; ok djm@markus2014-01-281-0/+236