From: Francis Dupont Date: Mon, 24 Feb 2014 23:35:31 +0000 (+0100) Subject: hmac(key, message) X-Git-Tag: v9.10.0b2~103 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1b0d803a751b54d60a608fb0fb07e26bcd01b803;p=thirdparty%2Fbind9.git hmac(key, message) --- diff --git a/doc/misc/SIT b/doc/misc/SIT index d1968f629ab..7deee8aeac8 100644 --- a/doc/misc/SIT +++ b/doc/misc/SIT @@ -69,11 +69,11 @@ AES HMAC SHA1 - hash = trunc(hmacsha1(client|nonce|when|address, secret), 8); + hash = trunc(hmacsha1(secret, client|nonce|when|address), 8); HMAC SHA256 - hash = trunc(hmacsha256(client|nonce|when|address, secret), 8); + hash = trunc(hmacsha256(secret, client|nonce|when|address), 8); [1] INTERNET-DRAFT Donald Eastlake