]> granicus.if.org Git - python/commit
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
authorChristian Heimes <christian@python.org>
Tue, 22 May 2018 20:50:12 +0000 (22:50 +0200)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 20:50:12 +0000 (22:50 +0200)
commite8eb6cb7920ded66abc5d284319a8539bdc2bae3
tree6c86c439524b77e25571201b59986d3dc5c61579
parent6c4fab0f4b95410a1a964a75dcdd953697eff089
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)

Change TLS 1.3 cipher suite settings for compatibility with OpenSSL
1.1.1-pre6 and newer. OpenSSL 1.1.1 will have TLS 1.3 cipers enabled by
default.

Also update multissltests and Travis config to test with latest OpenSSL.

Signed-off-by: Christian Heimes <christian@python.org>
.travis.yml
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2018-05-18-21-50-47.bpo-33570.7CZy4t.rst [new file with mode: 0644]
Tools/ssl/multissltests.py