]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote+promote mod_ssl legacy renegotiation improvement
authorJeff Trawick <trawick@apache.org>
Wed, 6 Jan 2010 22:02:18 +0000 (22:02 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 6 Jan 2010 22:02:18 +0000 (22:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@896689 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dff6ab253df8e4fd0f1619fef08018a31f931d3f..0c38b4e0ddab61143b62af68c59bf10738e40fa4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,7 +87,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
+  * mod_ssl: Further mitigation for the TLS renegotation attack, CVE-2009-3555
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=891282&view=rev
+      Backport version for 2.2.x of patch:
+         Trunk version of patch works
+      +1: rpluem, jim, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -135,13 +140,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     rpluem says: I am +1 once you provide proper documentation for the manual
     covener says: doc revision added above
 
-  * mod_ssl: Further mitigation for the TLS renegotation attack, CVE-2009-3555
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=891282&view=rev
-      Backport version for 2.2.x of patch:
-         Trunk version of patch works
-      +1: rpluem, jim
-
   * http_request: preserve port over internal redirect.
     PR 35999
     Patch: http://svn.apache.org/viewvc?view=revision&revision=807015