]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add change and note for #2171
authorMatthijs Mekking <matthijs@isc.org>
Wed, 30 Sep 2020 08:03:43 +0000 (10:03 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 2 Oct 2020 08:18:35 +0000 (10:18 +0200)
This is a bug that needs to be noted.

(cherry picked from commit d6d41e96a30cd82fe7fef01bd92b20ef83c0487d)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e31b82669b2a5cd1174947bb5904fe833690d93c..d225a965e705c7fb02942d0d4ab8a3218165901c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5514.  [bug]           Fix KASP expected key size for Ed25519 and Ed448.
+                       [GL #2171]
+
 5513.  [doc]           The ARM section describing the "rrset-order" statement
                        was rewritten to make it unambiguous and up-to-date with
                        the source code. [GL #2139]
index 144ed226d32ba1a9f136abd67bf06d759d834f1c..8d52a8440b29b0523c48cda9a902d41e8dfca3ee 100644 (file)
@@ -53,3 +53,7 @@ Bug Fixes
 
 - `named` would exit with assertion failure REQUIRE(msg->state == (-1)) in
   message.c due to a possible data race. [GL #2124]
+
+- `named` would start continous rollovers for policies that algorithms
+  Ed25519 or Ed448 due to a mismatch in created key size and expected key size.
+  [GL #2171]