-
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. In addition, it also introduces the Sigstore DSSE extension. Signed-off-by: Aditya Sirish <[email protected]>
- Loading branch information
1 parent
fba27e4
commit d25e627
Showing
4 changed files
with
114 additions
and
11 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,17 @@ | ||
# DSSE Extensions | ||
|
||
May 10, 2024 | ||
|
||
Version 1.1.0 | ||
|
||
This document lists the well known DSSE | ||
[signature extensions](/envelope.md#signature-extensions). To add a signature | ||
extension, propose a change with a unique media type for the signing ecosystem | ||
and include a link to the format of the `ext` field. | ||
|
||
| Name (with link) | Kind | Notes | | ||
|------------------|------|-------| | ||
| [Sigstore] | `application/vnd.dev.sigstore.verificationmaterial;version=<VERSION>` | The X.509 certificate chain must not include the root or trusted intermediate certificates | | ||
|
||
|
||
[Sigstore]: https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto |
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