Subject: CVS commit: src/crypto/dist/ssh
To: None <source-changes@NetBSD.org>
From: Elad Efrat <elad@netbsd.org>
List: source-changes
Date: 03/22/2006 23:04:39
Module Name:	src
Committed By:	elad
Date:		Wed Mar 22 23:04:39 UTC 2006

Modified Files:
	src/crypto/dist/ssh: deattack.c deattack.h packet.c

Log Message:
Pull in from djm@OpenBSD:

remove IV support from the CRC attack detector, OpenSSH has never used
it - it only applied to IDEA-CFB, which we don't support.

Thanks to deraadt@OpenBSD for looking into this one.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/crypto/dist/ssh/deattack.c
cvs rdiff -r1.1.1.5 -r1.2 src/crypto/dist/ssh/deattack.h
cvs rdiff -r1.24 -r1.25 src/crypto/dist/ssh/packet.c

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