Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
This was missed while upgrading CI..
(cherry picked from commit d6cb5dd)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
  • Loading branch information
ambv authored and tiran committed Aug 30, 2021
commit b1a866c33bae1d3a0b237e026459506c3d9a5b4e
4 changes: 2 additions & 2 deletions Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
]

OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
# "3.0.0-alpha14"
"1.1.1l",
"3.0.0-beta1"
]

LIBRESSL_OLD_VERSIONS = [
Expand Down