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.
The attestation_data field in struct msg_attestation_request_dto
must be of size sizeof(TPM2B_ATTEST) rather than sizeof(TPMS_ATTEST)
as assigned by the attester (attest_buf is of type TPM2B_ATTEST).
Fixes #46.
The
attestation_data
field in structmsg_attestation_request_dto
must be of sizesizeof(TPM2B_ATTEST)
rather thansizeof(TPMS_ATTEST)
as assigned by the attester (attest_buf
is of typeTPM2B_ATTEST
).Signed-off-by: Michael Eckel michael.eckel@sit.fraunhofer.de