summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/hmac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change explicit_bzero();free() to freezero()jsg2020-02-261-3/+2
* lots of things were relying on libcrypto headers to transitivelydjm2019-09-061-1/+2
* correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@markus2015-03-241-2/+2
* switch to sshbufmarkus2015-01-151-3/+3
* replace most bzero with explicit_bzero, except a few that cna be memsettedu2014-01-311-4/+4
* replace openssl HMAC with an implementation based on our ssh_digest_*markus2014-01-271-0/+195
* 1) clean up the MAC support for SSH-2markus2001-02-111-56/+0
* sync with netbsd tree changes.itojun2001-02-081-1/+3
* split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus2001-01-211-2/+2
* replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'markus2000-12-191-7/+7
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-6/+1
* OpenBSD tagmarkus2000-06-201-1/+1
* #include <ssl/foo.h> -> <openssh/foo.h>markus2000-04-121-2/+2
* DSA, keyexchange, algorithm agreement for ssh2markus2000-04-031-0/+59