From e8eb6cb7920ded66abc5d284319a8539bdc2bae3 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Tue, 22 May 2018 22:50:12 +0200 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1