From a3305f650b4fd145d2973ff0c8a547fe5ca53a54 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Sat, 15 Aug 2026 10:03:37 +0000 Subject: [PATCH] Bump BoringSSL, OpenSSL, AWS-LC in CI --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d5ae360b93a..42f00953c6ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,19 +48,19 @@ jobs: - {VERSION: "3.14", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.3"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.2.1"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.3.2"}} - # Latest commit on the BoringSSL main branch, as of Aug 14, 2026. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "3c31f33f61cdb22e48437c4347d17c6cebab1506"}} + # Latest commit on the BoringSSL main branch, as of Aug 15, 2026. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "b0760837957bf86bd2014d258a948ee76f43c83f"}} # Latest tag of AWS-LC main branch, as of Aug 06, 2026. - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v5.5.0"}} - # Latest commit on the OpenSSL master branch, as of Aug 14, 2026. - - {VERSION: "3.14", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "d9f5cb8965cb56414b97a95a101dc68e08f26476"}} + # Latest commit on the OpenSSL master branch, as of Aug 15, 2026. + - {VERSION: "3.14", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "fd2e2860a415c6febbb180ab4133dfa0e9d8d6a6"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.85: 2024 edition # - 1.95: cfg_select - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0"} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "aws-lc", VERSION: "v5.5.0"}} - - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "boringssl", VERSION: "3c31f33f61cdb22e48437c4347d17c6cebab1506"}} + - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "boringssl", VERSION: "b0760837957bf86bd2014d258a948ee76f43c83f"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "beta"} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "nightly"} - {VERSION: "3.14", NOXSESSION: "tests-rust-debug"}