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 return code & IMA event log request now done by Verifier #48

Closed DominikLorych closed 3 years ago

DominikLorych commented 3 years ago

Includes two commits:

  1. Verifier now returns proper return codes which signal if the attestation was successful and if any errors happened.
  2. Verifier now is able to request IMA event log by passing the path to the log via the attestation request. The verifier now has an CLI option to enable this request for the event log. Previously the log was enabled locally on the attester, with no influence of the verifier over it.