Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-11 | Replace more ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt | |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt | |
explicit_bzero() where required ok markus mikeb | |||
2010-07-20 | Switch some obvious network stack MAC comparisons from bcmp() to | Matthew Dempsky | |
timingsafe_bcmp(). ok deraadt@; committed over WPA. | |||
2008-08-12 | Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC | Damien Bergamini | |
and AES Key Wrap algorithms. They will replace/extend the non-generic implementation in net80211. AES-128-CMAC tested by sobrado@ (AlphaServer 1200), naddy@ (alpha/sparc64) and sthen@ (sparc64, armish). HMAC-* reviewed by hshoexer@ ok and hints from djm@ |