]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #4586] for BIND 9.18
authorMark Andrews <marka@isc.org>
Mon, 29 Apr 2024 03:56:28 +0000 (13:56 +1000)
committerOndřej Surý <ondrej@isc.org>
Tue, 30 Apr 2024 15:52:27 +0000 (17:52 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index ba83424e8baae8b30f816533019685144a909ec5..3a8ce8bbe70836053862f3e24262c8bc097c6248 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6374.  [bug]           Skip to next RRSIG if signature has expired or is in
+                       the future rather than failing immediately. [GL #4586]
+
 6372.  [func]          Implement signature jitter for dnssec-policy. [GL #4554]
 
        --- 9.18.26 released ---
index e59cc4eacb78a963bbde47f264687080c62b6d5e..830db8efa54d96175f7fd3b9dcfaf9b900d23a1f 100644 (file)
@@ -33,7 +33,9 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- None.
+- DNSSEC signatures that are not valid because the current time falls outside
+  the signature inception and expiration dates no longer count are skipped
+  instead of causing instant validation failure. :gl:`#4586`
 
 Bug Fixes
 ~~~~~~~~~