From: Benjamin Peterson Date: Wed, 1 Apr 2020 01:52:23 +0000 (-0500) Subject: [2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19251) X-Git-Tag: v2.7.18rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8a2bcebfdb41acafea9a195e45e9d177dc216f;p=thirdparty%2FPython%2Fcpython.git [2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19251) (cherry picked from commit cd16661f903153ecac55f190ed682e576c5deb24) --- diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 78b068a46a50..d351804a9211 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -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 = [