]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Release Note for [GL #1689]
authorMark Andrews <marka@isc.org>
Tue, 23 Jun 2020 00:56:07 +0000 (10:56 +1000)
committerMark Andrews <marka@isc.org>
Thu, 25 Jun 2020 12:44:17 +0000 (22:44 +1000)
(cherry picked from commit e195d4608a2990f548de6ab2fec9900436312b1f)

doc/notes/notes-current.rst

index b2d37561e9e19d3c7a9efd0b16713b40910502a2..cc901b66f4b756fc60d1098b675cf4dd1dd52234 100644 (file)
@@ -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]