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

(cherry picked from commit 8755a249bc50f0f166fd2164bc6605348f915eec)

CHANGES

diff --git a/CHANGES b/CHANGES
index b6a8425d2784102003af468f518c751a0ae25c7c..8e1e116b797a1accf704dc8a241634e5dda8a02f 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]
+
 4974.  [bug]           Restore default rrset-order to random. [GL #336]
 
 4972.  [func]          Declare the 'rdata' argument for dns_rdata_tostruct()