Searched refs:tls_cert_bundle (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.c | 133 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 D | config_file.h | 138 char* tls_cert_bundle; member
|
| H A D | configparser.y | 1118 free(cfg_parser->cfg->tls_cert_bundle); 1119 cfg_parser->cfg->tls_cert_bundle = $2;
|
| H A D | configparser.c | 3995 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 D | win_svc.c | 397 cfg->tls_cert_bundle, cfg->tls_win_cert))) in service_init()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5397 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 D | daemon.c | 277 bundle = cfg->tls_cert_bundle; in daemon_setup_connect_dot_sslctx()
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | libworker.c | 161 cfg->tls_cert_bundle, cfg->tls_win_cert); in libworker_setup()
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dtstream.c | 442 cfg->tls_cert_bundle, cfg->tls_win_cert); in dt_io_thread_apply_cfg()
|