]> granicus.if.org Git - python/commit
[3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Mar 2018 17:37:54 +0000 (10:37 -0700)
committerChristian Heimes <christian@python.org>
Sat, 24 Mar 2018 17:37:54 +0000 (18:37 +0100)
commit42bd62bc87a52538c0fc2134b76df316f30997da
treeb70bca27efde41aa35d696e169c6d7637f89643b
parent1a0bb626f4cfd95f7ec406ea7d3f9433def559fc
[3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)

LibreSSL 2.7 introduced OpenSSL 1.1.0 API. The ssl module now detects
LibreSSL 2.7 and only provides API shims for OpenSSL < 1.1.0 and
LibreSSL < 2.7.

Documentation updates and fixes for failing tests will be provided in
another patch set.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 4ca0739c9d97ac7cd45499e0d31be68dc659d0e1)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2018-03-24-15-08-24.bpo-33127.olJmHv.rst [new file with mode: 0644]
Modules/_ssl.c
Tools/ssl/multissltests.py