summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/digest.h
AgeCommit message (Expand)Author
2014-07-03forward-declare struct sshbuf so consumers don't need to include sshbuf.hDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-05-02revert __bounded change; it causes way more problems for portable thanDamien Miller
2014-03-26use __bounded(...) attribute recently added to sys/cdefs.h instead ofDamien Miller
2014-01-27replace openssl HMAC with an implementation based on our ssh_digest_*Markus Friedl
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller