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
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.
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.