We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pem.Decode
Description of issue or feature request: See TODO notes above occurrences of pem.Decode in keylib.go.
Current behavior: Ignores excess data.
Expected behavior: Handle excess data. One of: use, fail, warn or other.
The text was updated successfully, but these errors were encountered:
This can be closed, because #56 addresses this. We just throw away the rest data now, because we do not care about it for our use-case.
@lukpueh @SantiagoTorres
Sorry, something went wrong.
13/makefile (in-toto#14)
c2c24b6
Add Makefile, add CLI for verify and run
No branches or pull requests
Description of issue or feature request:
See TODO notes above occurrences of
pem.Decode
in keylib.go.Current behavior:
Ignores excess data.
Expected behavior:
Handle excess data. One of: use, fail, warn or other.
The text was updated successfully, but these errors were encountered: