Browse Source

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

pull/4186/head
Christian Heimes 8 years ago
committed by GitHub
parent
commit
0d2c645d41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Tools/ssl/multissltests.py

5
Tools/ssl/multissltests.py

@ -41,15 +41,14 @@ import tarfile
log = logging.getLogger("multissl")
OPENSSL_OLD_VERSIONS = [
"0.9.8zc",
"0.9.8zh",
"1.0.1u",
]
OPENSSL_RECENT_VERSIONS = [
"1.0.2",
"1.0.2l",
"1.1.0f",
"1.0.2m",
"1.1.0g",
]
LIBRESSL_OLD_VERSIONS = [

Loading…
Cancel
Save