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
Date 2019-11-16.15:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573916819.64.0.690362352385.issue38820@roundup.psfhosted.org>
In-reply-to
Content
OpenSSL 3.0.0 is currently development [1]. I'm expecting a first beta release in December. Final release is scheduled for Q2 2020. OpenSSL 3.0.0 is API and feature compatible to OpenSSL 1.1.0 and 1.1.1. Only minor changes are required:

* OpenSSL version number is >= 3.0.0, which breaks test_openssl_version
* GENERAL_NAME_print() no longer adds trailing newline to IPv6 address strings. 
* ERR_func_error_string is deprecated

[1] https://www.openssl.org/blog/blog/2019/11/07/3.0-update/
History
Date User Action Args
2019-11-16 15:06:59christian.heimessetrecipients: + christian.heimes
2019-11-16 15:06:59christian.heimessetmessageid: <1573916819.64.0.690362352385.issue38820@roundup.psfhosted.org>
2019-11-16 15:06:59christian.heimeslinkissue38820 messages
2019-11-16 15:06:59christian.heimescreate