]> granicus.if.org Git - python/commit
bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210)
authorChristian Heimes <christian@python.org>
Sat, 24 Mar 2018 14:41:37 +0000 (15:41 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Mar 2018 14:41:37 +0000 (15:41 +0100)
commit4ca0739c9d97ac7cd45499e0d31be68dc659d0e1
treeb84760e0dd0aeb8fd100f31823c283e3d3785296
parente42ae915095ebca789cc36f3a336a3331fe35945
bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210)

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>
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