Skip to content

Commit

Permalink
Bump rustls version to 0.23 (#459)
Browse files Browse the repository at this point in the history
* Bump rustls version to 0.23

We were running into symbol issues with older rustls versions, see briansmith/ring#1808.

Note that the new rustls version requires nasm to be installed on windows, so we install it in CI.

Signed-off-by: Bob Weinand <[email protected]>

* Require at least aws-lc-rs 1.8

Signed-off-by: Bob Weinand <[email protected]>

* Use ring instead of aws-lc-sys due to aws/aws-lc-rs#453

Signed-off-by: Bob Weinand <[email protected]>

* Use ring for windows only, as aws-lc-sys has link issues on windows. But aws-lc-sys is actually preferable.

Signed-off-by: Bob Weinand <[email protected]>

---------

Signed-off-by: Bob Weinand <[email protected]>
  • Loading branch information
bwoebi authored Jul 9, 2024
1 parent b7a8566 commit 25f5c42
Show file tree
Hide file tree
Showing 9 changed files with 15,883 additions and 13,074 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
- platform: "ubuntu-latest"
rust_version: "${RUST_VERSION}"
steps:

- name: Checkout sources
uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit 25f5c42

Please sign in to comment.