]> 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)
commit6924ef759e1f3bb73a44605b11b3e992f172da74
treea6a6dee2208a32976c0cbe5bb831b2f1f40110bf
parent2fdd12978db926738f2efa0fa5ef630bc9fb90a0
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@93634 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c