]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)
authorVictor Stinner <vstinner@redhat.com>
Tue, 19 Feb 2019 17:06:03 +0000 (18:06 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Feb 2019 17:06:03 +0000 (18:06 +0100)
commit3ef6344ee53f59ee86831ec36ed2c6f93a56229d
tree2b3120e783831b648c03de2cf53ec1863e9d5b61
parentbeda52ed36e701e45f22903fc4d3bec0d085b25b
bpo-36037: Fix test_ssl for strict OpenSSL policy (GH-11940)

Fix test_ssl for strict OpenSSL configuration like RHEL8 strict crypto policy.
Use older TLS version for minimum TLS version of the server SSL context if
needed, to test TLS version older than default minimum TLS version.
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2019-02-19-15-21-14.bpo-36037.75wG9_.rst [new file with mode: 0644]