summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/mac.c
AgeCommit message (Expand)Author
2008-06-13upcast another size_t to u_long to match formatDarren Tucker
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev
2007-06-05Preserve MAC ctx between packets, saving 2xhash calls per-packet.Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-03-30replace {GET,PUT}_XXBIT macros with functionally similar functions,Damien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
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