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

pkg/certutil: Decode could be used more widely #200

Open
adamdecaf opened this issue Jun 14, 2018 · 0 comments
Open

pkg/certutil: Decode could be used more widely #200

adamdecaf opened this issue Jun 14, 2018 · 0 comments
Labels

Comments

@adamdecaf
Copy link
Owner

The contents of -file often get read and passed to certutil.Decode, but that function doesn't handle all possible file-based formats. For example java trust stores. Should we expand Decode to handle every format we can?

It would help to simplify some commands for users (i.e. #199), but could add a mess of complexity to implement all that. (Not ever file reader has a usable zero value, aka some, like NSS, require setup.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant