summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/digest.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove hmac-ripemd160; ok dtuckerdjm2017-05-081-7/+6
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-1/+7
* forward-declare struct sshbuf so consumers don't need to include sshbuf.hdjm2014-07-031-1/+2
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-3/+4
* revert __bounded change; it causes way more problems for portable thandjm2014-05-021-6/+6
* use __bounded(...) attribute recently added to sys/cdefs.h instead ofdjm2014-03-261-6/+6
* replace openssl HMAC with an implementation based on our ssh_digest_*markus2014-01-271-2/+10
* Introduce digest API and use it to perform all hashing operationsdjm2014-01-091-0/+55