summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-09-23 09:22:52 +0200
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-09-23 00:22:52 -0700
commit2756ef31656399a120589b7aa19c32e2b91a4758 (patch)
tree01475d04b12f1f8a51c9a52da1527a93606d7b00 /.travis.yml
parent44989bc2696320cf55ae6f329aaf58edd49d792a (diff)
downloadcpython-git-2756ef31656399a120589b7aa19c32e2b91a4758.tar.gz
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
Add SSLContext.post_handshake_auth and SSLSocket.verify_client_post_handshake for TLS 1.3 post-handshake authentication. Signed-off-by: Christian Heimes <christian@python.org>q https://bugs.python.org/issue34670. (cherry picked from commit 9fb051f032c36b9f6086b79086b4d6b7755a3d70) Co-authored-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue34670
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 8b12196366..27a240f1e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ cache:
env:
global:
- - OPENSSL=1.1.0h
+ - OPENSSL=1.1.0i
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
- PATH="${OPENSSL_DIR}/bin:$PATH"
# Use -O3 because we don't use debugger on Travis-CI