From e25ee875d9d5b6f1cd4cd06e4127c1fbfa557bef Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 26 Aug 2013 09:14:51 -0700 Subject: Make multi-message TSIGs compute correctly for algorithms other than MD5 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e44220..3154486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-08-26 Bob Halley + + * dns/tsig.py (sign): multi-message TSIGs were broken for + algorithms other than HMAC-MD5 because we weren't passing the + right digest module to the HMAC code. Thanks to salzmdan for + reporting the bug. + 2013-07-01 Bob Halley * (Version 1.11.0 released) -- cgit v1.2.1