You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then calling key.Attest(AttestOpts{Nonce:nonce}) fails with the following error:
failed to verify quote: given PCRs and Quote do not have the same PCR selection
The error is fixed by adjusting implementedPCRs() to only add a PCRSelection to the implemented PCRs list if a given PCRSelection is not an empty list.
I can open a PR to fix this.
The text was updated successfully, but these errors were encountered:
Assuming we are running on a system with a TPM that does not support the full range of PCR Selections:
Then calling
key.Attest(AttestOpts{Nonce:nonce})
fails with the following error:The error is fixed by adjusting
implementedPCRs()
to only add a PCRSelection to the implemented PCRs list if a given PCRSelection is not an empty list.I can open a PR to fix this.
The text was updated successfully, but these errors were encountered: