summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-03-24 14:41:37 (GMT)
committerGitHub <noreply@github.com>2018-03-24 14:41:37 (GMT)
commit4ca0739c9d97ac7cd45499e0d31be68dc659d0e1 (patch)
treeb84760e0dd0aeb8fd100f31823c283e3d3785296 /Misc
parente42ae915095ebca789cc36f3a336a3331fe35945 (diff)
downloadcpython-4ca0739c9d97ac7cd45499e0d31be68dc659d0e1.zip
cpython-4ca0739c9d97ac7cd45499e0d31be68dc659d0e1.tar.gz
cpython-4ca0739c9d97ac7cd45499e0d31be68dc659d0e1.tar.bz2
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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-03-24-15-08-24.bpo-33127.olJmHv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-24-15-08-24.bpo-33127.olJmHv.rst b/Misc/NEWS.d/next/Library/2018-03-24-15-08-24.bpo-33127.olJmHv.rst
new file mode 100644
index 0000000..635aabb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-03-24-15-08-24.bpo-33127.olJmHv.rst
@@ -0,0 +1 @@
+The ssl module now compiles with LibreSSL 2.7.1.