Skip to content

v0.11.0

Compare
Choose a tag to compare
@deeglaze deeglaze released this 22 Feb 20:56
· 43 commits to main since this release
afdf0b4

The new QuoteProvider interface will automatically extend the auxblob to include an entry that details the machine's product information. This is useful when the cached VCEK is missing, since that certificate's productName extension is the only other place that information could be found from the AMD-generated artifacts (report and cert).

The other change here is minor with respect to CertTableOptions in validate. A required entry must have its verification function fail on an empty blob for the requirement to be fatal. This allows for a missing blob to drive a network-based fallback before the option fails entirely.

Full Changelog: v0.10.2...v0.11.0

What's Changed

  • Add SevProduct raw cert representation. by @deeglaze in #110
  • Allow certentry Validate to fail before error by @deeglaze in #111
  • Only add extra product info if vcek cert missing by @deeglaze in #112
  • Use protocmp for binary proto comparison by @deeglaze in #113

Full Changelog: v0.10.2...v0.11.0