Skip to content

Commit

Permalink
review: Drop encoding from media type, add comment for timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed Sep 28, 2023
1 parent 22636f9 commit da3855a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions protos/sigstore_bundle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@ message VerificationMaterial {
// with a Sigstore signature in a DSSE envelope. Specifically, this message is
// meant to be used for the `ext` field in a signature extension. The `kind` for
// the Sigstore DSSE extension MUST be
// application/vnd.dev.sigstore.dsse+json;version=0.1. The certificate chain
// included MUST NOT include the Sigstore root or trusted intermediate
// certificates.
// application/vnd.dev.sigstore.dsse;version=0.1. The certificate chain included
// MUST NOT include the Sigstore root or trusted intermediate certificates.
message DSSESignatureExtension {
dev.sigstore.common.v1.X509CertificateChain x509_certificate_chain = 1 [(google.api.field_behavior) = REQUIRED];

// An inclusion proof and an optional signed timestamp from the log.
repeated dev.sigstore.rekor.v1.TransparencyLogEntry tlog_entries = 2;
// Timestamp may also come from
// tlog_entries.inclusion_promise.signed_entry_timestamp.
Expand Down

0 comments on commit da3855a

Please sign in to comment.