Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert from <sys/endian.h> to the shiney new <endian.h> | 2014-07-22 | 1 | -2/+2 | |
* | UMAC can use our local fallback implementation of AES when OpenSSL isn't | 2014-04-30 | 1 | -2/+12 | |
* | use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on | 2014-04-20 | 1 | -29/+14 | |
* | use calloc for all structure allocations; from markus@ | 2013-11-08 | 1 | -2/+2 | |
* | make MAC key, data to be hashed and nonce for final hash const; | 2013-07-22 | 1 | -31/+31 | |
* | use a union to ensure correct alignment; ok deraadt | 2013-07-20 | 1 | -7/+9 | |
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -2/+2 | |
* | typo in comment; patch from Michael W. Bombardieri | 2011-10-19 | 1 | -2/+2 | |
* | Ensure nh_result lies on a 64-bit boundary (fixes warnings observed | 2008-05-12 | 1 | -3/+5 | |
* | use xmalloc() and xfree(); ok markus@ pvalchev@ | 2007-09-12 | 1 | -3/+4 | |
* | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | 2007-06-07 | 1 | -0/+1270 |