]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check the synth-form-dnssec namespace when synthesising responses
authorMark Andrews <marka@isc.org>
Thu, 16 Jun 2022 06:48:42 +0000 (16:48 +1000)
committerMark Andrews <marka@isc.org>
Wed, 6 Jul 2022 21:47:45 +0000 (07:47 +1000)
commit4d9287dca544986ec2df8daeed0cf7e671893e2f
treebdba728ee24b90ab511ae8675d394f7674f0d5da
parentb979b6be407a083080e790bdc0a68ebecaa607ea
Check the synth-form-dnssec namespace when synthesising responses

Call dns_view_sfd_find to find the namespace to be used to verify
the covering NSEC records returned for the given QNAME.  Check that
the NSEC owner names are within that namespace.

(cherry picked from commit 228dadb0268e5c6982975214c41594df05db2157)
lib/ns/query.c