-
Notifications
You must be signed in to change notification settings - Fork 20
Per-platform candidates, multiple directories #41
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
Conversation
| target_os = "netbsd", | ||
| target_os = "aix" | ||
| )))] | ||
| const CERTIFICATE_DIRS: &[&str] = &["/etc/ssl/certs"]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have an empty CERTIFICATE_DIRS for darwin and windows? (Same for CERTIFICATE_FILE_NAMES.)
|
I will happily give you feedback in the next couple of days |
ctz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I would be tempted to take a cfg-if dependency for some of the conditionals.
|
I'll go ahead and merge this now to allow downstream work to progress, happy to take more feedback and iterate. |
|
I didn't even get a chance to review 😕 |
That's why I said:
You can still review and I will make changes in response to your feedback. |
Alright, will do next week |
|
@cpu @michael-o any feedback? |
I have allocated some time for it this Friday. Will let you know in two days. |
|
@djc Completed testing, will raise a new PR to discuss further. |
This combines the data from the Go std library with what we had in this project previously (reviewing all PRs).
@michael-o please check if this resolves your issues on BSD.