summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-09-11 18:45:52 +0200
committerStéphane Wirtel <stephane@wirtel.be>2019-09-11 18:45:52 +0200
commit58ab13479d854491ac9207bacfae25e8b18b044a (patch)
tree148425f386074216bdd75e67dabf3b78b73a6247 /Tools
parent5a56ce4a0e820fefcd598b94715a7ff7e199858d (diff)
downloadcpython-git-58ab13479d854491ac9207bacfae25e8b18b044a.tar.gz
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/ssl/multissltests.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 7fda4df55a..d816810d57 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -45,17 +45,16 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
- "1.0.2s",
- "1.1.0k",
- "1.1.1c",
+ "1.0.2t",
+ "1.1.0l",
+ "1.1.1d",
]
LIBRESSL_OLD_VERSIONS = [
- "2.9.2",
]
LIBRESSL_RECENT_VERSIONS = [
- "2.8.3",
+ "2.9.2",
]
# store files in ../multissl