OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Reyk Floeter (reykcvs.openbsd.org)
Date: Tue Mar 21 2006 - 12:40:55 CST


CVSROOT: /cvs
Module name: src
Changes by: reykcvs.openbsd.org 2006/03/21 11:40:54

Modified files:
        sys/conf : files
Added files:
        sys/crypto : michael.c michael.h

Log message:
Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP.
The MIC generates a weak 64bit digest protected by an additional key.
Obviously, this digest alg is required for future IEEE 802.11i/WPA
support.

test vectors passed on alpha amd64 mvme68k mvme88k sgi sparc sparc64 vax i386

ok djm