summaryrefslogtreecommitdiff
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 b3298fe0a..3bc8c4bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,12 @@
56 - jakob@cvs.openbsd.org 2006/03/22 21:16:24 56 - jakob@cvs.openbsd.org 2006/03/22 21:16:24
57 [ssh.1] 57 [ssh.1]
58 simplify SSHFP example; ok jmc@ 58 simplify SSHFP example; ok jmc@
59 - djm@cvs.openbsd.org 2006/03/22 21:27:15
60 [deattack.c deattack.h]
61 remove IV support from the CRC attack detector, OpenSSH has never used
62 it - it only applied to IDEA-CFB, which we don't support.
63 prompted by NetBSD Coverity report via elad AT netbsd.org;
64 feedback markus@ "nuke it" deraadt@
59 65
6020060318 6620060318
61 - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via 67 - (djm) [auth-pam.c] Fix memleak in error path, from Coverity via
@@ -4248,4 +4254,4 @@
4248 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4254 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4249 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4255 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4250 4256
4251$Id: ChangeLog,v 1.4240 2006/03/25 13:07:02 djm Exp $ 4257$Id: ChangeLog,v 1.4241 2006/03/25 13:11:46 djm Exp $