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

Function certstatus_string

modules/md/md_ocsp.c:556–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556static const char *certstatus_string(int status)
557{
558 switch (status) {
559 case V_OCSP_CERTSTATUS_GOOD: return "good";
560 case V_OCSP_CERTSTATUS_REVOKED: return "revoked";
561 case V_OCSP_CERTSTATUS_UNKNOWN: return "unknown";
562 default: return "???";
563 }
564
565}
566
567static const char *single_resp_summary(OCSP_SINGLERESP* resp, apr_pool_t *p)
568{

Callers 1

single_resp_summaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected