Support AIKPublic.validate20Quote() consuming PCRs not part of the quote (#115)

This commit is contained in:
Tom D
2019-09-26 15:11:31 -07:00
committed by GitHub
parent 5d5d6d83ca
commit 56dc743f14
5 changed files with 69 additions and 19 deletions

View File

@ -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,