Mario Limonciello
55de39c077
trivial: reformat the whole tree to match new format
2021-08-24 11:18:40 -05:00
Mario Limonciello
73cdf067ed
trivial: fixup includes for a variety of plugins
2021-06-14 10:12:45 +01:00
Mario Limonciello
fe862a1d1b
tpm-eventlog: Always look at all supported algorithms
...
This will effectively mean that both sha1 and sha256 results are
sent back to uefi plugin for analysis.
2020-06-17 15:01:34 -05:00
Mario Limonciello
5b63015c19
tpm-eventlog: fix PCR0 calculation
...
One of the core problems is that systems with both sha1 and sha256
were miscalculating.
Fixes : #2181
2020-06-15 16:17:29 -05:00
Richard Hughes
ca3e785c40
tpm-eventlog: Store the eventlog hashes in binary form
...
This means we use half the amount of memory to store the event hashes, and also
means we can process the raw data in future patches without parsing back out
of ASCII format.
2020-02-04 11:54:27 +00:00
Richard Hughes
f5c6e1d276
Add a new plugin that can parse the TPM event log
...
Some devices do not have a stable PCR0 for the same firmware version, and I'd
like to collect the TPM event log for affected machines to debug why.
2019-12-06 15:05:16 +00:00