]> 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:49:54 +0000 (17:49 +1000)
                        not match the method described in RFC 7873. [GL #356]

(cherry picked from commit 8755a249bc50f0f166fd2164bc6605348f915eec)

CHANGES

diff --git a/CHANGES b/CHANGES
index 67ce674cb6ac81cdba3ccab576156a6e823fb15e..876e30f20ad1b21c04fc2b37b9afd791fbaa455d 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]