]> granicus.if.org Git - apache/commit
* modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create): Catch errors
authorJoe Orton <jorton@apache.org>
Thu, 1 Sep 2005 11:58:58 +0000 (11:58 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 1 Sep 2005 11:58:58 +0000 (11:58 +0000)
commit407dc73f4314d655a041147b1d7291b2b06602ed
treebf4a3ba6ac0720e02add809c6f7e916edffc2405
parent38454d45fea2f3a01678f22dbb998e7bcb345a4f
* modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create): Catch errors
returned by X509_LOOKUP_add_dir or X509_LOOKUP_load_file to detect
malformed or misconfigured CRLs.  Clear error stack beforehand to
ensure reported errors are relevant.

PR: 36438

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