You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by kb...@apache.org on 2011/09/04 18:00:05 UTC

svn commit: r1165058 - in /httpd/test/framework/trunk/t/conf/ssl: proxyssl.conf.in ssl.conf.in

Author: kbrand
Date: Sun Sep  4 16:00:05 2011
New Revision: 1165058

URL: http://svn.apache.org/viewvc?rev=1165058&view=rev
Log:
add {SSL,SSLProxy}CARevocationCheck option (introduced with r1165056)
for versions 2.3.15 and later

Modified:
    httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in
    httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in

Modified: httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in?rev=1165058&r1=1165057&r2=1165058&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/ssl/proxyssl.conf.in Sun Sep  4 16:00:05 2011
@@ -17,6 +17,9 @@
             SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
             SSLProxyCACertificatePath @ServerRoot@/conf/ssl
             SSLProxyCARevocationFile @SSLCA@/asf/crl/ca-bundle.crl
+            <IfVersion >= 2.3.15>
+                SSLProxyCARevocationCheck chain
+            </IfVersion>
             SSLProxyVerify on
             SSLProxyVerifyDepth 10
         </IfDefine>
@@ -40,6 +43,9 @@
             SSLProxyCACertificateFile @SSLCA@/asf/certs/ca.crt
             SSLProxyVerify on
             SSLProxyCARevocationPath @SSLCA@/asf/crl
+            <IfVersion >= 2.3.15>
+                SSLProxyCARevocationCheck chain
+            </IfVersion>
         </IfDefine>
 
 

Modified: httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in?rev=1165058&r1=1165057&r2=1165058&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/ssl/ssl.conf.in Sun Sep  4 16:00:05 2011
@@ -70,6 +70,9 @@
     SSLCACertificatePath @ServerRoot@/conf/ssl
 
     SSLCARevocationFile @SSLCA@/asf/crl/ca-bundle.crl
+    <IfVersion >= 2.3.15>
+        SSLCARevocationCheck chain
+    </IfVersion>
 
     <VirtualHost @ssl_module_name@>
         SSLEngine on