]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
authorBenjamin Peterson <benjamin@python.org>
Tue, 31 Mar 2020 15:49:56 +0000 (10:49 -0500)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 15:49:56 +0000 (10:49 -0500)
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 = [