]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)
authorChristian Heimes <christian@python.org>
Sat, 24 Mar 2018 18:34:15 +0000 (19:34 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Mar 2018 18:34:15 +0000 (19:34 +0100)
commitedd541897b9c28ee0d0f0131746aa5f19665a104
tree006e29611f4992cade522189c1a99c1efe37d48b
parent0694b6a651ba2a53f6323ffb3b23358f43885815
[2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215)

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