]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES notes for [GL !5923]
authorMark Andrews <marka@isc.org>
Thu, 15 Sep 2022 03:48:46 +0000 (13:48 +1000)
committerPetr Špaček <pspacek@isc.org>
Mon, 26 Sep 2022 14:29:35 +0000 (16:29 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9ddc566e8456befe1417c14d2ea15eab84527843..ccb3131258f440056baa5d225821478da6fbd1eb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5982.  [func]          Extend dig to allow requests to be signed using SIG(0)
+                       as well as providing a mechanism to specify the signing
+                       time. [GL !5923]
+
+5981.  [test]          Add dns_message_checksig fuzzer to check messages
+                       signed using TSIG or SIG(0). [GL !5923]
+
 5980.  [func]          The internal isc_entropy API provider has been
                        changed from OpenSSL RAND_bytes() to uv_random()
                        to use system provided entropy. [GL !6803]