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.

作者 yolanda.robla
收信人 bkabrda, christian.heimes, dholth, dmalcolm, doughellmann, jpokorny, lukecarrier, pitrou, rbcollins, rpetrov, yolanda.robla
日期 2017-01-17.14:27:26
SpamBayes Score -1.0
Marked as misclassified
Message-id <1484663246.46.0.356458378036.issue9216@psf.upfronthosting.co.za>
In-reply-to
内容
I agree with Doug. From my understanding, the intention of the patch is to allow the usage of md5 for non-security purposes, without being blocked by FIPS.
Right now, md5() calls running on a FIPS enabled kernel, are blocked without discrimination of the usage, that shall be ok for hashing purposes, and more performant than other methods. This patch provides the ability to continue using md5 just flagging it properly.
历史
日期 用户 动作 参数
2017-01-17 14:27:26yolanda.robla修改recipients: + yolanda.robla, pitrou, christian.heimes, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier
2017-01-17 14:27:26yolanda.robla修改messageid: <1484663246.46.0.356458378036.issue9216@psf.upfronthosting.co.za>
2017-01-17 14:27:26yolanda.robla链接issue9216 messages
2017-01-17 14:27:26yolanda.robla创建