Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 02/02/2008 02:39:01
Module Name:	src
Committed By:	tls
Date:		Sat Feb  2 02:39:01 UTC 2008

Modified Files:
	src/sys/arch/x86/x86: via_padlock.c
	src/sys/dev/pci: hifn7751.c ubsec.c
	src/sys/opencrypto: cryptodev.c cryptodev.h cryptosoft_xform.c xform.c
	    xform.h

Log Message:
From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unless
actually asked to.

Fixed in FreeBSD a while ago, discussed on tech-kern and tech-crypto.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/x86/via_padlock.c
cvs rdiff -r1.35 -r1.36 src/sys/dev/pci/hifn7751.c
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/ubsec.c
cvs rdiff -r1.31 -r1.32 src/sys/opencrypto/cryptodev.c
cvs rdiff -r1.10 -r1.11 src/sys/opencrypto/cryptodev.h
cvs rdiff -r1.6 -r1.7 src/sys/opencrypto/cryptosoft_xform.c
cvs rdiff -r1.15 -r1.16 src/sys/opencrypto/xform.c
cvs rdiff -r1.8 -r1.9 src/sys/opencrypto/xform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.