]> granicus.if.org Git - apache/commit
Improve ssl_log_cxerror():
authorKaspar Brand <kbrand@apache.org>
Mon, 15 Aug 2011 05:15:17 +0000 (05:15 +0000)
committerKaspar Brand <kbrand@apache.org>
Mon, 15 Aug 2011 05:15:17 +0000 (05:15 +0000)
commit4011df375e0a24ede54da11fecfc16f4251e62fa
treef59958fd84d4c30861eaac271abc3c8678a77929
parent5124ad1b624d01030f1a2a8de1a51d4f87b9ab9c
Improve ssl_log_cxerror():
Fix logic of APLOG_IS_LEVEL check.
Use X509_NAME_print_ex() instead of deprecated X509_NAME_oneline().
Use i2a_ASN1_INTEGER for printing the serial number.
Add notBefore and notAfter dates to log line.
Check for null cert argument (addresses PR 47408).

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