]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
changing mod_ssl to do a full startup/teardown on each restart rather
authorDoug MacEachern <dougm@apache.org>
Wed, 27 Feb 2002 03:21:09 +0000 (03:21 +0000)
committerDoug MacEachern <dougm@apache.org>
Wed, 27 Feb 2002 03:21:09 +0000 (03:21 +0000)
commitab0881ba408d5d2371e081a71c5b67155546f5f7
tree17ba1197cc6084c0987e594826c88869c8e52bf7
parent8f7876423c8bd6b871051791f0ca5fb90b83d58e
changing mod_ssl to do a full startup/teardown on each restart rather
than hack to only read passphrase on 1st round startup.  this change:
- fixes current segv on restarts (SHARED_MODULE is not defined)
- allows LoadModule ssl_module to be added to httpd.conf on restart
  (was core dumping previously)
- allows certs/keys to be changed on restart provided key is not
  encrypted or SSLPassPhraseDialog is exec.  if key is encrypted and
  SSLPassPhraseDialog is builtin, existing private keys will be reused
  on restart (which happens currently for any type of key/dialog).

note: mod_ssl currently leaks on restart; leaks more with this change.
      fixes to come.

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