]> granicus.if.org Git - apache/commit
per-dir SSLCACertificate{File,Path} cannot use SSL_CTX_set_cert_store
authorDoug MacEachern <dougm@apache.org>
Tue, 26 Mar 2002 16:57:49 +0000 (16:57 +0000)
committerDoug MacEachern <dougm@apache.org>
Tue, 26 Mar 2002 16:57:49 +0000 (16:57 +0000)
commit18c5af85dca0656f764bf09374ed87bcc2556c2a
tree24b8b7b5b075c5e019f02fbadb53d4a8dc13d543
parent8a804be8006d5f282ca608c973f19d1f6d236700
per-dir SSLCACertificate{File,Path} cannot use SSL_CTX_set_cert_store
as the 1.x based module does, since the function is not thread-safe.
a patch has been submitted to OpenSSL to support SSL_set_cert_store
which is thread safe.  this feature is enabled by default in the
current 1.x based module, we only enable it if the SSL_set_cert_store
function is available.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94179 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/mod_ssl.c
modules/ssl/mod_ssl.h
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_kernel.c