]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
That patch needs some work
authorStefan Fritsch <sf@apache.org>
Mon, 30 Jul 2012 20:42:09 +0000 (20:42 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 30 Jul 2012 20:42:09 +0000 (20:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1367286 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1afdff084e6833a0b5bd00e20ccbc96fff36b7f1..c25263ec80771421da441dae94b90f941fac6e06 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -186,6 +186,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
             preferrably, and it would be good if mod_ssl.xml also includes
             the change to the section about the SSLProtocol directive
             (see r1222921).
+    -1: sf:
+        - ssl_engine_init.c: misses two "ctx = SSL_CTX_new(method);" calls
+          (or move the existing ones after the if blocks).
+        - The handling of "SSLProtocol all -SSLv2" is broken,
+          resulting in a "No SSL protocols available" error.
+          This is due to the "thisopt = SSL_PROTOCOL_SSLV2" line being
+          removed in the OPENSSL_NO_TLSEXT case.
 
    * mod_ssl: Add RFC 5878 support. This allows support of mechanisms
               such as Certificate Transparency. Note that new