]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Fix SSL_CLIENT_VERIFY value when "SSLVerifyClient optional_no_ca" and
authorJan Kaluža <jkaluza@apache.org>
Mon, 20 Oct 2014 09:18:22 +0000 (09:18 +0000)
committerJan Kaluža <jkaluza@apache.org>
Mon, 20 Oct 2014 09:18:22 +0000 (09:18 +0000)
commit55d269dd26b2a9ba637a9844f6b39eb4f3e03374
tree57d97238f270cdf517aa28c62d5fee5f1d323b1e
parent573973d79903abbf5db34bf390e335c3a81b0353
mod_ssl: Fix SSL_CLIENT_VERIFY value when "SSLVerifyClient optional_no_ca" and
SSLSessionCache are used and SSL session is resumed. SSL_CLIENT_VERIFY value
has been set to SUCCESS on resumption even when originally it was set to
GENEROUS. PR 53193.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633085 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_io.c