Bump BoringSSL, OpenSSL, AWS-LC in CI (#14000)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 88a5ea9..52dad2e 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.0"}}
- {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 Dec 10, 2025.
- - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "0b3bd177c1cc8abae01bc4e57852e6586436152b"}}
+ # Latest commit on the BoringSSL main branch, as of Dec 11, 2025.
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "29e2ef6cc121e6d30a38bdb3fce3ddd489e6e2eb"}}
# Latest tag of AWS-LC main branch, as of Dec 02, 2025.
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.65.1"}}
# Latest commit on the OpenSSL master branch, as of Sep 04, 2025.