From b518a9b76d7d1b2c6b39f9dcdaebab542c799880 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Mon, 30 Mar 2026 11:10:01 +0000 Subject: [PATCH] Bump BoringSSL, OpenSSL, AWS-LC in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69e5e21f676..01fd97857615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,8 @@ jobs: - {VERSION: "3.14", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.1"}} - {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 Mar 28, 2026. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "664a985707470a62f436cca862ccec9524c561ca"}} + # Latest commit on the BoringSSL main branch, as of Mar 30, 2026. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "3e22010a8ebdfe84c7a25407c32b05cea615c555"}} # Latest tag of AWS-LC main branch, as of Mar 20, 2026. - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.71.0"}} # Latest commit on the OpenSSL master branch, as of Sep 04, 2025.