Releases: google/go-sev-guest
Releases · google/go-sev-guest
v0.2.4
This release adds 2 new features:
- A new
validate
library for checking the fields of an attestation report other than the signature checked by verify
.
- New default behavior for
verify
to download missing certificates from AMD's Key Distribution Service to allow verification directly from a raw report.
Minor changes and bug fixes.
v0.2.3
This release comes with added support for the MSG_KEY_REQ guest request message to the AMD security processor.
There are security implications for its use, so be sure to check out LIMITATIONS.md
v0.2.2
This is a bug fix release. Previous versions did not handle the MSG_REPORT_RSP return type appropriately, but the library has now been tested in a VM on SEV-SNP hardware.
v0.2.1
This errata release allows users of this library to provide alternate trusted roots for report verification and more easily create test attestation reports.
v0.2.0
This is the initial release.