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 christian.heimes
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-03.09:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588496846.92.0.73069227864.issue9216@roundup.psfhosted.org>
In-reply-to
Content
_hashlib.get_fips_mode() is not compatible with new FIPS design in OpenSSL 3.0.0:

  The function calls 'FIPS_mode()' and 'FIPS_mode_set()' are present in OpenSSL 3.0 but always fail. You should rewrite your application to not use them.

https://wiki.openssl.org/index.php/OpenSSL_3.0#Upgrading_from_the_OpenSSL_2.0_FIPS_Object_Module
History
Date User Action Args
2020-05-03 09:07:27christian.heimessetrecipients: + christian.heimes, gregory.p.smith, pitrou, vstinner, rbcollins, rpetrov, doughellmann, dmalcolm, dholth, jpokorny, bkabrda, lukecarrier, icordasc, cstratak, yolanda.robla, hroncok, cheryl.sabella, Andrew DiPrinzio, miss-islington
2020-05-03 09:07:26christian.heimessetmessageid: <1588496846.92.0.73069227864.issue9216@roundup.psfhosted.org>
2020-05-03 09:07:26christian.heimeslinkissue9216 messages
2020-05-03 09:07:26christian.heimescreate