mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
3942. [bug] Wildcard responses from a optout range should be
marked as insecure. [RT #37072]
This commit is contained in:
@@ -2071,6 +2071,9 @@ dns_nsec3_noexistnodata(dns_rdatatype_t type, dns_name_t* name,
|
||||
if ((nsec3.flags & DNS_NSEC3FLAG_OPTOUT) != 0)
|
||||
(*logit)(arg, ISC_LOG_DEBUG(3),
|
||||
"NSEC3 indicates optout");
|
||||
else
|
||||
(*logit)(arg, ISC_LOG_DEBUG(3),
|
||||
"NSEC3 indicates secure range");
|
||||
*optout =
|
||||
ISC_TF(nsec3.flags & DNS_NSEC3FLAG_OPTOUT);
|
||||
}
|
||||
|
Reference in New Issue
Block a user