]> granicus.if.org Git - python/commit
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 May 2018 21:40:46 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Tue, 22 May 2018 21:40:46 +0000 (14:40 -0700)
commitcd57b48ef9a70b7ef693ba52aaf38d7c945ab5d3
tree0cdf62589860b0e2d1a9e1d476bcb47ff860ac32
parent1f22a3003e0d5f125cfbcd6872ccdb92e7f2d798
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>
(cherry picked from commit e8eb6cb7920ded66abc5d284319a8539bdc2bae3)

Co-authored-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