Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetIDKeyDigest ¶
func GetIDKeyDigest(open vtpm.TPMOpenFunc) ([]byte, error)
GetIDKeyDigest reads the idkeydigest from the snp report saved in the TPM's non-volatile memory.
Types ¶
type HCLAkValidator ¶
type HCLAkValidator interface {
// contains filtered or unexported methods
}
type Validator ¶
Validator for Azure confidential VM attestation.
func NewValidator ¶
func NewValidator(pcrs map[uint32][]byte, enforcedPCRs []uint32, idKeyDigest []byte, enforceIDKeyDigest bool, log vtpm.AttestationLogger) *Validator
NewValidator initializes a new Azure validator with the provided PCR values.
Click to show internal directories.
Click to hide internal directories.