]> granicus.if.org Git - python/commit
bpo-31518: Change TLS protocol for Debian (#3660)
authorChristian Heimes <christian@python.org>
Sat, 24 Feb 2018 23:45:24 +0000 (00:45 +0100)
committerGitHub <noreply@github.com>
Sat, 24 Feb 2018 23:45:24 +0000 (00:45 +0100)
commitaab225840360719516eca55a7a69cfee45aee2af
tree3ddac4750f35272d110d4d5174e8e27c96ad93ab
parent980790eee0c804061a49b8ad7373e4669b48f2ec
bpo-31518: Change TLS protocol for Debian (#3660)

Debian Unstable has disabled TLS 1.0 and 1.1 for SSLv23_METHOD(). Change
TLS/SSL protocol of some tests to PROTOCOL_TLS or PROTOCOL_TLSv1_2 to
make them pass on Debian.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_ftplib.py
Lib/test/test_httplib.py
Lib/test/test_poplib.py
Lib/test/test_ssl.py
Lib/test/test_urllib2_localnet.py
Misc/NEWS.d/next/Tests/2017-09-19-20-48-50.bpo-31518.KwTMMz.rst [new file with mode: 0644]