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

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