]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix check for NSEC3 signatures
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Oct 2009 12:57:12 +0000 (12:57 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Oct 2009 12:57:12 +0000 (12:57 +0000)
git-svn-id: file:///svn/unbound/trunk@1865 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog

index 00cee041d302085ef08cdd47d89d30061677c55b..73aa3151fb43bf8469f7a8d4b559b9cd0861609b 100644 (file)
@@ -4,6 +4,9 @@
        - retry for validation failure in DNSKEY in middle of chain of trust.
          unit test.
        - retry for empty non terminals in chain of trust and unit test.
+       - Fixed security bug where the signatures for NSEC3 records were not
+         checked when checking for absence of DS records.  This could have
+         enabled the substitution of an insecure delegation.
 
 6 October 2009: Wouter
        - Test set updated to provide additional ns lookup result.