]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
A quiet peanut gallery today, clarify what changed.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Mar 2010 01:45:37 +0000 (01:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Mar 2010 01:45:37 +0000 (01:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@919686 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d995ffe0849dd7cf469b9ae9bbc6ec681222fa13..30dd0a8dcffc1c32dec641b34195d23559a8ed26 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,25 @@
-                                                         -*- coding: utf-8 -*-
+                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.16
 
 
 
 Changes with Apache 2.2.15
 
+  *) SECURITY: CVE-2009-3555 (cve.mitre.org)
+     mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
+     attack when compiled against OpenSSL version 0.9.8m or later. Introduces
+     the 'SSLInsecureRenegotiation' directive to reopen this vulnerability
+     and offer unsafe legacy renegotiation with clients which do not yet
+     support the new secure renegotiation protocol, RFC 5746.
+     [Joe Orton, and with thanks to the OpenSSL Team]
+
   *) SECURITY: CVE-2009-3555 (cve.mitre.org)
      mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
-     by rejecting any client-initiated renegotiations. Forcibly disable
-     keepalive for the connection if there is any buffered data readable. Any
-     configuration which requires renegotiation for per-directory/location
-     access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
+     for OpenSSL versions prior to 0.9.8l; reject any client-initiated
+     renegotiations. Forcibly disable keepalive for the connection if there
+     is any buffered data readable. Any configuration which requires
+     renegotiation for per-directory/location access control is still
+     vulnerable, unless using openssl 0.9.8l or later.
      [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>]
 
   *) SECURITY: CVE-2010-0408 (cve.mitre.org)
@@ -58,10 +67,6 @@ Changes with Apache 2.2.15
      responses if desired. Fix the default value of the SSIAccessEnable
      directive. [Graham Leggett]
 
-  *) mod_ssl: Add the 'SSLInsecureRenegotiation' directive, which
-     allows insecure renegotiation with clients which do not yet
-     support the secure renegotiation protocol.  [Joe Orton]
-
   *) mod_ssl: Fix a potential I/O hang if a long list of trusted CAs
      is configured for client cert auth. PR 46952.  [Joe Orton]