You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
[signature extensions](/envelope.md#signature-extensions). To add a signature
9
+
extension, propose a change with a unique media type for the signing ecosystem
10
+
and include a link to the format of the `ext` field.
11
+
12
+
| Name (with link) | Kind | Notes |
13
+
|------------------|------|-------|
14
+
|[Sigstore]|`application/vnd.dev.sigstore.verificationmaterial;version=<VERSION>`| The X.509 certificate chain must not include the root or trusted intermediate certificates |
0 commit comments