]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790) (#144792)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Feb 2026 20:28:14 +0000 (21:28 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Feb 2026 20:28:14 +0000 (12:28 -0800)
commit795f436fc50f99ad4b2b14df7c724702fb608c6d
tree3bc780ef8ca8966b85abc785fc2de2e3a59b927e
parent160fe2acd86bfb97eea3533fc2dc9fa00beaa666
[3.13] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790) (#144792)

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.
(cherry picked from commit d625f7da33bf8eb57fb7e1a05deae3f68bf4d00f)

Co-authored-by: Colin McAllister <colinmca242@gmail.com>
Lib/test/test_ssl.py