From 0d31135ca2a2da5615e2350d7712a7c2355b1c75 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 22 Jul 2022 09:13:09 +1000 Subject: [PATCH] Add release note for [GL #3469] --- doc/notes/notes-current.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index bbc6fc35bf..a41370d496 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -41,7 +41,12 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- DNSSEC ``RSASHA1`` and ``NSEC3RSASHA1`` are automatically disabled + on systems (e.g. RHEL9) where they are disallowed by the security + policy. Primary zones using those algorithms need to be moved + off of them prior to running on these systems as graceful migration + to different DNSSEC algorithms is not possible when RSASHA1 is + disallowed by the OS. :gl:`#3469` Bug Fixes ~~~~~~~~~