From f6f2a9a2be8cfddc9bc08e27d6199653d890e5b6 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Thu, 20 Nov 2025 10:03:15 +0000 Subject: [PATCH] Bump BoringSSL, OpenSSL, AWS-LC in CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 556c3773d40a..cf685cfdfd56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,10 +40,10 @@ jobs: - {VERSION: "3.14", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.0"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.1.2"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.2.1"}} - # Latest commit on the BoringSSL main branch, as of Nov 19, 2025. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "1396c25c71491986f15339ebcb4224a545f55b06"}} - # Latest tag of AWS-LC main branch, as of Nov 12, 2025. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.64.0"}} + # Latest commit on the BoringSSL main branch, as of Nov 20, 2025. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "a80715d574165447bb86fd26b8d705a7f4b8554c"}} + # Latest tag of AWS-LC main branch, as of Nov 20, 2025. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.65.0"}} # Latest commit on the OpenSSL master branch, as of Sep 04, 2025. - {VERSION: "3.14", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "ceb45f64bde3d299c7ef529e5cd5372e4a421366"}} # Builds with various Rust versions. Includes MSRV and next