]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Another mod_ssl backport proposal.
authorRainer Jung <rjung@apache.org>
Thu, 18 Oct 2018 09:26:48 +0000 (09:26 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 18 Oct 2018 09:26:48 +0000 (09:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1844219 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b8b306b03fbf8c9e342fc96be17929b1dfb18b96..e1261eee6acb290243eed8ec604c8961ca5585c1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -180,6 +180,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1828793 ^/httpd/httpd/trunk .
      +1: rjung
 
+  *) mod_ssl: Correctly merge configurations that have client certificates set
+   by SSLProxyMachineCertificate{File|Path}.
+   The certificates and keys loaded during configuration time got lost during
+   runtime if e.g. SSLProxyMachineCertificate{File|Path} was set on virtual host
+   level and there was an SSL directive at directory level, e.g. SSLRequire.
+   This fixes a regression likely introduced in r1740928 (backported in r1824187).
+     trunk patch: http://svn.apache.org/r1844002
+     2.4.x patch: svn merge -c 1844002 ^/httpd/httpd/trunk .
+     +1: rjung
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]