Releases: veraison/ear
Releases · veraison/ear
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 thomas-fossati/draft-ear@8923ba9).
Name change + Usability functions.
- Rename module form
ar4si
toear
as it handles the entire EAT Attestation Result, not just the trust claims defined byar4si
spec. - Add some utility functions and methods to make
ear
easier 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:
veraison
extensions 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