diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8c6e86a3b9..ce8ddc72b4 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -48,3 +48,8 @@ Bug Fixes - 'rndc dnstap -roll ' was not limiting the number of saved files to . [GL !3728] + +- 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]