]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add notes and changes for [#2178]
authorMatthijs Mekking <matthijs@isc.org>
Tue, 15 Dec 2020 13:39:11 +0000 (14:39 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 26 Jan 2021 14:04:30 +0000 (15:04 +0100)
(cherry picked from commit 37d11f5be045d04f7ddfe4ab6fb372bd3ce824dc)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e0773d03cc3b4c048cd8deaba151b4274e9621a4..4ac044de2945581b2b93d56bdb13d8c8106ab963 100644 (file)
--- 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
index 010b9b948edab9dd22c20a36fc2e0f1602c5846e..630dbd7d9f80a572039c08f9c08fb01ff4bbac8f 100644 (file)
@@ -68,3 +68,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]