Module Name: src Committed By: snj Date: Tue Jan 12 09:21:06 UTC 2010
Modified Files: src/doc [netbsd-4-0]: CHANGES-4.0.2 Log Message: Ticket 1373. To generate a diff of this commit: cvs rdiff -u -r1.1.2.64 -r1.1.2.65 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.64 src/doc/CHANGES-4.0.2:1.1.2.65 --- src/doc/CHANGES-4.0.2:1.1.2.64 Sun Jan 3 19:32:48 2010 +++ src/doc/CHANGES-4.0.2 Tue Jan 12 09:21:06 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.0.2,v 1.1.2.64 2010/01/03 19:32:48 snj Exp $ +# $NetBSD: CHANGES-4.0.2,v 1.1.2.65 2010/01/12 09:21:06 snj Exp $ A complete list of changes from the NetBSD 4.0.1 release to the NetBSD 4.0.2 release: @@ -961,3 +961,11 @@ but make sure that it is not smaller than minimum acceptable value. [plunky, ticket #1372] +crypto/dist/openssl/ssl/s3_lib.c patch +crypto/dist/openssl/ssl/s3_pkt.c patch +crypto/dist/openssl/ssl/s3_srvr.c patch +crypto/dist/openssl/ssl/ssl_locl.h patch + + Disable OpenSSL renegotiation, thus avoiding CVE-2009-3555. + [tonnerre, ticket #1373] +