File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 59
59
variables :
60
60
testRunTitle : ' $(build.sourceBranchName)-linux'
61
61
testRunPlatform : linux
62
- openssl_version : 1.1.1c
62
+ openssl_version : 1.1.1d
63
63
64
64
steps :
65
65
- template : ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
116
116
variables :
117
117
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
118
118
testRunPlatform : linux-coverage
119
- openssl_version : 1.1.1c
119
+ openssl_version : 1.1.1d
120
120
121
121
steps :
122
122
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change 59
59
variables :
60
60
testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
61
61
testRunPlatform : linux
62
- openssl_version : 1.1.1c
62
+ openssl_version : 1.1.1d
63
63
64
64
steps :
65
65
- template : ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
116
116
variables :
117
117
testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
118
118
testRunPlatform : linux-coverage
119
- openssl_version : 1.1.1c
119
+ openssl_version : 1.1.1d
120
120
121
121
steps :
122
122
- template : ./posix-steps.yml
Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
global :
14
- - OPENSSL=1.1.1c
14
+ - OPENSSL=1.1.1d
15
15
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
16
16
- PATH="${OPENSSL_DIR}/bin:$PATH"
17
17
# Use -O3 because we don't use debugger on Travis-CI
Original file line number Diff line number Diff line change
1
+ Test with OpenSSL 1.1.1d
Original file line number Diff line number Diff line change 45
45
]
46
46
47
47
OPENSSL_RECENT_VERSIONS = [
48
- "1.0.2s " ,
49
- "1.1.0k " ,
50
- "1.1.1c " ,
48
+ "1.0.2t " ,
49
+ "1.1.0l " ,
50
+ "1.1.1d " ,
51
51
]
52
52
53
53
LIBRESSL_OLD_VERSIONS = [
54
54
]
55
55
56
56
LIBRESSL_RECENT_VERSIONS = [
57
- "2.7.4 " ,
57
+ "2.9.2 " ,
58
58
]
59
59
60
60
# store files in ../multissl
You can’t perform that action at this time.
0 commit comments