From: Matthijs Mekking Date: Wed, 30 Sep 2020 08:03:43 +0000 (+0200) Subject: Add change and note for #2171 X-Git-Tag: v9.17.6~17^2~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d6d41e96a30cd82fe7fef01bd92b20ef83c0487d;p=thirdparty%2Fbind9.git Add change and note for #2171 This is a bug that needs to be noted. --- diff --git a/CHANGES b/CHANGES index 10f1cde154c..0227ef6582e 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 0593f8814f4..045449120d0 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]