Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rustls for RISCV64 support #689

Closed
Xunop opened this issue Nov 27, 2023 · 5 comments
Closed

Update rustls for RISCV64 support #689

Xunop opened this issue Nov 27, 2023 · 5 comments

Comments

@Xunop
Copy link

Xunop commented Nov 27, 2023

Hello,
Could we consider updating rustls to version v0.21.8 or later? rustls v0.21.6 rely on ring v0.16.20,which has some problems with RISCV64 support, but these were fixed after v0.17. And rustls v0.21.8 is the first version that uses ring v0.17.0. I have conducted tests by updating rustls to v0.21.9 and running the test.sh script, and it appears that no issues arise from this update.

@lolgesten
Copy link
Contributor

Yeah, I'm happy to update rustls. The main problems is to keep webpki, webpki-roots, rustls-native-certs and rustls in lockstep. Sometimes one crate gets updated before the others, causing double deps. But if 0.21.8 has been out for a while, the others have probably had time to follow along.

@algesten
Copy link
Owner

algesten commented Dec 2, 2023

See #690

@algesten
Copy link
Owner

algesten commented Dec 5, 2023

In main

@algesten algesten closed this as completed Dec 5, 2023
@Revertron
Copy link

In main

Can we have a release on crates.io? :)

@algesten
Copy link
Owner

Yeah. I was waiting for #679 but there's not reason to hold up on that. I'll fix this weekend.

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

No branches or pull requests

4 participants