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 LDFLAGS are not set if one wants to compile the attester (make bin/attester) or verifier (make bin/verifier) separately.
Further, at the end of teh Makefile there are targets such as cleanlibs, libs.static, etc. that appear to be obsolete.
Maybe, the whole Makefile should be revised.
The
LDFLAGS
are not set if one wants to compile the attester (make bin/attester
) or verifier (make bin/verifier
) separately. Further, at the end of tehMakefile
there are targets such ascleanlibs
,libs.static
, etc. that appear to be obsolete. Maybe, the wholeMakefile
should be revised.