[issue9216] FIPS support for hashlib
STINNER Victor
report at bugs.python.org
Tue Jul 30 10:46:03 EDT 2019
STINNER Victor <vstinner at redhat.com> added the comment:
FYI the multiprocessing module uses hmac.new(authkey, message, 'md5').digest(). I don't think that using MD5 even for HMAC is allowed in FIPS mode.
----------
nosy: +vstinner
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue9216>
_______________________________________
More information about the Python-bugs-list
mailing list