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 christian.heimes, florinspatar
Date 2021-12-22.12:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640177501.52.0.273290523116.issue46149@roundup.psfhosted.org>
In-reply-to
Content
Your patch gets the work done, but it's even slower than my WIP patch set. Hashing is a performance critical path. The new fetch() API in OpenSSL 3.0.0 is substantially slower than the old OpenSSL 1.1.1 APIs.

Python 3.9 and earlier still support OpenSSL 1.0.2. I removed support for OpenSSL < 1.1.1 for Python 3.10. There are approvied FIPS providers for OpenSSL 1.1.1, e.g. RHEL 8 has a certified FIPS module for OpenSSL 1.1.1.
History
Date User Action Args
2021-12-22 12:51:41christian.heimessetrecipients: + christian.heimes, florinspatar
2021-12-22 12:51:41christian.heimessetmessageid: <1640177501.52.0.273290523116.issue46149@roundup.psfhosted.org>
2021-12-22 12:51:41christian.heimeslinkissue46149 messages
2021-12-22 12:51:41christian.heimescreate