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

Raw certs #12

Closed
wants to merge 3 commits into from
Closed

Raw certs #12

wants to merge 3 commits into from

Conversation

est31
Copy link
Member

@est31 est31 commented Oct 16, 2020

Adds a new function to let users parse the raw certificates, and turns the rustls dependency into an optional one, but enabled by default.

Fixes #2

This saves some duplication in rustdoc.
This function lets people use their own root certificate parsing
routines, independently from what rustls provides.
This commit puts the load_native_certs function
behind a cargo feature that's turned on by default.

Fixes rustls#2
@est31
Copy link
Member Author

est31 commented Nov 13, 2020

@ctz friendly ping

@ctz
Copy link
Member

ctz commented Nov 22, 2020

Thanks!

@ctz ctz closed this Nov 22, 2020
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.

Consider using non-rustls types in the API
2 participants