Iain Wade added the comment:
d'oh, I should have checked HEAD before submitting the bug.
I am running 2.5.1 on OSX, the fix seems to be in 2.5.2 and above.
Thanks, and sorry for wasting your time.
--
status: open -> closed
___
Python
New submission from Iain Wade :
Test vectors are in the following draft rfc:
http://tools.ietf.org/html/draft-nystrom-smime-hmac-sha
The problem is that hmac.py has a hard-coded block size of 64, while
SHA-384 and SHA-512 have a 128-byte block size.
Suggested fix is either:
a/ have the