| 1747 | "Proxy client certificate callback: (%s) " |
| 1748 | |
| 1749 | static void modssl_proxy_info_log(conn_rec *c, |
| 1750 | X509_INFO *info, |
| 1751 | const char *msg) |
| 1752 | { |
| 1753 | ssl_log_cxerror(SSLLOG_MARK, APLOG_DEBUG, 0, c, info->x509, APLOGNO(02277) |
| 1754 | SSLPROXY_CERT_CB_LOG_FMT "%s, sending", |
| 1755 | (mySrvConfigFromConn(c))->vhost_id, msg); |
| 1756 | } |
| 1757 | |
| 1758 | /* |
| 1759 | * caller will decrement the cert and key reference |
no test coverage detected