The API docs says:
event_log
Array of integers <uint8> [ items <uint8 > ]
Log of all events that get extended to RTMRs (runtime-extendable measurement registers). RTMR event log is available through ACPI.
a naive interpretation suggests that this is about reading the CCEL table and adding a base64 encoded string of the TCG formatted file to the request. However, that errors with a bad request.
Looking at the client code here, I can see it's parsing the CCEL file to drop the TCG format to build a custom JSON. Is there a doc somewhere what's in event_log that is passed via the REST API?
The API docs says:
a naive interpretation suggests that this is about reading the CCEL table and adding a base64 encoded string of the TCG formatted file to the request. However, that errors with a bad request.
Looking at the client code here, I can see it's parsing the CCEL file to drop the TCG format to build a custom JSON. Is there a doc somewhere what's in
event_logthat is passed via the REST API?