Module Name:    src
Committed By:   snj
Date:           Tue Jun 30 00:25:22 UTC 2009

Modified Files:
        src/doc [netbsd-4-0]: CHANGES-4.0.2

Log Message:
Ticket 1332.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-4.0.2

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

Modified files:

Index: src/doc/CHANGES-4.0.2
diff -u src/doc/CHANGES-4.0.2:1.1.2.41 src/doc/CHANGES-4.0.2:1.1.2.42
--- src/doc/CHANGES-4.0.2:1.1.2.41	Mon Jun 29 23:58:25 2009
+++ src/doc/CHANGES-4.0.2	Tue Jun 30 00:25:22 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: CHANGES-4.0.2,v 1.1.2.41 2009/06/29 23:58:25 snj Exp $
+#	$NetBSD: CHANGES-4.0.2,v 1.1.2.42 2009/06/30 00:25:22 snj Exp $
 
 A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2
 release:
@@ -674,3 +674,14 @@
 	in several other places.
 	[dholland, ticket #1331]
 
+crypto/dist/ssh/cipher.c			1.22 via patch
+crypto/dist/ssh/cipher.h			1.3 via patch
+crypto/dist/ssh/packet.c			1.32 via patch
+
+	Add special handling for CBC cipher modes to make them appear
+	less favorable than CTR modes. Also, in order to avoid creating
+	oracles unnecessarily, change behavior in various situations
+	from "Drop connection" to "Ignore packets up to 256kB". This
+	affects CBC mode ciphers only.
+	[tonnerre, ticket #1332]
+

Reply via email to