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, penguinolog
Date 2021-12-17.13:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639748158.95.0.873218546041.issue46114@roundup.psfhosted.org>
In-reply-to
Content
The test case does not work for OpenSSL >= 3.0.1. The test assumes that the version starts with M.NN.FF, but OpenSSL 3 uses M.NN.PP. The FF (fix) part is always 00. The issue didn't show up before because fix and patch level were 0 for 3.0.0 alphas and betas.
History
Date User Action Args
2021-12-17 13:35:58christian.heimessetrecipients: + christian.heimes, penguinolog
2021-12-17 13:35:58christian.heimessetmessageid: <1639748158.95.0.873218546041.issue46114@roundup.psfhosted.org>
2021-12-17 13:35:58christian.heimeslinkissue46114 messages
2021-12-17 13:35:58christian.heimescreate