From 3e3afeb31ef321f1c70795fd2016a9afdf6c9ab6 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 23 Jun 2020 10:56:07 +1000 Subject: [PATCH] Add Release Note for [GL #1689] (cherry picked from commit e195d4608a2990f548de6ab2fec9900436312b1f) --- doc/notes/notes-current.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b2d37561e9..cc901b66f4 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -44,3 +44,8 @@ Bug Fixes - The ``primary`` and ``secondary`` keywords, when used as parameters for ``check-names``, were not processed correctly and were being ignored. [GL #1949] + +- The validator could fail to accept a properly signed RRset if an + unsupported algorithm appeared earlier in the DNSKEY RRset than a + supported algorithm. It could also stop if it detected a malformed + public key. [GL #1689]