- Algorithm rollover operational reality intrudes, for trust-anchor,

5011-store, and DLV-anchor if one key matches it's good enough.


git-svn-id: file:///svn/unbound/trunk@2235 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2010-09-16 13:40:26 +00:00
parent 6b69130f36
commit 8b274b92aa
10 changed files with 376 additions and 24 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ verifytest_rrset(struct module_env* env, struct val_env* ve,
rrset->rk.dname, ntohs(rrset->rk.type),
ntohs(rrset->rk.rrset_class));
}
sec = dnskeyset_verify_rrset(env, ve, rrset, dnskey, &reason);
sec = dnskeyset_verify_rrset(env, ve, rrset, dnskey, 1, &reason);
if(vsig) {
printf("verify outcome is: %s %s\n", sec_status_to_string(sec),
reason?reason:"");