summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 00:11:46 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 00:11:46 +1100
commit2dbbf8e9fc058cab975a9bcda21465d34465c92e (patch)
tree3880842986329132a1716ed917b99232bcce0501 /ChangeLog
parenta1b3d636abea0e2e75d797af22e93f01c424d80a (diff)
[deattack.c deattack.h]
remove IV support from the CRC attack detector, OpenSSH has never used it - it only applied to IDEA-CFB, which we don't support. prompted by NetBSD Coverity report via elad AT netbsd.org; feedback markus@ "nuke it" deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3298fe0..3bc8c4bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,12 @@
- jakob@cvs.openbsd.org 2006/03/22 21:16:24
[ssh.1]
simplify SSHFP example; ok jmc@
+ - djm@cvs.openbsd.org 2006/03/22 21:27:15
+ [deattack.c deattack.h]
+ remove IV support from the CRC attack detector, OpenSSH has never used
+ it - it only applied to IDEA-CFB, which we don't support.
+ prompted by NetBSD Coverity report via elad AT netbsd.org;
+ feedback markus@ "nuke it" deraadt@
20060318
- (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
@@ -4248,4 +4254,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4240 2006/03/25 13:07:02 djm Exp $
+$Id: ChangeLog,v 1.4241 2006/03/25 13:11:46 djm Exp $