]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
authorChristian Heimes <christian@python.org>
Sat, 16 May 2020 01:33:05 +0000 (03:33 +0200)
committerGitHub <noreply@github.com>
Sat, 16 May 2020 01:33:05 +0000 (18:33 -0700)
commit6e8cda91d92da72800d891b2fc2073ecbc134d98
tree501dd9349f86747647e424002fa68605ebf598a8
parent6b6092f533f0e4787b8564c4fad6ec6d1018af0d
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)

OpenSSL can be build without support for TLS 1.0 and 1.1. The ssl module
now correctly adheres to OPENSSL_NO_TLS1 and OPENSSL_NO_TLS1_1 flags.

Also update multissltest to test with latest OpenSSL and LibreSSL
releases.

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
Misc/NEWS.d/next/Library/2020-05-02-17-17-37.bpo-40457.EXReI1.rst [new file with mode: 0644]
Modules/_ssl.c
Tools/ssl/multissltests.py