Commit 3d41a2d
committed
Upgrade Conscrypt
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.1 parent da423c9 commit 3d41a2d
2 files changed
Lines changed: 5 additions & 4 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
| 467 | + | |
0 commit comments