]> git.ipfire.org Git - thirdparty/bind9.git/commit
Properly build the NSEC/NSEC3 type bit map
authorMark Andrews <marka@isc.org>
Tue, 9 Jan 2024 01:12:33 +0000 (12:12 +1100)
committerMark Andrews <marka@isc.org>
Thu, 16 May 2024 01:53:39 +0000 (01:53 +0000)
commit29292902c06021cd51ee5fbd93a3432e3142faed
tree567688c5fb369476a931df6422cc4b1b8f3c5fc0
parent32589b2be73bc6249aea793244fe915e4d277635
Properly build the NSEC/NSEC3 type bit map

DNSKEY was incorrectly being added to the NESC/NSEC3 type bit map
when it was obscured by the delegation.  This lead to zone verification
failures.

(cherry picked from commit ec3c6248148dec0696eeab62abdf53ea71116c0b)
lib/dns/zoneverify.c