From 7e84a0b15a9e4b123f69cc607a2af4e41c8dd365 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 28 Sep 2023 00:45:13 -0400 Subject: [PATCH] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w and 3.0.11. (cherry picked from commit c88037d137a98d7c399c7bd74d5117b5bcae1543) --- .github/workflows/build.yml | 4 ++-- .../2023-09-27-23-31-54.gh-issue-109991.sUUYY8.rst | 2 ++ Tools/ssl/multissltests.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 Misc/NEWS.d/next/Tools-Demos/2023-09-27-23-31-54.gh-issue-109991.sUUYY8.rst diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e63ab9521a30a3..cc8ca3692a276d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: needs: check_source if: needs.check_source.outputs.run_tests == 'true' env: - OPENSSL_VER: 1.1.1v + OPENSSL_VER: 3.0.11 steps: - uses: actions/checkout@v4 - name: Install Dependencies @@ -199,7 +199,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.0.2u, 1.1.1v, 3.0.10, 3.1.2] + openssl_ver: [1.0.2u, 1.1.1w, 3.0.11, 3.1.3] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl diff --git a/Misc/NEWS.d/next/Tools-Demos/2023-09-27-23-31-54.gh-issue-109991.sUUYY8.rst b/Misc/NEWS.d/next/Tools-Demos/2023-09-27-23-31-54.gh-issue-109991.sUUYY8.rst new file mode 100644 index 00000000000000..eb69e36df9e4ed --- /dev/null +++ b/Misc/NEWS.d/next/Tools-Demos/2023-09-27-23-31-54.gh-issue-109991.sUUYY8.rst @@ -0,0 +1,2 @@ +Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use +1.1.1w and 3.0.11. diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 8a27a6b78eaaed..eca2a954ea11cc 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -49,8 +49,8 @@ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1v", - "3.0.10", + "1.1.1w", + "3.0.11", ] LIBRESSL_OLD_VERSIONS = [