Home
last modified time | relevance | path

Searched refs:control_cert_file (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h531 char* control_cert_file; member
H A Dconfig_file.c334 if(!(cfg->control_cert_file = strdup(RUN_DIR"/unbound_control.pem"))) in config_create()
819 else S_STR("control-cert-file:", control_cert_file) in config_set_option()
1289 else O_STR(opt, "control-cert-file", control_cert_file) in config_get_option()
1845 free(cfg->control_cert_file); in config_delete()
H A Dconfigparser.y3560 free(cfg_parser->cfg->control_cert_file);
3561 cfg_parser->cfg->control_cert_file = $2;
H A Dconfigparser.c7163 free(cfg_parser->cfg->control_cert_file); in yyparse()
7164 cfg_parser->cfg->control_cert_file = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c1130 if(!is_file(cfg->control_cert_file)) in morechecks()
1132 cfg->control_cert_file); in morechecks()
H A Dunbound-control.c559 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1); in setup_ctx()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5467 m += getmem_str(cfg->control_cert_file); in config_file_getmem()
6476 COPY_VAR_ptr(control_cert_file); in fr_atomic_copy_cfg()