]> granicus.if.org Git - apache/commit
Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().
authorKaspar Brand <kbrand@apache.org>
Mon, 19 Sep 2011 20:23:27 +0000 (20:23 +0000)
committerKaspar Brand <kbrand@apache.org>
Mon, 19 Sep 2011 20:23:27 +0000 (20:23 +0000)
commit693aab21f0ab530f7c0d3e68a1c0a84b759195a7
tree0eac61d85883608757a2d1f75eb9313988f7bf3f
parent62441a77e496580609c0b0e643e0f80e2543abee
Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().
Add SSL_X509_NAME_to_string(), which converts an X509 distinguished name
to an RFC 2253 formatted string.
Adapt ssl_log_*error() to make use of SSL_X509_NAME_to_string().

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