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 vstinner
Recipients Andrew DiPrinzio, bkabrda, cheryl.sabella, christian.heimes, cstratak, dholth, dmalcolm, doughellmann, gregory.p.smith, hroncok, icordasc, jpokorny, lukecarrier, miss-islington, pitrou, rbcollins, rpetrov, vstinner, yolanda.robla
Date 2020-05-04.16:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588610025.2.0.442211734252.issue9216@roundup.psfhosted.org>
In-reply-to
Content
> _hashlib.get_fips_mode() is not compatible with new FIPS design in OpenSSL 3.0.0:

I suggest to modify the code so the private function becomes unavailable in _hashlib on OpenSSL 3.0 and newer. What do you think?
History
Date User Action Args
2020-05-04 16:33:45vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, christian.heimes, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier, icordasc, cstratak, yolanda.robla, hroncok, cheryl.sabella, Andrew DiPrinzio, miss-islington
2020-05-04 16:33:45vstinnersetmessageid: <1588610025.2.0.442211734252.issue9216@roundup.psfhosted.org>
2020-05-04 16:33:45vstinnerlinkissue9216 messages
2020-05-04 16:33:44vstinnercreate