mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
5a56ce4a0e
commit
58ab13479d
5 changed files with 10 additions and 10 deletions
|
@ -45,17 +45,16 @@ OPENSSL_OLD_VERSIONS = [
|
|||
]
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.0.2s",
|
||||
"1.1.0k",
|
||||
"1.1.1c",
|
||||
"1.0.2t",
|
||||
"1.1.0l",
|
||||
"1.1.1d",
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
"2.9.2",
|
||||
]
|
||||
|
||||
LIBRESSL_RECENT_VERSIONS = [
|
||||
"2.8.3",
|
||||
"2.9.2",
|
||||
]
|
||||
|
||||
# store files in ../multissl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue