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
收信人 bkabrda, christian.heimes, dholth, dmalcolm, doughellmann, icordasc, jpokorny, lukecarrier, pitrou, rbcollins, rpetrov, yolanda.robla
日期 2017-01-20.10:14:43
SpamBayes Score -1.0
Marked as misclassified
Message-id <1484907283.72.0.421884906004.issue9216@psf.upfronthosting.co.za>
In-reply-to
内容
Objection from hashlib maintainer: I will reject a used_for_security flag with default of False. I'm slowly moving Python to a secure-by-default policy. Therefore used_for_security must be an explicit opt-out.

I'm aware that the policy will require modifications to all software that uses MD5. To be honest that's my goal. If you care about FIPS, then any use of MD5 must be a concious and careful decision. I want developers to move away from MD5 and replace it with SipHash24, Blake2 or SHA-2. MD5 should *only* remain when backwards incompatibility prevent migration.
历史
日期 用户 动作 参数
2017-01-20 10:14:43christian.heimes修改recipients: + christian.heimes, pitrou, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier, icordasc, yolanda.robla
2017-01-20 10:14:43christian.heimes修改messageid: <1484907283.72.0.421884906004.issue9216@psf.upfronthosting.co.za>
2017-01-20 10:14:43christian.heimes链接issue9216 messages
2017-01-20 10:14:43christian.heimes创建