index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tpm.c
Age
Commit message (
Expand
)
Author
2018-04-04
tpm_log_event_raw(): be more careful about EFI_NOT_FOUND
Peter Jones
2018-03-12
shim: make everything use a common perror() call.
Peter Jones
2018-03-12
shim: tpm.c: Make sure old_caps is initialized in tpm2 code.
Peter Jones
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
Don't have tons of local guid definitions for no reason at all.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2018-03-06
Fall-back TPM2 measurement if it fails with PE_COFF_IMAGE flag
Tamas K Lengyel
2017-12-19
"in_protocol" is used in more than shim.o; make it not static.
Peter Jones
2017-08-03
Make fallback aware of tpm measurements, and reboot if tpm is used.
Peter Jones
2017-08-03
Make tpm.c build right on 32-bit platforms.
Peter Jones
2017-08-03
Measure stage 2 according to spec
Matthew Garrett
2017-08-01
Extend PCR 7
Matthew Garrett
2017-06-20
tpm2_present(): remove unused tpm2 protocol argument.
Peter Jones
2017-06-15
shim/tpm: Avoid passing an usupported event log format to GetEventLogs()
Javier Martinez Canillas
2017-06-15
shim/tpm: Take out GetCapability() call from tpm2_present() logic
Javier Martinez Canillas
2017-06-15
shim/tpm: Remove magic numbers
Javier Martinez Canillas
2017-02-06
shim/tpm: correct the definition of the capability structure version 1.0
Lans Zhang
2016-11-30
shim/tpm: fix trigger failure caused by NULL arguments
Lans Zhang
2016-11-30
shim/tpm: print the error status if trigger fails
Lans Zhang
2016-09-30
shim: trigger to record further logs to tcg 2.0 final event log area
Lans Zhang
2016-05-11
Measure state and second stage into TPM
Matthew Garrett