]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Mar 2020 16:08:49 +0000 (09:08 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 16:08:49 +0000 (09:08 -0700)
(cherry picked from commit cd16661f903153ecac55f190ed682e576c5deb24)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Tools/ssl/multissltests.py

index d816810d57078d70307cd1a7ffc1d8db5e1c5a2e..05d6d7de296db9fdc22a973198522448fa97fd82 100755 (executable)
@@ -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 = [