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

Function get_cert_count

modules/md/md_reg.c:1409–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407}
1408
1409static int get_cert_count(const md_t *md)
1410{
1411 if (md->cert_files && md->cert_files->nelts) {
1412 return md->cert_files->nelts;
1413 }
1414 return md_pkeys_spec_count(md->pks);
1415}
1416
1417int md_reg_has_revoked_certs(md_reg_t *reg, struct md_ocsp_reg_t *ocsp,
1418 const md_t *md, apr_pool_t *p)

Callers 1

md_reg_has_revoked_certsFunction · 0.70

Calls 1

md_pkeys_spec_countFunction · 0.85

Tested by

no test coverage detected