Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d2c645

Browse files
authored
Update multissltests: 1.0.2m, 1.1.0g (#4232)
1 parent ac03c03 commit 0d2c645

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Tools/ssl/multissltests.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@
4141
log = logging.getLogger("multissl")
4242

4343
OPENSSL_OLD_VERSIONS = [
44-
"0.9.8zc",
4544
"0.9.8zh",
4645
"1.0.1u",
4746
]
4847

4948
OPENSSL_RECENT_VERSIONS = [
5049
"1.0.2",
51-
"1.0.2l",
52-
"1.1.0f",
50+
"1.0.2m",
51+
"1.1.0g",
5352
]
5453

5554
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)