validation step in dnssec chain of trust.
23 February 2021: Wouter
- Fix for zonemd, that domain-insecure zones work without dnssec.
+ - Fix for zonemd, do not reject insecure result from trust anchor
+ validation step in dnssec chain of trust.
22 February 2021: Wouter
- Fix #431: Squelch permission denied errors for tcp connect
dnskey = zonemd_get_dnskey_from_anchor(z, env, mods, anchor,
&is_insecure, &why_bogus, &keystorage);
lock_basic_unlock(&anchor->lock);
- if(!dnskey && !reason) {
+ if(!dnskey && !reason && !is_insecure) {
reason = "verify DNSKEY RRset with trust anchor failed";
}
} else if(anchor) {