You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2018/10/18 09:15:20 UTC

svn commit: r1844217 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Thu Oct 18 09:15:20 2018
New Revision: 1844217

URL: http://svn.apache.org/viewvc?rev=1844217&view=rev
Log:
Propose backport to prevent crashes during
SSL renegotiation with OptRenegotiate set,
client certificates available from original
handshake but client certs were originaly not
verified and should get verified now.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1844217&r1=1844216&r2=1844217&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Oct 18 09:15:20 2018
@@ -175,6 +175,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-event-maxclients.diff
       +1: covener, jim
 
+  *) mod_ssl: We need to get the SSL_CTX for further processing down below.
+     trunk patch: http://svn.apache.org/r1828793
+     2.4.x patch: svn merge -c 1828793 ^/httpd/httpd/trunk .
+     +1: rjung
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]