Skip to content

Releases: sigstore/sigstore-rs

sigstore-rs v0.6.0

24 Nov 16:18
v0.6.0
37b9e42

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.6.0

sigstore-rs v0.5.3

21 Oct 08:57
7eb303c

Choose a tag to compare

Fixes

  • rustls should not require openssl by (#146)

Others

  • Rework Rekor module structure and enable doc tests (#145)

Contributors

sigstore-rs v0.5.2

13 Oct 15:59
7c78308

Choose a tag to compare

Fixes

  • Address compilation error (#143)

Contributors

sigstore-rs v0.5.1

13 Oct 15:16
68a454a

Choose a tag to compare

Fixes

  • fix verification of signatures produced with PKI11 (#142)

Others

  • Update rsa dependency to stable version 0.7.0 (#141)
  • Bump actions/checkout from 3.0.2 to 3.1.0 (#140)

Contributors

sigstore-rs v0.5.0

07 Oct 12:16
32acbf0

Choose a tag to compare

Enhancements

  • update user-agent value to be specific to sigstore-rs (#122)
  • remove /api/v1/version from client by (#121)
  • crate async fulcio client (#132)
  • Removed ring dependency (#127)

Others

  • Update dependencies
  • Refactoring and examples for key interface (#123)
  • Fix doc test failures (#136)

Contributors

sigstore-rs v0.4.0

01 Sep 11:01
fc04f36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.0

sigstore-rs v0.3.3

09 Aug 14:10
6dd3281

Choose a tag to compare

Changes since v0.3.2:

  • Ensure certificates using ECDSA keys keep working (bf90807)
  • Extend README to cover OIDC usage
  • Update dependencies

sigstore-rs v0.3.2

23 Jun 14:27
8320a7f

Choose a tag to compare

These are the changes since v0.3.1

  • fix: add Fulcio intermediate CA certificate to intermediate pool - fixes issue #70
  • Update some dependencies to latest stable releases

sigstore-rs v0.3.1

26 May 13:15
eb418d4

Choose a tag to compare

These are the changes since v0.2.0:

  • fix: Add a license entry inside of Cargo.toml. This is needed in order to publish the crate on creates.io
  • feat: public key verification - handle different kind of algorithms
  • fix [break API]: replace the filter_signature_layers function with cosign::filter_constraints
  • feat: add new Error type SigstoreVerifyConstraintsError to keep track of the verification constraints that are not satisfied
  • feat: rewrite certificate verification code to leverage a CertificatePool. This allows more Fulcio certificates to be added to the pool.
  • fix: handle all the Fulcio certificates found inside of the TUF repository of Sigstore
  • feat: cosign client - introduce caching option
  • feat: add helpers for retrieving a OpenID Connect ID Token and scope from the sigstore project

Full Changelog: v0.3.0...v0.3.1

sigstore-rs v0.3.0

25 May 08:55
e1c0ee2

Choose a tag to compare

These are the changes since v0.2.0:

  • feat: public key verification - handle different kind of algorithms
  • fix [break API]: replace the filter_signature_layers function with cosign::filter_constraints
  • feat: add new Error type SigstoreVerifyConstraintsError to keep track of the verification constraints that are not satisfied
  • feat: rewrite certificate verification code to leverage a CertificatePool. This allows more Fulcio certificates to be added to the pool.
  • fix: handle all the Fulcio certificates found inside of the TUF repository of Sigstore
  • feat: cosign client - introduce caching option
  • feat: add helpers for retrieving a OpenID Connect ID Token and scope from the sigstore project