Searched refs:trust_anchor_list (Results 1 – 8 of 8) sorted by relevance
716 || cfg->trust_anchor_list in morechecks()724 if(!key && cfg->trust_anchor_list) in morechecks()725 key = cfg->trust_anchor_list->str; in morechecks()
391 struct config_strlist* trust_anchor_list; member
266 cfg->trust_anchor_list = NULL; in config_create()706 else S_STRLIST("trust-anchor:", trust_anchor_list) in config_set_option()1240 else O_LST(opt, "trust-anchor", trust_anchor_list) in config_get_option()1706 config_delstrlist(cfg->trust_anchor_list); in config_delete()
1441 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, $2))
4408 if(!cfg_strlist_insert(&cfg_parser->cfg->trust_anchor_list, (yyvsp[0].str))) in yyparse()
206 …if(strstr(cfg->module_conf, "validator") && (cfg->trust_anchor_file_list || cfg->trust_anchor_list… in checkrlimits()
1100 for(f = cfg->trust_anchor_list; f; f = f->next) { in anchors_apply_cfg()
468 if(!cfg_strlist_insert(&ctx->env->cfg->trust_anchor_list, dup)) { in ub_ctx_add_ta()