An experimental Rust crate for sigstore
See the codeA crate to interact with sigstore.
This crate is under active development and will not be considered stable until the 1.0 release.
The crate implements the following verification mechanisms:
Signature annotations and certificate email can be provided at verification time.
For use with Fulcio ephemeral key signing, an OpenID connect API is available, along with a fulcio client implementation.
All rekor client APIs can be leveraged to interact with the transparency log.
Cryptographic key management with the following key interfaces:
The examples directory contains demo programs using the library.
Each example can be executed with the cargo run --example <name> command.
For example, openidconnect can be run with the following command:
cargo run --example openidconnect
Contributions are welcome! Please see the contributing guidelines for more information.
Should you discover any security issues, please refer to sigstores security process
(top 30 of 35)
Rust
99.8%
An experimental Rust crate for sigstore
See the codeA crate to interact with sigstore.
This crate is under active development and will not be considered stable until the 1.0 release.
The crate implements the following verification mechanisms:
Signature annotations and certificate email can be provided at verification time.
For use with Fulcio ephemeral key signing, an OpenID connect API is available, along with a fulcio client implementation.
All rekor client APIs can be leveraged to interact with the transparency log.
Cryptographic key management with the following key interfaces:
The examples directory contains demo programs using the library.
Each example can be executed with the cargo run --example <name> command.
For example, openidconnect can be run with the following command:
cargo run --example openidconnect
Contributions are welcome! Please see the contributing guidelines for more information.
Should you discover any security issues, please refer to sigstores security process
(top 30 of 35)
Rust
99.8%