summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/mac.c
AgeCommit message (Collapse)Author
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
silencing a heap of lint warnings. also allows them to use __bounded__ checking which can't be applied to macros; requested by and feedback from deraadt@
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
Theo nuked - our scripts to sync -portable need them in the files
2006-03-19RCSID() can dieTheo de Raadt
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2003-09-18A few signedness fixes for harmless situations; markus@ okMiod Vallat
2002-05-16fix warnings (openssl 0.9.7 requires const)Markus Friedl
2002-01-25use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@Markus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-02-111) clean up the MAC support for SSH-2Markus Friedl
2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@