Fraunhofer-SIT / charra

Proof-of-concept implementation of the "Challenge/Response Remote Attestation" interaction model of the IETF RATS Reference Interaction Models for Remote Attestation Procedures using TPM 2.0.
BSD 3-Clause "New" or "Revised" License
27 stars 20 forks source link

Verifier does not wait long enough for response from real TPM. #30

Closed eckelmeckel closed 3 years ago

eckelmeckel commented 3 years ago

When using a real TPM, the Verifier does not wait long enough for a response and ends itself too early. This should be fixed by introducing an attestation timeout variable.