]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
various SSLCACertificatePath fixes:
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 05:17:03 +0000 (05:17 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 05:17:03 +0000 (05:17 +0000)
commit39f2515b3ca6d651d28e26f34d3a6be6c92966a1
treea5afa3b9cad3834bdfb4a4cac19c5c1c5032d5ad
parent3cc8feda5489d61d11745fd0475a118426d76c9c
various SSLCACertificatePath fixes:
- return value from apr_dir_read() was checking != APR_SUCCESS rather
  than == APR_SUCCESS, so no certs were ever loaded.

- wasn't checking return value of apr_dir_open(), now log an error and
  ssl_die() on failure.

- don't bother trying to load directories

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