Skip to content

Commit

Permalink
Add Rekor body to TransparencyLogEntry
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Soyland <codysoyland@github.com>
  • Loading branch information
codysoyland committed Nov 8, 2022
1 parent d6bebac commit d88af37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protos/sigstore_rekor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,11 @@ message TransparencyLogEntry {
// entry was appended to the log, and that the log has not been
// altered.
InclusionProof inclusion_proof = 6;
// The canonicalized Rekor entry body, used for SET verification. This
// is the same as the body returned by Rekor. It's included here for
// cases where the client cannot deterministically reconstruct the
// bundle from the other fields. Clients MUST verify that the signature
// referenced in the canonicalized_body matches the signature provided
// in the bundle content.
bytes canonicalized_body = 7;
}

0 comments on commit d88af37

Please sign in to comment.