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

Function si_val_remote_check

modules/md/mod_md_status.c:595–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595static void si_val_remote_check(status_ctx *ctx, md_json_t *mdj, const status_info *info)
596{
597 (void)info;
598 if (ctx->mc->cert_check_name && ctx->mc->cert_check_url) {
599 const char *prefix = ctx->prefix;
600 if (!HTML_STATUS(ctx)) {
601 ctx->prefix = apr_pstrcat(ctx->p, prefix, info->label, NULL);
602 }
603 md_json_iterkey(cert_check_iter, ctx, mdj, MD_KEY_CERT, NULL);
604 if (!HTML_STATUS(ctx)) {
605 ctx->prefix = prefix;
606 }
607 }
608}
609
610static void si_val_stapling(status_ctx *ctx, md_json_t *mdj, const status_info *info)
611{

Callers

nothing calls this directly

Calls 1

md_json_iterkeyFunction · 0.85

Tested by

no test coverage detected