6.0.0-dev20
Pre-release
Pre-release
·
16 commits
to main
since this release
Added
- Added
GET /node/attestations
andGET /node/attestations/self
, as aliases for the/quote
endpoints. These return attestations on every platform, not only SGX quotes.
Fixed
- CA certificate bundles used for JWT refresh and containing more than one certificate are now handled correctly (#6817).
- Memory leak during EC key creation is fixed (#6845).
- Fixed thread-safety issues when CCF nodes attempted to contact non-TLS servers. This previously could cause errors when running SNP builds with multiple worker threads (#6836).
- SNP nodes will no longer crash when run on firmware returning v3 attestations (#6841).