Skip to content

Upgrade Conscrypt#679

Open
rschmitt wants to merge 1 commit into
apache:masterfrom
rschmitt:conscrypt
Open

Upgrade Conscrypt#679
rschmitt wants to merge 1 commit into
apache:masterfrom
rschmitt:conscrypt

Conversation

@rschmitt

Copy link
Copy Markdown
Contributor

Currently, we depend on Conscrypt 2.5.2. The most recent release is version 2.6.1, which adds aarch64 native libraries for both Mac and Linux:

2.5.2 2.6.1
Windows x86
Windows x86_64
Windows aarch64
Mac x86_64
Mac aarch64
Linux x86_64
Linux aarch64

This change upgrades to the latest version and updates AlpnTests to ensure Conscrypt test coverage on all supported platforms.

Currently, we depend on Conscrypt 2.5.2. The most recent release is
version 2.6.1, which adds aarch64 native libraries for both Mac and
Linux:

|                 | 2.5.2 | 2.6.1 |
|-----------------|-------|-------|
| Windows x86     |  ✅   |       |
| Windows x86_64  |  ✅   |  ✅   |
| Windows aarch64 |       |       |
| Mac x86_64      |  ✅   |  ✅   |
| Mac aarch64     |       |  ✅   |
| Linux x86_64    |  ✅   |  ✅   |
| Linux aarch64   |       |  ✅   |

This change upgrades to the latest version and updates `AlpnTests` to
ensure Conscrypt test coverage on all supported platforms.
@rschmitt rschmitt requested a review from ok2c July 15, 2026 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants