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
2025-01-17
tpm: Boot with a warning if the event log is full
Mate Kukri
2022-08-16
Enable TDX measurement to RTMR register
Lu Ken
2021-09-13
Don't make shim abort when TPM log event fails (RHBZ #2002265)
Renaud Métrich
2021-09-07
tpm: free measureddata when SHIM_UNIT_TEST is set
Peter Jones
2021-03-10
Restructure our includes.
Peter Jones
2021-02-22
tpm: minor cleanup: use EV_IPL not 0xd
Peter Jones
2021-02-16
Fix up a bunch of our license statements and add SPDX most places
Peter Jones
2020-07-23
Fix a broken tpm type
Peter Jones
2020-07-23
tpm: Include information about PE/COFF images in the TPM Event Log
Javier Martinez Canillas
2020-07-23
tpm: Don't log duplicate identical events
Chris Coulson
2020-07-23
tpm: Define EFI_VARIABLE_DATA_TREE as packed
Chris Coulson
2020-07-23
tpm: Fix off-by-one error when calculating event size
Chris Coulson
2020-07-23
Remove call to TPM2 get_event_log()
Matthew Garrett
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