Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix link to AMD docs #68

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion abi/abi.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const (

// The following GUIDs are defined by the AMD Guest-host communication block specification
// for MSG_REPORT_REQ:
// https://developer.amd.com/wp-content/resources/56421.pdf
// https://www.amd.com/system/files/TechDocs/56421-guest-hypervisor-communication-block-standardization.pdf

// VcekGUID is the Versioned Chip Endorsement Key GUID
VcekGUID = "63da758d-e664-4564-adc5-f4b93be8accd"
Expand Down
2 changes: 1 addition & 1 deletion verify/trust/trust.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (

var (
// DefaultRootCerts holds AMD's SEV API certificate format for ASK and ARK keys as published here
// https://developer.amd.com/wp-content/resources/ask_ark_milan.cert
// https://download.amd.com/developer/eula/sev/ask_ark_milan.cert
DefaultRootCerts map[string]*AMDRootCerts

// The ASK and ARK certificates are embedded since they do not have an expiration date. The KDS
Expand Down
Loading