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 vstinner
Recipients Andrew DiPrinzio, bkabrda, christian.heimes, cstratak, dholth, dmalcolm, doughellmann, icordasc, jpokorny, lukecarrier, pitrou, rbcollins, rpetrov, vstinner, yolanda.robla
Date 2019-07-30.14:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564497963.57.0.102984528705.issue9216@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-30 14:46:03vstinnersetrecipients: + vstinner, pitrou, christian.heimes, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier, icordasc, cstratak, yolanda.robla, Andrew DiPrinzio
2019-07-30 14:46:03vstinnersetmessageid: <1564497963.57.0.102984528705.issue9216@roundup.psfhosted.org>
2019-07-30 14:46:03vstinnerlinkissue9216 messages
2019-07-30 14:46:03vstinnercreate