]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Remove NSEC/DS/NSEC3 RRSIG check from dns_message_parse
authorMark Andrews <marka@isc.org>
Fri, 21 Feb 2025 02:57:46 +0000 (02:57 +0000)
committerMark Andrews <marka@isc.org>
Fri, 21 Feb 2025 02:57:46 +0000 (02:57 +0000)
commitf0785fedf1f00f2f63afa7517860516e2e180961
tree8c0507b74b2dae554b0a360e3c71acd757059b6b
parentd78ebff86107539700e16ef3bc19d184200181ec
parent4271d93f00909fad74d694121da970b1a633c495
fix: usr: Remove NSEC/DS/NSEC3 RRSIG check from dns_message_parse

Previously, when parsing responses, named incorrectly rejected responses without matching RRSIG records for NSEC/DS/NSEC3 records in the authority section. This rejection, if appropriate, should have been left for the validator to determine and has been fixed.

Closes #5185

Merge branch '5185-remove-rrsig-check-from-dns_message_parse' into 'main'

See merge request isc-projects/bind9!10125