]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Provide a far more useful explanation when SSLCryptoDevice fails to
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 30 May 2003 21:01:57 +0000 (21:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 30 May 2003 21:01:57 +0000 (21:01 +0000)
commit87af2f9520f4dd971c2974404f7189b5d4e65a9b
tree59f2f40597afd3d83a0aecae09ce0f0056e65471
parent62bf308888e067110861026159faf2fcfab932b0
  Provide a far more useful explanation when SSLCryptoDevice fails to
  find a device.  Still would be nice to implement dynamic:{options}
  but this gets us to display the usual, builtin devices.

  We now load builtin engines up front, in the pre_config phase, because
  this and any other config cmd processor must have an already valid
  library config.  So loading builtin engines becomes redundant in this
  cmd handler.

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