log message since the passed-in cert may be e.g. the peer's issuer.
* modules/ssl/ssl_private.h (ssl_log_cxerror): Don't mention the word
peer here either.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@600486
13f79535-47bb-0310-9956-
ffa450edef68
va_end(ap);
ap_log_cerror(file, line, level, rv, c,
- "%s [peer subject: %s, issuer: %s, serial: %s]",
+ "%s [subject: %s, issuer: %s, serial: %s]",
buf,
sname ? sname : "-unknown-",
iname ? iname : "-unknown-",
void ssl_die(void);
void ssl_log_ssl_error(const char *, int, int, server_rec *);
-/* ssl_log_cxerror is a wrapper for ap_log_cerror which takes the peer
+/* ssl_log_cxerror is a wrapper for ap_log_cerror which takes a
* certificate as an additional argument and appends details of that
* cert to the log message. All other arguments interpreted exactly
* as ap_log_cerror. */