2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Add notes and changes for [#2178]

This commit is contained in:
Matthijs Mekking 2020-12-15 14:39:11 +01:00
parent 06b9724152
commit 37d11f5be0
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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]