From: Christian Heimes Date: Mon, 30 Aug 2021 13:08:12 +0000 (+0200) Subject: [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063) X-Git-Tag: v3.8.12~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8371290753bed7fbb939a51ea7ff0991ea32a89c;p=thirdparty%2FPython%2Fcpython.git [3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063) This was missed while upgrading CI.. (cherry picked from commit d6cb5dd9e19210f5963ff8beadde7ca2fda71574) Co-authored-by: Łukasz Langa Co-authored-by: Łukasz Langa --- diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 1904f3bf25be..41d964ec3ff1 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1k", - # "3.0.0-alpha14" + "1.1.1l", + "3.0.0-beta1" ] LIBRESSL_OLD_VERSIONS = [