Skip to content

Commit

Permalink
gen, protos: warning language
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Feb 5, 2024
1 parent 71ab1ab commit d3dc93c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gen/pb-go/common/v1/sigstore_common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions gen/pb-typescript/src/__generated__/sigstore_common.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions protos/sigstore_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ enum PublicKeyDetails {
// These keys and signatures may be used by private Sigstore
// deployments, but are not currently supported by the public
// good instance.
//
// USER WARNING: LMS and LM-OTS are both stateful signature schemes.
// Using them correctly requires discretion and careful consideration
// to ensure that individual secret keys are not used more than once.
// In addition, LM-OTS is a single-use scheme, meaning that it
// MUST NOT be used for more than one signature per LM-OTS key.
// If you cannot maintain these invariants, you MUST NOT use these
// schemes.
LMS_SHA256 = 14;
LMOTS_SHA256 = 15;

Expand Down

0 comments on commit d3dc93c

Please sign in to comment.