]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19251)
authorBenjamin Peterson <benjamin@python.org>
Wed, 1 Apr 2020 01:52:23 +0000 (20:52 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Apr 2020 01:52:23 +0000 (20:52 -0500)
(cherry picked from commit cd16661f903153ecac55f190ed682e576c5deb24)

Tools/ssl/multissltests.py

index 78b068a46a50c4cfd6e50499e56d0d0fe7af9efb..d351804a92110510b744c75bfc29d88f02b1e6ce 100755 (executable)
@@ -46,9 +46,9 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-     "1.0.2p",
-     "1.1.0i",
-     "1.1.1",
+    "1.0.2t",
+    "1.1.0l",
+    "1.1.1f",
 ]
 
 LIBRESSL_OLD_VERSIONS = [