Open safayetahmedatge opened 2 years ago
Does this also happen with tpm2-tools and tpm2-tss master?
@idesai No, I don't see a problem with tpm2-tools and tpm2-tss master. Thanks for pointing that out.
I thought the tpm2-tools configure script would catch cases where the tpm2-tss version is not supported.
@idesai No, I don't see a problem with tpm2-tools and tpm2-tss master. Thanks for pointing that out.
I thought the tpm2-tools configure script would catch cases where the tpm2-tss version is not supported.
Right. I will have to git-bisect and see which commit fixed it.
Going through the attestation sequence of commands here: https://tpm2-software.github.io/2020/06/12/Remote-Attestation-With-tpm2-tools.html
tpm2_checkquote
throws an error message and then succeeds anyway.Is this just an error being thrown for something benign or an error not being handled properly?
I'm using
tpm2-tools
branch5.2
built againsttpm2-tss-dev
version2.4.1-r0
in an Alpinev3.12.5
base image.