Skip to content

Releases: veraison/ear

v1.1.3

14 Jul 12:21

Choose a tag to compare

What's Changed

  • fix(test): hardcode ECDSA key in test by @thomas-fossati in #40
  • Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.17.0 in the go_modules group across 1 directory by @dependabot[bot] in #42
  • Update doc.go to align with the current implementation of Attestation… by @Priyanshuthapliyal2005 in #45
  • Update JWX packages from V2 to V3 and CI workflows with Go v1.23 and golangci-lint v2.2.1 by @anta5010 in #46
  • arc: add print sub-command and JWK in header support to verify by @anta5010 in #47

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.0

18 May 11:01
e82a194

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.1

20 Feb 16:35

Choose a tag to compare

Ensure NewAttestationResult() returns a valid AttestationResult instance.

v1.0.0

15 Feb 11:48

Choose a tag to compare

Initial version supporting the 2023 profile of the draft EAR spec (as of commit ietf-rats-wg/draft-ietf-rats-ear@8923ba9).

Name change + Usability functions.

22 Nov 14:54
b4b5ec6

Choose a tag to compare

  • Rename module form ar4si to ear as it handles the entire EAT Attestation Result, not just the trust claims defined by ar4si spec.
  • Add some utility functions and methods to make ear easier to use.

v0.0.2

27 Oct 18:54
6a4ee19

Choose a tag to compare

Add a command line interface to synthesise, verify and display attestation result payloads in EAR (EAT attestation result) format.

v0.0.1

24 Oct 17:07
50cd251

Choose a tag to compare

Initial release, JWT only.

What's Changed

New Contributors

Full Changelog: https://github.com/veraison/ar4si/commits/v0.0.1