forked from google/go-tpm-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse EFI App state from the TCG event log
The TCG PCClient firmware event log contains digests of all EFI applications. These are measured by UEFI whenever launching an application prior to handing off control to the boot loader or OS after ExitBootServices(). This introduces a change to pull those EFI measurements out of the event log so that VerifyAttestation users can validate the PCR4 values are exactly what they expect. This may be useful in cases where the Secure Boot hierarchy does not provide enough trust (e.g., a vulnerability in a signed component that requires a Secure Boot update).
- Loading branch information
Showing
3 changed files
with
352 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.