mirror of
https://github.com/google/go-attestation.git
synced 2025-05-05 02:03:09 +00:00
Fix 'failed to verify quote: quote used unknown tpm version 0x0' (#99)
This commit is contained in:
parent
cb4db13ccf
commit
e7e8befcc7
@ -89,6 +89,7 @@ func (k *key12) Quote(t *TPM, nonce []byte, alg HashAlg) (*Quote, error) {
|
||||
return nil, fmt.Errorf("failed to construct Quote Info: %v", err)
|
||||
}
|
||||
return &Quote{
|
||||
Version: TPMVersion12,
|
||||
Quote: quote,
|
||||
Signature: sig,
|
||||
}, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user