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

crypto/x509: SystemCertPool return nil, nil on NaCl #24561

Closed
FiloSottile opened this issue Mar 27, 2018 · 1 comment
Closed

crypto/x509: SystemCertPool return nil, nil on NaCl #24561

FiloSottile opened this issue Mar 27, 2018 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@FiloSottile
Copy link
Contributor

It should return an error if no CertPool was available.

SystemCertPool is similarly limited on Windows, but there it returns a custom error.

https://play.golang.org/p/0llHDstj2Hp

@FiloSottile FiloSottile added the NeedsFix The path to resolution is known, but the work has not been done. label Mar 27, 2018
@FiloSottile FiloSottile added this to the Go1.11 milestone Mar 27, 2018
@FiloSottile
Copy link
Contributor Author

Duplicate of #21405

@FiloSottile FiloSottile marked this as a duplicate of #21405 Mar 30, 2018
@golang golang locked and limited conversation to collaborators Mar 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants