Searched defs:stapling_check_response (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_stapling.c321 static int stapling_check_response(server_rec *s, modssl_ctx_t *mctx, function
347 "stapling_check_response: Error Parsing Response!");
355 "stapling_check_response: certificate ID not present in response!");
371 "stapling_check_response: response times invalid");
375 "stapling_check_response: cached response expired");
480 stapling_check_response(s, mctx, cinf, *prsp, &ok);
632 rv = stapling_check_response(s, mctx, cinf, rsp, NULL);

Completed in 11 milliseconds