summaryrefslogtreecommitdiffstats
path: root/Tools/ssl
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-05-20 14:46:38 (GMT)
committerGitHub <noreply@github.com>2021-05-20 14:46:38 (GMT)
commit7109624d45bcf28fbb46a53354785dc5ff953a16 (patch)
treed5f1e0d8f3d38b56588a7583bd98d062b835ef87 /Tools/ssl
parent1270ad6ec8fe1f71e7d88086474f96f99670ac3a (diff)
downloadcpython-7109624d45bcf28fbb46a53354785dc5ff953a16.zip
cpython-7109624d45bcf28fbb46a53354785dc5ff953a16.tar.gz
cpython-7109624d45bcf28fbb46a53354785dc5ff953a16.tar.bz2
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
Diffstat (limited to 'Tools/ssl')
-rwxr-xr-xTools/ssl/multissltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 8d1132f..ec7c066 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
- "3.0.0-alpha16"
+ "3.0.0-alpha17"
]
LIBRESSL_OLD_VERSIONS = [