From 4d1ded775e2b2d5aa71b84677aa291a53b63265e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 31 Mar 2020 10:49:56 -0500 Subject: [2.7] closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248). (cherry picked from commit cd16661f903153ecac55f190ed682e576c5deb24) Co-authored-by: Benjamin Peterson --- Tools/ssl/multissltests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 78b068a46a..d351804a92 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 = [ -- cgit v1.2.1