]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't create NSEC3 nodes for unsigned delegations
authorMatthijs Mekking <matthijs@isc.org>
Tue, 9 Dec 2025 12:45:40 +0000 (13:45 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 10 Dec 2025 13:18:52 +0000 (14:18 +0100)
commit6f7abbfaac1aad2716532c83d2dff6dd804b053b
tree9b45faf0d551ddfbb4ac3a915ae4fc839d85c191
parent41159e9062b40495aca6178da54d60bbd2f34378
Don't create NSEC3 nodes for unsigned delegations

Instead of creating new nodes for every possible NSEC3 record, only
create them if we are actually going to add a new NSEC3 record.
lib/dns/nsec3.c