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 yolanda.robla
Recipients bkabrda, christian.heimes, dholth, dmalcolm, doughellmann, jpokorny, lukecarrier, pitrou, rbcollins, rpetrov, yolanda.robla
Date 2017-01-17.14:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484663246.46.0.356458378036.issue9216@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-01-17 14:27:26yolanda.roblasetrecipients: + yolanda.robla, pitrou, christian.heimes, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier
2017-01-17 14:27:26yolanda.roblasetmessageid: <1484663246.46.0.356458378036.issue9216@psf.upfronthosting.co.za>
2017-01-17 14:27:26yolanda.roblalinkissue9216 messages
2017-01-17 14:27:26yolanda.roblacreate