summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/digest-libc.c
AgeCommit message (Expand)Author
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2017-05-08remove hmac-ripemd160; ok dtuckerDamien Miller
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien 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