8 Commits

Author SHA1 Message Date
a9b6eb1eb8 use legacy tpm2 at its new path (#331) 2023-06-13 07:43:38 -07:00
0dc056af7d Fix golangci-lint findings 2022-11-01 13:38:49 -07:00
2f8dbfc94e Restore changes accidentally reverted during reconciliation (#256) 2021-12-08 16:43:38 -08:00
57a6cb587a Internal change
PiperOrigin-RevId: 415099842
2021-12-08 14:37:13 -08:00
73020b971b Rename AIK to AK everywhere
AIK is the terminology used as part of the TPM 1.2 specifications.
2019-10-09 08:56:19 +11:00
cbf14e4244 internal/eventlog: only trust the first time an event is written to the log (#95)
Ensure an attacker can't alter the value we interpret by appending an entry of
the same type to the eventlog. Don't worry about events that come before the
EV_SEPARATOR for now.
2019-09-06 10:20:43 -07:00
9021153e89 internal/eventlog: add code for parsing secure boot variables
This is being prototyped in an internal package as we start to open
source. This code will either live in attest, or in a separate eventlog
package in the future.
2019-09-04 14:25:48 -07:00
a1822903b4 Add dump mode to attest-tool. (#70) 2019-08-13 14:53:38 -07:00