From 37d11f5be045d04f7ddfe4ab6fb372bd3ce824dc Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Tue, 15 Dec 2020 14:39:11 +0100 Subject: [PATCH] Add notes and changes for [#2178] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index e5c524acb6..6114f54850 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5568. [bug] Fixed a crash in "dnssec-keyfromlabel" when using ECDSA + keys. [GL #2178] + 5567. [bug] Dig now reports unknown dash options while pre-parsing the options. This prevents '-multi' instead of '+multi' reporting memory usage before ending option diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 9044417d92..80f956291f 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -77,3 +77,6 @@ Bug Fixes - KASP incorrectly set signature validity to the value of the DNSKEY signature validity. This is now fixed. [GL #2383] + +- Previously, ``dnssec-keyfromlabel`` crashed when operating on an ECDSA key. + This has been fixed. [GL #2178]