Documentation
¶
Overview ¶
Package ehost provides functionality for Go programs that interact with enclave programs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func VerifyRemoteReport ¶
func VerifyRemoteReport(reportBytes []byte) (attestation.Report, error)
VerifyRemoteReport verifies the integrity of the remote report and its signature.
This function verifies that the report signature is valid. It verifies that the signing authority is rooted to a trusted authority such as the enclave platform manufacturer.
Returns the parsed report if the signature is valid. Returns an error if the signature is invalid.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.