]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ssl_callback_SSLVerify() was calling (the expensive) X509_NAME_oneline()
authorDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 06:27:41 +0000 (06:27 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 29 Nov 2001 06:27:41 +0000 (06:27 +0000)
commit471a447a139073874510bd61f44f90e40b6ff4a1
tree33b4c84eb679bb485ab3ca5c6a86961fe9de3287
parent6e3067d5710c8e13df0c14b22f6274d7051e1da1
ssl_callback_SSLVerify() was calling (the expensive) X509_NAME_oneline()
function and free() of the return value twice each, for logging
regardless of SSLLogLevel.  changed to happen only if SSLLogLevel >= trace
PR:
Obtained from:
Submitted by:
Reviewed by:

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