index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
mac.c
Age
Commit message (
Expand
)
Author
2008-06-13
upcast another size_t to u_long to match format
Darren Tucker
2007-06-07
Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must
Peter Valchev
2007-06-05
Preserve MAC ctx between packets, saving 2xhash calls per-packet.
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-03-30
replace {GET,PUT}_XXBIT macros with functionally similar functions,
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2005-06-17
make this -Wsign-compare clean; ok avsm@ markus@
Damien Miller
2003-09-18
A few signedness fixes for harmless situations; markus@ ok
Miod Vallat
2002-05-16
fix warnings (openssl 0.9.7 requires const)
Markus Friedl
2002-01-25
use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@
Markus Friedl
2001-12-19
basic KNF done while i was looking for something else
Theo de Raadt
2001-04-05
fix whitespace: unexpand + trailing spaces.
Markus Friedl
2001-02-11
1) clean up the MAC support for SSH-2
Markus Friedl