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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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)

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.

None yet

1 participant