summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-03-31 16:08:49 (GMT)
committerGitHub <noreply@github.com>2020-03-31 16:08:49 (GMT)
commitfb6e04b5f10086194bcc77d571f77cb30873998b (patch)
tree0abd8bccc4f1d9b1a49d492be1ad5364cd422026 /Tools
parent572ef747692055a270a9fbf8eeaf5c4a15c8e332 (diff)
downloadcpython-fb6e04b5f10086194bcc77d571f77cb30873998b.zip
cpython-fb6e04b5f10086194bcc77d571f77cb30873998b.tar.gz
cpython-fb6e04b5f10086194bcc77d571f77cb30873998b.tar.bz2
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
(cherry picked from commit cd16661f903153ecac55f190ed682e576c5deb24) Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'Tools')
-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 d816810..05d6d7d 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
OPENSSL_RECENT_VERSIONS = [
"1.0.2t",
"1.1.0l",
- "1.1.1d",
+ "1.1.1f",
]
LIBRESSL_OLD_VERSIONS = [