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

Handle excess data returned by pem.Decode #14

Closed
lukpueh opened this issue Jan 8, 2019 · 1 comment
Closed

Handle excess data returned by pem.Decode #14

lukpueh opened this issue Jan 8, 2019 · 1 comment

Comments

@lukpueh
Copy link
Member

lukpueh commented Jan 8, 2019

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.

@shibumi
Copy link
Collaborator

shibumi commented Aug 20, 2020

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

@lukpueh lukpueh closed this as completed Aug 21, 2020
sudo-bmitch pushed a commit to sudo-bmitch/in-toto-golang that referenced this issue Jul 7, 2021
Add Makefile, add CLI for verify and run
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

No branches or pull requests

2 participants