Home
last modified time | relevance | path

Searched refs:fake_dsa (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_secalgo.c58 int fake_dsa = 0; variable
342 if(fake_dsa || fake_sha1) return 1; in dnskey_algo_id_is_supported()
742 if((algo == LDNS_DSA || algo == LDNS_DSA_NSEC3) &&(fake_dsa||fake_sha1)) in verify_canonrrset()
1719 if(fake_dsa || fake_sha1) return 1; in dnskey_algo_id_is_supported()
2035 if((algo == LDNS_DSA || algo == LDNS_DSA_NSEC3) &&(fake_dsa||fake_sha1)) in verify_canonrrset()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h1373 extern int fake_dsa, fake_sha1;
H A Dconfigparser.y2168 else fake_dsa = (strcmp($2, "yes")==0);
2169 if(fake_dsa)
H A Dconfigparser.c5310 else fake_dsa = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
5311 if(fake_dsa) in yyparse()
/freebsd/contrib/unbound/doc/
H A DChangelog5146 - Fix #1188: Unresolved symbol 'fake_dsa' in libunbound.so when built