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

rustls default to ring backend #753

Merged
merged 1 commit into from
Jul 6, 2024
Merged

Conversation

algesten
Copy link
Owner

@algesten algesten commented Apr 23, 2024

rustls 0.23 changes the default crypto backend from ring to aws-lc-rs.
aws-lc-rs has some additional build requirements like cmake and
nasm on windows.

ureq will use feature flags to enable ring until such time rustls
builds more easily out-of-the-box with default features.

Related to #751

Related recommendation for using Ring instead of rustls default: rustls/rustls#1913 (comment)

@mnpw
Copy link

mnpw commented Jul 5, 2024

Thanks for this! I would like to see this change in the release. When is this planned to be merged?

@algesten
Copy link
Owner Author

algesten commented Jul 5, 2024

Thanks for this! I would like to see this change in the release. When is this planned to be merged?

I think I can merge and release this weekend.

@algesten algesten merged commit 24828c0 into main Jul 6, 2024
100 checks passed
@algesten algesten deleted the fix/rustls-default-to-ring branch August 13, 2024 17:01
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