mirror of
https://github.com/google/go-attestation.git
synced 2024-12-20 05:28:22 +00:00
262599a8df
This PR adds event log parsing logic. It's main goal is to require validation at the same time as parsing, so structured events are always verified against a quote. This new API replaces the exisitng "verifier" package. It's not a goal of this PR to parse the event data. This will be a follow up, but since different users might want to parse different events based on the OS, this API lets users of this package implement custom event data parsing if they absolutely need to. |
||
---|---|---|
.. | ||
attest-tool | ||
testdata | ||
activation_test.go | ||
activation.go | ||
attest_simulated_tpm20_test.go | ||
attest_test.go | ||
attest_tpm12_test.go | ||
attest.go | ||
challenge_test.go | ||
challenge.go | ||
eventlog_test.go | ||
eventlog.go | ||
key_linux.go | ||
key_windows.go | ||
pcp_windows.go | ||
storage.go | ||
tpm_linux.go | ||
tpm_windows.go | ||
tpm.go | ||
vendors.go |