This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients christian.heimes, jcea, pitrou
Date 2013-02-22.13:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361541597.53.0.600667535881.issue17276@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know how you intend to make `digestmod` mandatory given the current function signature.

> Applications should slowly migrate away from HMAC-MD5 and use a more
> modern algorithm like HMAC-SHA256.

Applications don't always choose their cipher. MD5 is needed for compatibility with existing protocols such as CRAM-MD5.
History
Date User Action Args
2013-02-22 13:59:57pitrousetrecipients: + pitrou, jcea, christian.heimes
2013-02-22 13:59:57pitrousetmessageid: <1361541597.53.0.600667535881.issue17276@psf.upfronthosting.co.za>
2013-02-22 13:59:57pitroulinkissue17276 messages
2013-02-22 13:59:57pitroucreate