From d6d41e96a30cd82fe7fef01bd92b20ef83c0487d Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Wed, 30 Sep 2020 10:03:43 +0200 Subject: [PATCH] Add change and note for #2171 This is a bug that needs to be noted. --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 10f1cde154..0227ef6582 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 0593f8814f..045449120d 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]