]> 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)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 25 Jun 2020 11:46:36 +0000 (13:46 +0200)
doc/notes/notes-current.rst

index 8c6e86a3b98af4d2c185de8809fae4e5ce7ac225..ce8ddc72b43a9ddb3080b15409ee6418f6bb97bc 100644 (file)
@@ -48,3 +48,8 @@ Bug Fixes
 
 - 'rndc dnstap -roll <value>' was not limiting the number of saved
   files to <value>. [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]