mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
add SSLProxyCARevocation{File,Path} directives to support CRLs in the proxy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -598,6 +598,8 @@ const char *ssl_cmd_SSLProxyVerify(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyVerifyDepth(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyCACertificatePath(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyCACertificateFile(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyCARevocationPath(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyCARevocationFile(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyMachineCertificatePath(cmd_parms *, void *, const char *);
|
||||
const char *ssl_cmd_SSLProxyMachineCertificateFile(cmd_parms *, void *, const char *);
|
||||
|
||||
|
Reference in New Issue
Block a user