Skip to content

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

@est31 est31 force-pushed the raw_certs branch 2 times, most recently from f3093b4 to 4bf9cf8 Compare October 16, 2020 12:50
@est31 est31 marked this pull request as ready for review October 16, 2020 12:50
est31 added 3 commits October 16, 2020 15:00
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