]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 May 2020 08:33:42 +0000 (01:33 -0700)
committerGitHub <noreply@github.com>
Sat, 16 May 2020 08:33:42 +0000 (01:33 -0700)
commita669443dfb79fc6aca2544b885895814798db15b
treeee5351f9259d1f6be2f2ae6113d10c6d919a4004
parentc3d025a86a60348f19551bd9921304c5db322531
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
(cherry picked from commit 6e8cda91d92da72800d891b2fc2073ecbc134d98)

Co-authored-by: Christian Heimes <christian@python.org>
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