Releases: google/go-sev-guest
Releases · google/go-sev-guest
v0.2.5
This is a cleanup and minor bug-fix release.
- Issue #18: GetExtendedReport had incorrect behavior when the host's certificate length was 0.
- Issue #23: Replaced the glog dependency with the hard forked and maintained klog.
- Fixed a test bug that previously caused a test suite to be a no-op.
- Cleaned up golint warning that
interface{}
should be typeany
.
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 byverify
. - 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.