You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes interesting information is put in the Data section of an event
In these cases the event is such that the digest extended matches the digest of the Data section
In this case, the consumer of the Event would like to use the contents of the data section if and only if the data section matches the digest of the event
Proposal:
Add a method/field that would indicate whether the data field of an Event is verified by the digest or not.
The text was updated successfully, but these errors were encountered:
Is it statically bound to the "TCG PC Client Platform Firmware Profile
Specification" spec version. So yes but we might hit edge cases between 1.2 and 2.0.
I'd like to implement this using private methods while I work on #9 to see what works and what we need. Ideally, we could check the event type and reject invalid digests at the time of (*EventLog).Verify.
Use case:
Proposal:
Event
is verified by the digest or not.The text was updated successfully, but these errors were encountered: