From c18dce4c499581b772c4c00137f6c5ba12320aaa Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Mon, 9 May 2022 14:28:45 +0200 Subject: [PATCH] Add CHANGE and release note for #1611 Feature change. (cherry picked from commit 92f98002e75a1e679e1561dd0c6ae8708bda14f0) --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 35fe7239a8..5c8236d6f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5896. [func] Add some more dnssec-policy checks to detect weird + policies. [GL #1611] + 5895. [test] Add new set of unit test macros and move the unit tests under single namespace in /tests/. [GL !6243] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index e786ef5e99..3a6ddd8b5d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,7 +35,9 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- Some more ``dnssec-policy`` configuration checks have been added to + detect weird policies such as missing KSK and/or ZSK, and too short + key lifetimes and re-sign periods. :gl:`#1611`. Bug Fixes ~~~~~~~~~