Skip to content

Releases: sigstore/timestamp-authority

v0.2.0

12 Dec 22:57
v0.2.0
6614448
Compare
Choose a tag to compare

Changelog

0.2.0 improves the verification library (#121).
The library now verifies the full certificate chain and additional properties of the timestamp.

Enhancements

  • Start adding more verification with VerificationOpts struct (#153)
  • Verify command returns the parsed timestamp (#174)
  • Add intermediate and root verify flags (#180)
  • Verify full certificate chain (#181)

Misc

  • Add mock client (#175)
  • Update timing accuracy statements in the policy document (#179)

Contributors

  • Hayden Blauzvern
  • Meredith Lancaster

Full Changelog: v0.1.3...v0.2.0

v0.1.3

01 Dec 23:21
v0.1.3
efbacd9
Compare
Choose a tag to compare

Changelog

Enhancements

  • Added an optional feature to compare the local time with a set of trusted ntp servers (#143)

Bug fixes

  • Register KMS providers (#160)
  • Added .PHONY target for CLI rebuilding (#159)

Misc

  • inspect: remove format flag (#155)

Contributors

  • Fredrik Skogman
  • Hector Fernandez
  • Meredith Lancaster
  • neilnaveen

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Nov 22:16
v0.1.2
de4dcbf
Compare
Choose a tag to compare

Changelog

Bug fixes

  • Fix a bug where certChain was not set correctly (#140)

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Nov 22:21
v0.1.1
a8d8d4d
Compare
Choose a tag to compare

Changelog

Enhancements

  • Update in memory signer to use intermediate certificate (#136)
  • Move verify logic to pkg (#120)

Bug fixes

  • Require the file signer to specify the certificate chain (#137)
  • Fix hashed message verification (#118)
  • Update fetch TSA certs script for Tink (#111)

Contributors

  • Hayden Blauzvern
  • Hector Fernandez

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Oct 21:31
v0.1.0
7053dd7
Compare
Choose a tag to compare

CHANGELOG

Initial release of sigstore/timestamp-authority

See the README for instructions on how to run the timestamp authority
and fetch and verify signed timestamps.

Contributors

Full Changelog: https://github.com/sigstore/timestamp-authority/commits/v0.1.0