[Python-checkins] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
miss-islington
webhook-mailer at python.org
Mon Aug 30 09:07:52 EDT 2021
https://github.com/python/cpython/commit/dc46f4c9846ad16567ab293b405efc3ed10ab9d5
commit: dc46f4c9846ad16567ab293b405efc3ed10ab9d5
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-08-30T06:07:38-07:00
summary:
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
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 25ce2faffacfc3..9b46c8c7c09d5c 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@
]
OPENSSL_RECENT_VERSIONS = [
- "1.1.1k",
+ "1.1.1l",
"3.0.0-beta1"
]
More information about the Python-checkins
mailing list