summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/hmac.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-2/+3
* revert __bounded change; it causes way more problems for portable thandjm2014-05-021-4/+4
* use __bounded(...) attribute recently added to sys/cdefs.h instead ofdjm2014-03-261-4/+4
* replace openssl HMAC with an implementation based on our ssh_digest_*markus2014-01-271-0/+37
* 1) clean up the MAC support for SSH-2markus2001-02-111-36/+0
* $OpenBSD$niklas2001-01-291-0/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-4/+4
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
* DSA, keyexchange, algorithm agreement for ssh2markus2000-04-031-0/+11