]> granicus.if.org Git - apache/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)
commita2daa5ab2bc1f22e0209c059c7ce10353c71050b
tree4492ed9cf2db4fe8cbd4c129eff30acc0ca4f6b7
parent2797fd1cc5ab34d7841e7af4ec13311d1f36379d
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@92236 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_kernel.c