Home
last modified time | relevance | path

Searched refs:tls_cert_bundle (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.c133 cfg->tls_cert_bundle = NULL; in config_create()
632 else S_STR("ssl-cert-bundle:", tls_cert_bundle) in config_set_option()
633 else S_STR("tls-cert-bundle:", tls_cert_bundle) in config_set_option()
1193 else O_STR(opt, "ssl-cert-bundle", tls_cert_bundle) in config_get_option()
1194 else O_STR(opt, "tls-cert-bundle", tls_cert_bundle) in config_get_option()
1778 free(cfg->tls_cert_bundle); in config_delete()
H A Dconfig_file.h138 char* tls_cert_bundle; member
H A Dconfigparser.y1118 free(cfg_parser->cfg->tls_cert_bundle);
1119 cfg_parser->cfg->tls_cert_bundle = $2;
H A Dconfigparser.c3995 free(cfg_parser->cfg->tls_cert_bundle); in yyparse()
3996 cfg_parser->cfg->tls_cert_bundle = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c397 cfg->tls_cert_bundle, cfg->tls_win_cert))) in service_init()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5397 m += getmem_str(cfg->tls_cert_bundle); in config_file_getmem()
5809 if((daemon->cfg->tls_cert_bundle && !newcfg->tls_cert_bundle) || in fr_check_sslctx_change()
5810 (!daemon->cfg->tls_cert_bundle && newcfg->tls_cert_bundle) || in fr_check_sslctx_change()
5811 (daemon->cfg->tls_cert_bundle && newcfg->tls_cert_bundle && in fr_check_sslctx_change()
5812 strcmp(daemon->cfg->tls_cert_bundle, newcfg->tls_cert_bundle)!=0)) in fr_check_sslctx_change()
6275 COPY_VAR_ptr(tls_cert_bundle); in fr_atomic_copy_cfg()
H A Ddaemon.c277 bundle = cfg->tls_cert_bundle; in daemon_setup_connect_dot_sslctx()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c161 cfg->tls_cert_bundle, cfg->tls_win_cert); in libworker_setup()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c442 cfg->tls_cert_bundle, cfg->tls_win_cert); in dt_io_thread_apply_cfg()