]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
4975. [bug] The server cookie computation for sha1 and sha256 did
authorMark Andrews <marka@isc.org>
Fri, 22 Jun 2018 00:26:21 +0000 (10:26 +1000)
committerMark Andrews <marka@isc.org>
Fri, 22 Jun 2018 07:46:06 +0000 (17:46 +1000)
                        not match the method described in RFC 7873. [GL #356]

(cherry picked from commit 8755a249bc50f0f166fd2164bc6605348f915eec)

CHANGES

diff --git a/CHANGES b/CHANGES
index a0a7566c579ebba0728d41f4cee31b05e92fdcd3..8c5972735ec6725c2ad14a15bc676c455df27cd9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+4975.  [bug]           The server cookie computation for sha1 and sha256 did
+                       not match the method described in RFC 7873. [GL #356]
+
 4972.  [func]          Declare the 'rdata' argument for dns_rdata_tostruct()
                        to be const. [GL #341]