-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alex Cameron <[email protected]>
- Loading branch information
1 parent
7a93838
commit 500ce56
Showing
2 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Algorithm Registry | ||
|
||
This file is designed to act as a source of truth regarding what signing | ||
algorithms are permitted across the Sigstore ecosystem. Any changes to this file | ||
**must** be reflected in the `SupportedAlgorithm` enumeration in | ||
[sigstore_common.proto](../protos/sigstore_common.proto). | ||
|
||
Refer to the [Sigstore: Configurable Crypto Algorithms](https://docs.google.com/document/d/18vTKFvTQdRt3OGz6Qd1xf04o-hugRYSup-1EAOWn7MQ/) | ||
specification for the design rationale for this registry. | ||
|
||
| Algorithm | Name | Usage | | ||
| --- | --- | --- | | ||
| ECDSA | ecdsa-sha2-256-nistp256 | sign/verify | | ||
|| ecdsa-sha2-256-nistp521 | verify only | | ||
|| ecdsa-sha2-384-nistp384 | sign/verify | | ||
| EdDSA | ed25519 | sign/verify | | ||
|| ed25519-ph | sign/verify | |
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