Bump BoringSSL, OpenSSL, AWS-LC in CI (#14866)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c097527..00d9d19 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,8 +40,8 @@
- {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"}}
- # Latest commit on the BoringSSL main branch, as of May 14, 2026.
- - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "a7481f34712bc056a47ab91015536166b3a6cebb"}}
+ # Latest commit on the BoringSSL main branch, as of May 15, 2026.
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "7fef640699de939dec3685475b21bce866b7e58d"}}
# Latest tag of AWS-LC main branch, as of May 09, 2026.
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.73.0"}}
# Latest commit on the OpenSSL master branch, as of May 14, 2026.
@@ -51,7 +51,7 @@
# - 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: "v1.73.0"}}
- - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "boringssl", VERSION: "a7481f34712bc056a47ab91015536166b3a6cebb"}}
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "boringssl", VERSION: "7fef640699de939dec3685475b21bce866b7e58d"}}
- {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "beta"}
- {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "nightly"}
- {VERSION: "3.14", NOXSESSION: "tests-rust-debug"}