]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry for [GL #3142]
authorMark Andrews <marka@isc.org>
Tue, 15 Feb 2022 06:42:45 +0000 (17:42 +1100)
committerMark Andrews <marka@isc.org>
Tue, 8 Mar 2022 02:24:09 +0000 (13:24 +1100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 809c831347271b86fb6be7645bff44155846cf6d..542742d26c6ec418fbf039b07df559dde8ff0d72 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5824.  [bug]           Invalid dnssec-policy definitions were being accepted
+                       where the defined keys did not cover both KSK and ZSK
+                       roles for a given algorithm.  This is now checked for
+                       and the dnssec-policy is rejected if both roles are
+                       not present for all algorithms in use. [GL #3142]
+
 5823.  [func]          Replace hazard pointers based lock-free list with
                        locked-list based queue that's simpler and has no or
                        little performance impact. [GL #3180]