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

Function md_to_public_json

modules/md/md_core.c:401–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401md_json_t *md_to_public_json(const md_t *md, apr_pool_t *p)
402{
403 md_json_t *json = md_to_json(md, p);
404 if (md_json_has_key(json, MD_KEY_EAB, MD_KEY_HMAC, NULL)) {
405 md_json_sets("***", json, MD_KEY_EAB, MD_KEY_HMAC, NULL);
406 }
407 return json;
408}
409
410typedef struct {
411 const char *name;

Callers 1

status_get_md_jsonFunction · 0.85

Calls 3

md_to_jsonFunction · 0.85
md_json_has_keyFunction · 0.85
md_json_setsFunction · 0.85

Tested by

no test coverage detected