mirror of
https://github.com/google/go-attestation.git
synced 2025-06-18 06:58:11 +00:00
Support AIKPublic.validate20Quote() consuming PCRs not part of the quote (#115)
This commit is contained in:
@ -122,7 +122,7 @@ func openTPM(tpm probedTPM) (*TPM, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return &TPM{&platformTPM{
|
||||
return &TPM{tpm: &platformTPM{
|
||||
version: tpm.Version,
|
||||
interf: interf,
|
||||
sysPath: tpm.Path,
|
||||
|
Reference in New Issue
Block a user