File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5959 variables :
6060 testRunTitle : ' $(build.sourceBranchName)-linux'
6161 testRunPlatform : linux
62- openssl_version : 1.1.1b
62+ openssl_version : 1.1.1c
6363
6464 steps :
6565 - template : ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
116116 variables :
117117 testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
118118 testRunPlatform : linux-coverage
119- openssl_version : 1.1.1b
119+ openssl_version : 1.1.1c
120120
121121 steps :
122122 - template : ./posix-steps.yml
Original file line number Diff line number Diff line change 5959 variables :
6060 testRunTitle : ' $(system.pullRequest.TargetBranch)-linux'
6161 testRunPlatform : linux
62- openssl_version : 1.1.0j
62+ openssl_version : 1.1.1c
6363
6464 steps :
6565 - template : ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
116116 variables :
117117 testRunTitle : ' $(Build.SourceBranchName)-linux-coverage'
118118 testRunPlatform : linux-coverage
119- openssl_version : 1.1.0j
119+ openssl_version : 1.1.1c
120120
121121 steps :
122122 - template : ./posix-steps.yml
Original file line number Diff line number Diff line change 1111
1212env :
1313 global :
14- - OPENSSL=1.1.0i
14+ - OPENSSL=1.1.1c
1515 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
1616 - PATH="${OPENSSL_DIR}/bin:$PATH"
1717 # 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.1c
Original file line number Diff line number Diff line change 4545]
4646
4747OPENSSL_RECENT_VERSIONS = [
48- "1.0.2p " ,
49- "1.1.0i " ,
50- "1.1.1 " ,
48+ "1.0.2s " ,
49+ "1.1.0k " ,
50+ "1.1.1c " ,
5151]
5252
5353LIBRESSL_OLD_VERSIONS = [
You can’t perform that action at this time.
0 commit comments