Skip to content

Commit ef99f5e

Browse files
[3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (gh-110002) (#110005)
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (gh-110002) (cherry picked from commit c88037d) Co-authored-by: Ned Deily <[email protected]>
1 parent f3b6185 commit ef99f5e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
needs: check_source
305305
if: needs.check_source.outputs.run_tests == 'true'
306306
env:
307-
OPENSSL_VER: 1.1.1v
307+
OPENSSL_VER: 3.0.11
308308
PYTHONSTRICTEXTENSIONBUILD: 1
309309
steps:
310310
- uses: actions/checkout@v4
@@ -373,7 +373,7 @@ jobs:
373373
strategy:
374374
fail-fast: false
375375
matrix:
376-
openssl_ver: [1.1.1v, 3.0.10, 3.1.2]
376+
openssl_ver: [1.1.1w, 3.0.11, 3.1.3]
377377
env:
378378
OPENSSL_VER: ${{ matrix.openssl_ver }}
379379
MULTISSL_DIR: ${{ github.workspace }}/multissl
@@ -425,7 +425,7 @@ jobs:
425425
needs: check_source
426426
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
427427
env:
428-
OPENSSL_VER: 1.1.1v
428+
OPENSSL_VER: 3.0.11
429429
PYTHONSTRICTEXTENSIONBUILD: 1
430430
steps:
431431
- uses: actions/checkout@v4
@@ -534,7 +534,7 @@ jobs:
534534
needs: check_source
535535
if: needs.check_source.outputs.run_tests == 'true'
536536
env:
537-
OPENSSL_VER: 1.1.1v
537+
OPENSSL_VER: 3.0.11
538538
PYTHONSTRICTEXTENSIONBUILD: 1
539539
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
540540
steps:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use
2+
1.1.1w, 3.0.11, and 3.1.3.

Tools/ssl/multissltests.py

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

4848
OPENSSL_RECENT_VERSIONS = [
49-
"1.1.1v",
50-
"3.0.10",
51-
"3.1.2",
49+
"1.1.1w",
50+
"3.0.11",
51+
"3.1.3",
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)