go-attestation/attest
Eric Chiang 262599a8df attest: add event log parsing logic
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.
2019-08-19 23:50:31 -07:00
..
attest-tool Add dump mode to attest-tool. (#70) 2019-08-13 14:53:38 -07:00
testdata attest: add event log parsing logic 2019-08-19 23:50:31 -07:00
activation_test.go Implement credential activation API (#56) 2019-07-23 15:22:53 -07:00
activation.go Make SRK/AIK templates consistent with go-tpm-tools (#58) 2019-07-26 13:16:47 -07:00
attest_simulated_tpm20_test.go attest: move public key parsing server side 2019-08-06 11:09:20 -07:00
attest_test.go Refactor part 1: Refactor logic for keys into structs for each TPM/platform invariant. (#53) 2019-07-19 13:05:18 -07:00
attest_tpm12_test.go attest: move public key parsing server side 2019-08-06 11:09:20 -07:00
attest.go Add firmware version to TPMInfo for TPM 2.0 devices. (#67) 2019-08-08 11:31:09 +10:00
challenge_test.go Implement credential activation API (#56) 2019-07-23 15:22:53 -07:00
challenge.go Implement credential activation API (#56) 2019-07-23 15:22:53 -07:00
eventlog_test.go attest: add event log parsing logic 2019-08-19 23:50:31 -07:00
eventlog.go attest: add event log parsing logic 2019-08-19 23:50:31 -07:00
key_linux.go attest: move public key parsing server side 2019-08-06 11:09:20 -07:00
key_windows.go attest: move public key parsing server side 2019-08-06 11:09:20 -07:00
pcp_windows.go Implement fetch from ekcert server if no EKs are found, and the TPM is from intel. 2019-07-17 15:15:29 -07:00
storage.go Refactor part 1: Refactor logic for keys into structs for each TPM/platform invariant. (#53) 2019-07-19 13:05:18 -07:00
tpm_linux.go Add firmware version to TPMInfo for TPM 2.0 devices. (#67) 2019-08-08 11:31:09 +10:00
tpm_windows.go Add firmware version to TPMInfo for TPM 2.0 devices. (#67) 2019-08-08 11:31:09 +10:00
tpm.go Add firmware version to TPMInfo for TPM 2.0 devices. (#67) 2019-08-08 11:31:09 +10:00
vendors.go Update vendors list (#57) 2019-08-06 16:47:13 -07:00