]> granicus.if.org Git - python/commit
Backport r58868:
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 6 Nov 2007 00:32:04 +0000 (00:32 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 6 Nov 2007 00:32:04 +0000 (00:32 +0000)
commita1e5387ec55261c19718fd5d7c22419073fa9ad7
treef0337eeb337d019ad1d54a558742234eb1009e02
parentca741400510f382fb32fa7c8e882f3c0644dd393
Backport r58868:
  Fixes Issue 1385: The hmac module now computes the correct hmac when using
  hashes with a block size other than 64 bytes (such as sha384 and sha512).
Doc/lib/libhashlib.tex
Lib/hmac.py
Lib/test/test_hmac.py
Misc/NEWS