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

Function md_cert_get_X509

modules/md/md_crypt.c:1231–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231void *md_cert_get_X509(const md_cert_t *cert)
1232{
1233 return cert->x509;
1234}
1235
1236const char *md_cert_get_serial_number(const md_cert_t *cert, apr_pool_t *p)
1237{

Callers 3

md_ocsp_init_idFunction · 0.85
md_ocsp_primeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected