]> 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:01:24 +0000 (15:01 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index e5c524acb6081b2ad3c951e5153459b6fa1eabf3..6114f5485034b6c1204b83d03da8a263a5db6142 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 9044417d92611437f43199cfde2e9600282ad70c..80f956291f15c72de690df3669b727fc96ed5465 100644 (file)
@@ -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]