Commit 0d2c645d authored by Christian Heimes's avatar Christian Heimes Committed by GitHub

Update multissltests: 1.0.2m, 1.1.0g (#4232)

parent ac03c03b
...@@ -41,15 +41,14 @@ import tarfile ...@@ -41,15 +41,14 @@ import tarfile
log = logging.getLogger("multissl") log = logging.getLogger("multissl")
OPENSSL_OLD_VERSIONS = [ OPENSSL_OLD_VERSIONS = [
"0.9.8zc",
"0.9.8zh", "0.9.8zh",
"1.0.1u", "1.0.1u",
] ]
OPENSSL_RECENT_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [
"1.0.2", "1.0.2",
"1.0.2l", "1.0.2m",
"1.1.0f", "1.1.0g",
] ]
LIBRESSL_OLD_VERSIONS = [ LIBRESSL_OLD_VERSIONS = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment