]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl: Free dhparams and ecparams reading certificates at startup.
authorJoe Orton <jorton@apache.org>
Thu, 7 Jul 2016 15:51:40 +0000 (15:51 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 7 Jul 2016 15:51:40 +0000 (15:51 +0000)
commit86295fc39551e822debaeb0e1a156ebfbc8c4e5b
treea865896927632a6cc879a4eb75ff23119c358612
parent1cef7c1cfdcc6b6e6b2f08dad022b65aa0b27b5b
mod_ssl: Free dhparams and ecparams reading certificates at startup.
This fixes issue when SSLCryptoDevice does not get unregistered because
of non-zero refcount during the mod_ssl unload happening on httpd startup.

Submitted by: jkaluza, ylavic
Reviewed by: wrowe, ylavic, jorton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1751814 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_engine_init.c