]> granicus.if.org Git - python/commit
[3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)
authorAlex Viscreanu <alexviscreanu@gmail.com>
Fri, 1 Mar 2019 07:36:00 +0000 (08:36 +0100)
committerlarryhastings <larry@hastings.org>
Fri, 1 Mar 2019 07:36:00 +0000 (23:36 -0800)
commit56f8783e3e32ddc0cb84a96711e3861aea9895ac
tree693fbd1e09ec06e17095972668987bd0c072fa19
parent7cd08cf62086a8a2d84fd825dfcd8bfe33bf1986
[3.5] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (#10994)

* 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