Module Name: src
Committed By: snj
Date: Tue Jun 30 00:26:38 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1332.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-4.1
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.1
diff -u src/doc/CHANGES-4.1:1.1.2.161 src/doc/CHANGES-4.1:1.1.2.162
--- src/doc/CHANGES-4.1:1.1.2.161 Mon Jun 29 23:57:49 2009
+++ src/doc/CHANGES-4.1 Tue Jun 30 00:26:38 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.161 2009/06/29 23:57:49 snj Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.162 2009/06/30 00:26:38 snj Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3524,3 +3524,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]
+