-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: verification of attestations from rekor
Few different issues here * Intermediates from rekor need to be base64 decoded before using them. * Trusted time stamps were only being considered while parsing entries from rekor but not while verifying envelopes in witness.Verify. To get around this I added an option to attach a trusted time to a specific DSSE signature which makes sure this gets used when verifying the envelopes. Signed-off-by: Mikhail Swift <[email protected]>
- Loading branch information
1 parent
75f7868
commit 7fd0ecc
Showing
3 changed files
with
52 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters