[Python-checkins] [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)

ambv webhook-mailer at python.org
Mon Aug 30 09:07:59 EDT 2021


https://github.com/python/cpython/commit/576803d7a8083cb25c58be08d3cb31e05d5d2f8a
commit: 576803d7a8083cb25c58be08d3cb31e05d5d2f8a
branch: 3.9
author: Christian Heimes <christian at python.org>
committer: ambv <lukasz at langa.pl>
date: 2021-08-30T15:07:55+02:00
summary:

[3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)

This was missed while upgrading CI..
(cherry picked from commit d6cb5dd9e19210f5963ff8beadde7ca2fda71574)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
M Tools/ssl/multissltests.py

diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index a9c4f6dacd4499..6baec7bc31a581 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -49,8 +49,8 @@
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.1.1k",
-    "3.0.0-alpha16"
+    "1.1.1l",
+    "3.0.0-beta1"
 ]
 
 LIBRESSL_OLD_VERSIONS = [



More information about the Python-checkins mailing list