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 last commit adds core/charra_rim_mgr.h header to the attester includes. But there is no such file in the scr/core directory.
Logs:
bob@e19a694f871a:~/charra$ make -j
make: *** No rule to make target 'obj/core/charra_rim_mgr.o', needed by 'bin/attester'. Stop.
src/verifier.c:32:10: fatal error: core/charra_rim_mgr.h: No such file or directory
#include "core/charra_rim_mgr.h"
The last commit adds
core/charra_rim_mgr.h
header to the attester includes. But there is no such file in the scr/core directory.Logs: