MCPcopy Create free account
hub / github.com/apache/httpd / modssl_proxy_info_log

Function modssl_proxy_info_log

modules/ssl/ssl_engine_kernel.c:1749–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1747 "Proxy client certificate callback: (%s) "
1748
1749static 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

Callers 1

ssl_callback_proxy_certFunction · 0.85

Calls 1

ssl_log_cxerrorFunction · 0.85

Tested by

no test coverage detected