]> granicus.if.org Git - apache/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)
commit1e5e7dd8a1b3b3f0e5489d358dc88bed6942ae4b
treeb2d192aebe65b985db19eba1e551b518feff20b8
parenta77a13fe8d2488c8bee57a2091ac48e7c8af4154
* 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@111241 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c