[issue17276] HMAC: deprecate default hash

Christian Heimes report at bugs.python.org
Sun Aug 18 17:36:04 CEST 2013


Christian Heimes added the comment:

Here is a patch that deprecates MD5 has implicit default hashing algorithm. It also implements digestmod string support.

PEP 247 doesn't define the digestmod argument of keyed hashing algorithms. I'm going to define it in PEP 452.

----------
keywords: +patch
nosy: +akuchling, gregory.p.smith
stage: needs patch -> patch review
Added file: http://bugs.python.org/file31359/17276.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17276>
_______________________________________


More information about the Python-bugs-list mailing list