+5762. [bug] Fix a "named" crash related to removing and restoring a
+ `catalog-zone` entry in the configuration file and
+ running `rndc reconfig`. [GL #1608]
+
5761. [bug] OpenSSL 3.0.0 support could fail to correctly read
ECDSA private keys leading to incorrect signatures
being generated. [GL #3014]
Bug Fixes
~~~~~~~~~
-- None.
+- Removing a configured ``catalog-zone`` clause from the configuration, running
+ ``rndc reconfig``, then bringing back the removed ``catalog-zone`` clause and
+ running ``rndc reconfig`` again caused ``named`` to crash. This has been fixed.
+ :gl:`#1608`