-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit introduces signature extensions to the DSSE specification. A signature extension can be used to store signature-specific information in the envelope. Signed-off-by: Aditya Sirish <[email protected]>
- Loading branch information
1 parent
046695d
commit 5cb3ba6
Showing
4 changed files
with
99 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# DSSE Extensions | ||
|
||
August 21, 2023 | ||
|
||
Version 1.1.0-draft | ||
|
||
This document lists the well known DSSE | ||
[signature extensions](/envelope.md#signature-extensions). | ||
|
||
| Name (with link) | Kind | Notes | | ||
|------------------|------|-------| | ||
| [Sigstore] | `application/vnd.dev.sigstore.dsse+json;version=<VERSION>` | The X.509 certificate chain must not include the root certificate | | ||
|
||
FIXME: The Sigstore media type is for a new proto definition that doesn't exist | ||
yet, based on conversations in https://github.com/sigstore/sig-clients/issues/9. | ||
This must be reconciled, such as by actually defining a new message in that | ||
definition. Also, we can indicate that the kind must be versioned without | ||
specifying it here, and then point to `main` rather than a specific commit. | ||
|
||
|
||
[Sigstore]: https://github.com/sigstore/protobuf-specs/blob/d1814679400076ca4bc24f54e54b918dda6d2bb2/protos/sigstore_bundle.proto#L52-L68 |
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