FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) by tiran · Pull Request #28062 · python/cpython · GitHub

/ cpython Public
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
[3.9] 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 2fd9bf82ae4822e2d2c75622e45b3f59fc66a816
4 changes: 2 additions & 2 deletions Tools/ssl/multissltests.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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-alpha16"
"1.1.1l",
"3.0.0-beta1"
]

LIBRESSL_OLD_VERSIONS = [
Expand Down

Back | FazBrowse Home | New Git URL