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
/
umac.c
Age
Commit message (
Expand
)
Author
2023-03-07
correct size for array argument when changing UMAC_OUTPUT_LEN
Damien Miller
2022-01-01
spelling
Jonathan Gray
2021-04-03
typos in comments; GHPR#180 from Ville Skyttä
Damien Miller
2020-03-13
spelling errors in comments; no code change
Damien Miller
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2017-12-12
Create a persistent umac128.c source file: #define the output size and
Christian Weisgerber
2017-11-28
more whitespace errors
Damien Miller
2017-11-28
whitespace at EOL
Damien Miller
2017-10-27
whitespace at EOL (lots)
Damien Miller
2017-05-31
clear session keys from memory; ok djm@
Markus Friedl
2014-07-22
Convert from <sys/endian.h> to the shiney new <endian.h>
Philip Guenther
2014-04-30
UMAC can use our local fallback implementation of AES when OpenSSL isn't
Christian Weisgerber
2014-04-20
use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
Damien Miller
2013-11-08
use calloc for all structure allocations; from markus@
Damien Miller
2013-07-22
make MAC key, data to be hashed and nonce for final hash const;
Damien Miller
2013-07-20
use a union to ensure correct alignment; ok deraadt
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2011-10-19
typo in comment; patch from Michael W. Bombardieri
Damien Miller
2008-05-12
Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
Peter Valchev
2007-09-12
use xmalloc() and xfree(); ok markus@ pvalchev@
Kevin Steves
2007-06-07
Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must
Peter Valchev