]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790)
authorColin McAllister <colinmca242@gmail.com>
Fri, 13 Feb 2026 17:17:53 +0000 (11:17 -0600)
committerGitHub <noreply@github.com>
Fri, 13 Feb 2026 17:17:53 +0000 (17:17 +0000)
commitd625f7da33bf8eb57fb7e1a05deae3f68bf4d00f
tree9be54bc69bf56905ccd022daa2beb6957284d63b
parent82b92e3cd180723a354cdeb0f0f1d593f1b5eb0d
gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790)

Allow TLS v1.2 to be minimum version

Updates test_min_max_version to allow TLS v1.2 to be minimum version if
TLS 1.0 and 1.1 are disabled in OpenSSL.
Lib/test/test_ssl.py