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 florinspatar
Recipients christian.heimes, florinspatar
Date 2021-12-22.12:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640174799.63.0.334949361903.issue46149@roundup.psfhosted.org>
In-reply-to
Content
I was able to get past this issue with minimal changes: https://github.com/florinspatar/cpython/commit/3b16c65eb3e54c0be40413ebabf504356e303e8a
I see the issue you linked, handles multiple OpenSSL 3.0.0 problems.

AFAIK, python 3 no longer supports OpenSSL 1.0.2. Minimum OpenSSL version is 1.1.1, which has no FIPS module, so usedforsecurity flag can only be used with OpenSSL 3. I'm wondering if the issue you linked is still an enhancement or should be treated as an actual bug.
History
Date User Action Args
2021-12-22 12:06:39florinspatarsetrecipients: + florinspatar, christian.heimes
2021-12-22 12:06:39florinspatarsetmessageid: <1640174799.63.0.334949361903.issue46149@roundup.psfhosted.org>
2021-12-22 12:06:39florinspatarlinkissue46149 messages
2021-12-22 12:06:39florinspatarcreate