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 Dima.Tisnek, alex, benjamin.peterson, christian.heimes, dstufft, eamanu, janssen, lukasz.langa, miss-islington, shihai1991
Date 2020-04-12.11:22:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586690533.34.0.571350480854.issue39953@roundup.psfhosted.org>
In-reply-to
Content
The PR broke backwards compatibility with OpenSSL 1.0.2 and LibreSSL. OpenSSL 1.1.x introduced new error codes or reused existing numbers for different errors codes.

Although OpenSSL 1.0.2 has reached EOL we should keep keep Python 3.8 and 3.9 compatible with the API.
History
Date User Action Args
2020-04-12 11:22:13christian.heimessetrecipients: + christian.heimes, janssen, benjamin.peterson, alex, lukasz.langa, Dima.Tisnek, dstufft, eamanu, miss-islington, shihai1991
2020-04-12 11:22:13christian.heimessetmessageid: <1586690533.34.0.571350480854.issue39953@roundup.psfhosted.org>
2020-04-12 11:22:13christian.heimeslinkissue39953 messages
2020-04-12 11:22:13christian.heimescreate