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 ncoghlan
Recipients christian.heimes, docs@python, ncoghlan
Date 2017-08-16.05:17:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502860659.7.0.930691554308.issue31215@psf.upfronthosting.co.za>
In-reply-to
Content
https://bugs.python.org/issue26470 updated the ssl and hashlib modules in 2.7 and 3.5+ to be compatible with OpenSSL 1.1.0.

However, it's currently unclear what the *minimum* versions actually are for platforms that want to drop support for OpenSSL 1.0.x, and it's particularly unclear in 2.7, as that lacks the deprecation warning for OpenSSL 0.9.8, 1.0.0 and 1.0.1 that was introduced in Python 3.6.

This doesn't rise to the level of something to be documented as a new feature in the 2.7 What's New, but I think a version changed note in the opening section of the `ssl` module documentation would be appropriate:

2.7 branch:

    .. versionchanged: 2.7.13
       Updated to support linking with OpenSSL 1.1.0

3.6 and master branches (immediately before the 3.6 deprecation notice):

    .. versionchanged: 3.5.3
       Updated to support linking with OpenSSL 1.1.0
History
Date User Action Args
2017-08-16 05:17:39ncoghlansetrecipients: + ncoghlan, christian.heimes, docs@python
2017-08-16 05:17:39ncoghlansetmessageid: <1502860659.7.0.930691554308.issue31215@psf.upfronthosting.co.za>
2017-08-16 05:17:39ncoghlanlinkissue31215 messages
2017-08-16 05:17:38ncoghlancreate