]> 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 07:20:39 +0000 (09:20 +0200)
This is a bug that needs to be noted.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 10f1cde154ce22713afaf46655ed04d656dacef9..0227ef6582ebf8539171bf67f8198351b4b8709b 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 0593f8814f445ff65d99d26e6a6a16573e13f681..045449120d024945ef02cd659dfdc5b6fa1fe879 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]