Skip to content

Commit 56e8c87

Browse files
authored
[3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108120)
(cherry picked from commit 441797d)
1 parent 917439d commit 56e8c87

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
needs: check_source
204204
if: needs.check_source.outputs.run_tests == 'true'
205205
env:
206-
OPENSSL_VER: 1.1.1u
206+
OPENSSL_VER: 1.1.1v
207207
PYTHONSTRICTEXTENSIONBUILD: 1
208208
steps:
209209
- uses: actions/checkout@v3
@@ -247,7 +247,7 @@ jobs:
247247
strategy:
248248
fail-fast: false
249249
matrix:
250-
openssl_ver: [1.1.1u, 3.0.9, 3.1.1]
250+
openssl_ver: [1.1.1v, 3.0.10, 3.1.2]
251251
env:
252252
OPENSSL_VER: ${{ matrix.openssl_ver }}
253253
MULTISSL_DIR: ${{ github.workspace }}/multissl
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10,
2+
and 3.1.2.

Tools/ssl/multissltests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
]
4848

4949
OPENSSL_RECENT_VERSIONS = [
50-
"1.1.1u",
51-
"3.0.9",
52-
"3.1.1",
50+
"1.1.1v",
51+
"3.0.10",
52+
"3.1.2",
5353
]
5454

5555
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)