From: Matthijs Mekking Date: Tue, 15 Dec 2020 13:39:11 +0000 (+0100) Subject: Add notes and changes for [#2178] X-Git-Tag: v9.17.10~21^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37d11f5be045d04f7ddfe4ab6fb372bd3ce824dc;p=thirdparty%2Fbind9.git Add notes and changes for [#2178] --- diff --git a/CHANGES b/CHANGES index e5c524acb60..6114f548503 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 9044417d926..80f956291f1 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]