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 dmalcolm
Recipients dmalcolm, gregory.p.smith
Date 2011-09-16.19:57:48
SpamBayes Score 2.635578e-05
Marked as misclassified No
Message-id <1316203069.58.0.64753391567.issue9216@psf.upfronthosting.co.za>
In-reply-to
Content
The cumulative effect of the above patches (to _hashlib) are equivalent to what I've applied downstream to python 2 in RHEL 6.0 and Fedora 17 onwards, and python 3 in Fedora 17 onwards.

In those environments I've additionally patched hashlib to only use _hashlib, rather than falling back on _md5 etc, since otherwise you get confusing error messages from hashlib.md5() when it defers to _md5 due to FIPS enforcement.  In my downstream builds we can be sure of building against OpenSSL, but this other part of the patch seems less appropriate for upstream python, given that upstream python tries to be flexible in terms of its dependencies.

Hope this makes sense.
History
Date User Action Args
2011-09-16 19:57:49dmalcolmsetrecipients: + dmalcolm, gregory.p.smith
2011-09-16 19:57:49dmalcolmsetmessageid: <1316203069.58.0.64753391567.issue9216@psf.upfronthosting.co.za>
2011-09-16 19:57:49dmalcolmlinkissue9216 messages
2011-09-16 19:57:48dmalcolmcreate