Skip to content

Releases: google/go-sev-guest

v0.2.4

30 Sep 18:50
bb8c75c
Compare
Choose a tag to compare

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

22 Sep 21:25
115a0e2
Compare
Choose a tag to compare

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

08 Sep 16:54
7f3926c
Compare
Choose a tag to compare

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

22 Aug 20:16
52c72c1
Compare
Choose a tag to compare

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

17 Aug 17:47
Compare
Choose a tag to compare

This is the initial release.