summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-05-22 22:50:12 +0200
committerGitHub <noreply@github.com>2018-05-22 22:50:12 +0200
commite8eb6cb7920ded66abc5d284319a8539bdc2bae3 (patch)
tree6c86c439524b77e25571201b59986d3dc5c61579 /.travis.yml
parent6c4fab0f4b95410a1a964a75dcdd953697eff089 (diff)
downloadcpython-git-e8eb6cb7920ded66abc5d284319a8539bdc2bae3.tar.gz
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>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fecad290d8..204c63fb56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ cache:
env:
global:
- - OPENSSL=1.1.0g
+ - OPENSSL=1.1.0h
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
- PATH="${OPENSSL_DIR}/bin:$PATH"
# Use -O3 because we don't use debugger on Travis-CI