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

Function ap_ssl_answer_challenge

server/ssl.c:239–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239AP_DECLARE(int) ap_ssl_answer_challenge(conn_rec *c, const char *server_name,
240 const char **pcert_pem, const char **pkey_pem)
241{
242 return (ap_run_ssl_answer_challenge(c, server_name, pcert_pem, pkey_pem) == OK);
243}
244
245AP_DECLARE(apr_status_t) ap_ssl_ocsp_prime(server_rec *s, apr_pool_t *p,
246 const char *id, apr_size_t id_len,

Callers 1

ssl_is_challengeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected