From: Mark Andrews Date: Fri, 22 Jun 2018 00:26:21 +0000 (+1000) Subject: 4975. [bug] The server cookie computation for sha1 and sha256 did X-Git-Tag: v9.10.8rc2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac973f162803cef90b4fad2b9ebd57351407dfc;p=thirdparty%2Fbind9.git 4975. [bug] The server cookie computation for sha1 and sha256 did not match the method described in RFC 7873. [GL #356] (cherry picked from commit 8755a249bc50f0f166fd2164bc6605348f915eec) --- diff --git a/CHANGES b/CHANGES index 67ce674cb6a..876e30f20ad 100644 --- 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]