Skip to content

Releases: secure-systems-lab/go-securesystemslib

v0.6.0

03 May 22:01
v0.6.0
9ebc3aa
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Note: This release removes the Verify method from EnvelopeSigner in favour of using EnvelopeVerifier directly.

  • Reorganized DSSE library (#42)
  • Added RSAPSS, ED25519, ECDSA signerverifiers (#43)
  • Updated Go versions supported to 1.18.x-1.20.x

v0.5.0

15 Feb 20:30
c32a0fd
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
Merge pull request #34 from khalkie/main

v0.3.1

25 Feb 19:04
v0.3.1
e5b9b0e
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Re-export EnvelopeVerifier for use by dependent packages

v0.3.0

07 Dec 14:13
v0.3.0
9e1a44e
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

This release adds multiple signature validation support to the DSSE library, courtesy of @houdini91.

v0.2.0

07 Dec 14:09
v0.2.0
994000d
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release includes support for canonical JSON encoding (cjson). The code was originally written for https://github.com/in-toto/in-toto-golang by @lukpueh. Also, DSSE's PAE function was updated to expect byte sequences rather than strings to match the specification.

v0.1.0

11 Sep 00:26
v0.1.0
9da84e7
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release. Includes DSSE support.