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.10:43:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640169820.19.0.00746238880676.issue46149@roundup.psfhosted.org>
In-reply-to
Content
This is a known issue, see #40479. OpenSSL 3.0.0 new provider system requires a major redesign of hashlib module's internals. It's not a trivial change. My first attempt GH-19878 has some flaws and introduces a performance regression.
History
Date User Action Args
2021-12-22 10:43:40christian.heimessetrecipients: + christian.heimes, florinspatar
2021-12-22 10:43:40christian.heimessetmessageid: <1640169820.19.0.00746238880676.issue46149@roundup.psfhosted.org>
2021-12-22 10:43:40christian.heimeslinkissue46149 messages
2021-12-22 10:43:40christian.heimescreate