Age | Commit message (Expand) | Author |
---|---|---|
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 |