]> granicus.if.org Git - python/commit
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)
authorChristian Heimes <christian@python.org>
Sat, 24 Mar 2018 17:38:14 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Mar 2018 17:38:14 +0000 (18:38 +0100)
commitf5befbb0d1526f18eb2b24eabb48c3b761c624a2
treef222e19f2bd5c16fdb47eb14d5ba99923d902e2f
parent643a781188539de038745d23d0e8e5a03b781209
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6214)

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>
Lib/test/test_ssl.py
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