]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use
authorJoe Orton <jorton@apache.org>
Wed, 8 Dec 2004 09:43:21 +0000 (09:43 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 8 Dec 2004 09:43:21 +0000 (09:43 +0000)
commit80118feacbcc5ce28cfdfe1693e0e333141be72e
treea5f1606a93825542e68d3141f98a87b3cb513ebf
parent96c1008b2720e07eebdccdc457bbd8c4b1170109
* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use
X509_STORE_CTX_get_ex_data() and SSL_get_ex_data_X509_STORE_CTX_idx()
to use the correct ex_data index from the context in pathological
cases where SSL_get_ex_data_X509_STORE_CTX_idx() does not return 0.

PR: 32529

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