From cad2566a4a8bb93dd3215d9e0b7aca6a4644835a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 6 Jun 2026 21:54:41 -0700 Subject: [PATCH] Update libressl version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6615c1349c1..5469e9c75457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "openssl", VERSION: "4.0.0"}} - {VERSION: "3.14", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.2"}} - {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.1"}} + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.3.2"}} # Latest commit on the BoringSSL main branch, as of Jun 06, 2026. - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "610dbdda2589fb4c5c8b4c3e96e96aa087199010"}} # Latest tag of AWS-LC main branch, as of May 30, 2026.