[Python-checkins] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)

Miss Islington (bot) webhook-mailer at python.org
Tue Mar 31 12:07:31 EDT 2020


https://github.com/python/cpython/commit/9073f9272475be620c09b2852c094788b2b7096a
commit: 9073f9272475be620c09b2852c094788b2b7096a
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-03-31T09:07:23-07:00
summary:

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 at python.org>

files:
M Tools/ssl/multissltests.py

diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index d816810d57078..05d6d7de296db 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@
 OPENSSL_RECENT_VERSIONS = [
     "1.0.2t",
     "1.1.0l",
-    "1.1.1d",
+    "1.1.1f",
 ]
 
 LIBRESSL_OLD_VERSIONS = [



More information about the Python-checkins mailing list