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

Remove native_roots fallback in rustls. #7250

Closed
wants to merge 1 commit into from

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Jun 14, 2021

For the commandline tool, we expect to be passed SSL_CONN_CONFIG(CAfile);
for library use, the use should pass a set of trusted roots (like in
other TLS backends).

This also removes a dependency on Security.framework when building on
macOS.

For the commandline tool, we expect to be passed SSL_CONN_CONFIG(CAfile);
for library use, the use should pass a set of trusted roots (like in
other TLS backends).

This also removes a dependency on Security.framework when building on
macOS.
@bagder
Copy link
Member

bagder commented Jun 14, 2021

Thanks!

@bagder bagder closed this in 8fa0a29 Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants