#key #interact #security #integration #experimental #verify #cosign

sigstore

An experimental crate to interact with sigstore

14 unstable releases (6 breaking)

0.9.0 Mar 27, 2024
0.8.0 Dec 15, 2023
0.7.2 Jul 7, 2023
0.6.0 Nov 24, 2022
0.1.0 Aug 19, 2021

#75 in Cryptography

Download history 301/week @ 2023-12-22 442/week @ 2023-12-29 762/week @ 2024-01-05 939/week @ 2024-01-12 933/week @ 2024-01-19 626/week @ 2024-01-26 1493/week @ 2024-02-02 534/week @ 2024-02-09 939/week @ 2024-02-16 1114/week @ 2024-02-23 1547/week @ 2024-03-01 1517/week @ 2024-03-08 1119/week @ 2024-03-15 512/week @ 2024-03-22 804/week @ 2024-03-29 894/week @ 2024-04-05

3,585 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

505KB
9K SLoC

Continuous integration Docs License Crate version Crate downloads
Continuous integration Docs License: Apache 2.0 Crate version Crate downloads

A crate to interact with sigstore.

This crate is under active development and will not be considered stable until the 1.0 release.

Features

Cosign Sign and Verify

The crate implements the following verification mechanisms:

  • Sign using a cosign key and store the signature in a registry
  • Verify using a given key
  • Verify bundle produced by transparency log (Rekor)
  • Verify signature produced in keyless mode, using Fulcio Web-PKI

Signature annotations and certificate email can be provided at verification time.

Fulcio Integration

For use with Fulcio ephemeral key signing, an OpenID connect API is available, along with a fulcio client implementation.

Rekor Client

All rekor client APIs can be leveraged to interact with the transparency log.

Key Interface

Cryptographic key management with the following key interfaces:

  • Generate a key pair
  • Sign data
  • Verify signature
  • Export public / (encrypted) private key in PEM / DER format
  • Import public / (encrypted) private key in PEM / DER format

Known limitations

  • The crate does not handle verification of attestations yet.

Examples

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

WebAssembly/WASM support

To embedded this crate in WASM modules, build it using the wasm cargo feature:

cargo build --no-default-features --features wasm --target wasm32-unknown-unknown

NOTE: The wasm32-wasi target architecture is not yet supported.

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

Security

Should you discover any security issues, please refer to sigstores security process

Dependencies

~25–44MB
~825K SLoC