From 12f779be6eb4b8cc9b7a874d9ec9fcf25ba11d17 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Thu, 9 Apr 2026 10:25:03 +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 8920e0493c71..fc363ec31ba9 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.2"}} - {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 Apr 08, 2026. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "19e432969f57fe585e8b67f86d9d66ea1c5b9a7a"}} + # Latest commit on the BoringSSL main branch, as of Apr 09, 2026. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "a452b436e8bad0c71e9d1b60a7b546dc5c4c79ac"}} # 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.