github google/go-sev-guest v0.10.0

latest releases: v0.15.0, v0.14.1, v0.14.0...
2 years ago

The main change for this release is the added support for the configfs-tsm API for collecting the attestation report.

This is the last release to support the ioctl-based attestation report commands, though MSG_KEY_REQ will still use the Device interface. The new interfaces are now QuoteProvider and LeveledQuoteProvider, which return the raw attestation report concatenated with the certificate table. The abi.ReportCertsToProto function can translate the result into an SnpAttestation protocol buffer.

The following types and functions are marked for deletion

  • GetRawReport
  • GetRawReportAtVmpl
  • GetReport
  • GetRawExtendedReportAtVmpl
  • GetExtendedReportAtVmpl
  • GetExtendedReport

The SEV-SNP MSG_REPORT_REQ flexibility for selecting your attestation key is not supported by configfs-tsm, so you have to use the default key choice.

What's Changed

New Contributors

Full Changelog: v0.9.3...v0.10.0

Don't miss a new go-sev-guest release

NewReleases is sending notifications on new releases.