Releases: veraison/ear
Releases · veraison/ear
v1.1.3
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
- @dependabot[bot] made their first contribution in #42
- @Priyanshuthapliyal2005 made their first contribution in #45
- @anta5010 made their first contribution in #46
Full Changelog: v1.1.2...v1.1.3
v1.1.0
What's Changed
- add tee-info extension by @thomas-fossati in #31
- setter/getter interfaces for key attestation by @thomas-fossati in #33
Full Changelog: v1.0.2...v1.1.0
v1.0.1
v1.0.0
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.
- Rename module form
ar4sitoearas it handles the entire EAT Attestation Result, not just the trust claims defined byar4sispec. - Add some utility functions and methods to make
eareasier to use.
v0.0.2
Add a command line interface to synthesise, verify and display attestation result payloads in EAR (EAT attestation result) format.
v0.0.1
Initial release, JWT only.
What's Changed
- Provide a basic implementation of the AR4SI token by @thomas-fossati in #4
- a more granular trust vector + fancy diagnostic by @thomas-fossati in #8
- documentation + an explicit EAT profile by @thomas-fossati in #10
- EAT-ify the ar4si claims-set by @thomas-fossati in #11
- namespace fix:
veraisonextensions go underear.by @thomas-fossati in #12
New Contributors
- @thomas-fossati made their first contribution in #4
Full Changelog: https://github.com/veraison/ar4si/commits/v0.0.1