You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2011/09/14 22:26:06 UTC

svn commit: r1170835 - /httpd/httpd/branches/2.2.x/STATUS

Author: druggeri
Date: Wed Sep 14 20:26:06 2011
New Revision: 1170835

URL: http://svn.apache.org/viewvc?rev=1170835&view=rev
Log:
Update proposal for SSLProxyMachineCertificateChainFile

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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1170835&r1=1170834&r2=1170835&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Sep 14 20:26:06 2011
@@ -120,15 +120,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: fuankg, gsmith
 
   * mod_ssl: Add SSLProxyMachineCertificateChainFile directive
-    Adds a new function in ssl_util_ssl.c SSL_X509_INFO_create_chain that will
-    construct a chain of trusted certificates. When a remote server requests
+    Uses openssl to construct a chain for each proxy cert. When a remote server requests
     a client certificate that is NOT the direct issuer of any available client
     certificate, the chain for that certificate will be used to trace it to a
     known CA and that client certificate will be used.
-    druggeri note: 2.2 documentation patch needed
+    Documentation patch now included, r1162103 also.
     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1160863
-    2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.19-SSLProxyMachineCertificateChainFile.patch
+                 http://svn.apache.org/viewvc?view=revision&revision=1162103
+                 http://svn.apache.org/viewvc?view=revision&revision=1170833
+    2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2-SSLProxyMachineCertificateChainFile.patch
     +0 covener: needs r1162103 && needs druggeri's vote?
+    +1: druggeri
 
   * core: Add AllowOverrideList directive
     Discussed on mailing list http://marc.info/?l=apache-httpd-dev&m=131111915903270&w=2