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.

作者 christian.heimes
收信人 Andrew DiPrinzio, bkabrda, christian.heimes, cstratak, dholth, dmalcolm, doughellmann, gregory.p.smith, icordasc, jpokorny, lukecarrier, pitrou, rbcollins, rpetrov, vstinner, yolanda.robla
日期 2019-09-13.09:28:25
SpamBayes Score -1.0
Marked as misclassified
Message-id <1568366905.35.0.744006241713.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.

MD5 us especially not allowed in FIPS mode.
历史
日期 用户 动作 参数
2019-09-13 09:28:25christian.heimes修改recipients: + christian.heimes, gregory.p.smith, pitrou, vstinner, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier, icordasc, cstratak, yolanda.robla, Andrew DiPrinzio
2019-09-13 09:28:25christian.heimes修改messageid: <1568366905.35.0.744006241713.issue9216@roundup.psfhosted.org>
2019-09-13 09:28:25christian.heimes链接issue9216 messages
2019-09-13 09:28:25christian.heimes创建