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.

作者 vstinner
收信人 Andrew DiPrinzio, bkabrda, christian.heimes, cstratak, dholth, dmalcolm, doughellmann, icordasc, jpokorny, lukecarrier, pitrou, rbcollins, rpetrov, vstinner, yolanda.robla
日期 2019-07-30.14:46:03
SpamBayes Score -1.0
Marked as misclassified
Message-id <1564497963.57.0.102984528705.issue9216@roundup.psfhosted.org>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2019-07-30 14:46:03vstinner修改recipients: + vstinner, pitrou, christian.heimes, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier, icordasc, cstratak, yolanda.robla, Andrew DiPrinzio
2019-07-30 14:46:03vstinner修改messageid: <1564497963.57.0.102984528705.issue9216@roundup.psfhosted.org>
2019-07-30 14:46:03vstinner链接issue9216 messages
2019-07-30 14:46:03vstinner创建