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
The signature portion from the decoeCertifyseems to just return the whole response/
I can' confirm the exact root cause but can state that the verification of the cetified signature using the AK signer worked with github.com/google/go-tpm v0.3.1 (sample repro here)
not with latest@ github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec (sample repro here)
The signature portion from the
decoeCertify
seems to just return the whole response/I can' confirm the exact root cause but can state that the verification of the cetified signature using the AK signer worked with
github.com/google/go-tpm v0.3.1
(sample repro here)not with latest@
github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec
(sample repro here)the change was made here:
ecde583#diff-92947631269f2d84f2baa92d703b215f7843a553a375c945715f669e2e831d7fL1747
the diff between working
https://github.com/google/go-tpm/blob/master/tpm2/tpm2.go#L1756
and not working
https://github.com/google/go-tpm/blob/v0.3.1/tpm2/tpm2.go#L1600
The text was updated successfully, but these errors were encountered: