diff options
| author | Bob Halley <halley@dnspython.org> | 2013-08-26 09:14:51 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2013-08-26 09:14:51 -0700 |
| commit | e25ee875d9d5b6f1cd4cd06e4127c1fbfa557bef (patch) | |
| tree | 2631f7b187e010bb5a23b5bb86382f1501c5941f /ChangeLog | |
| parent | 7e1e49cb7dd044bbe0cf3722e358d856643b7c65 (diff) | |
| download | dnspython-e25ee875d9d5b6f1cd4cd06e4127c1fbfa557bef.tar.gz | |
Make multi-message TSIGs compute correctly for algorithms other than MD5
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-08-26 Bob Halley <halley@dnspython.org> + + * 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 <halley@dnspython.org> * (Version 1.11.0 released) |
