Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add versioning note and prepare v1.0.1 #67

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ etc. -->
* There's a DSSE library for Go in [go-securesystemslib](https://github.com/secure-systems-lab/go-securesystemslib/tree/main/dsse).
* SigStore includes a [Go implementation](https://github.com/sigstore/sigstore/tree/main/pkg/signature/dsse)
that supports hardware tokens, cloud KMS systems, and more.

## Versioning

The DSSE specification follows semantic versioning, and is released using Git
tags. The `master` branch points to the latest release. Changes to the
specification are submitted against the `devel` branch, and are merged into
`master` when they are ready to be released.
4 changes: 2 additions & 2 deletions envelope.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DSSE Envelope

March 03, 2021
May 10, 2024

Version 1.0.0
Version 1.0.1
trishankatdatadog marked this conversation as resolved.
Show resolved Hide resolved

This document describes the recommended data structure for storing DSSE
signatures, which we call the "JSON Envelope". For the protocol/algorithm, see
Expand Down
4 changes: 2 additions & 2 deletions protocol.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DSSE Protocol

March 03, 2021
May 10, 2024

Version 1.0.0
Version 1.0.1

This document describes the protocol/algorithm for creating and verifying DSSE
signatures, independent of how they are transmitted or stored. For the
Expand Down