summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117/4118 symbol renameDoug Flick1-4/+4
2024-01-16SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764Douglas Flick [MSFT]1-4/+8
2024-01-16SecurityPkg: DxeTpm2MeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763Douglas Flick [MSFT]1-29/+40
2021-12-11SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLibMin Xu1-76/+263
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki1-110/+123
2021-12-07SecurityPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-7/+7
2020-04-22SecurityPkg/TPM: measure UEFI images without associated device paths againGuomin Jiang1-10/+10
2020-02-10SecurityPkg: Fix few typosAntoine Coeur1-1/+1
2020-02-10SecurityPkg: Fix incorrect return value when File is NULLPhilippe Mathieu-Daudé1-1/+8
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan1-2/+2
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28SecurityPkg: Clean up source filesLiming Gao1-44/+44
2016-08-31SecurityPkg: Use IsZeroGuid API for zero GUID checkingHao Wu1-4/+3
2015-09-16SecurityPkg: Reduce verbosity of TPM DEBUG messagesSamer El-Haj-Mahmoud1-1/+2
2015-08-13Add TPM2 support defined in trusted computing group.Yao, Jiewen1-74/+74
2015-07-28Downgrade one debug message level in DxeTpm2MeasureBootHandler from EFI_D_ERR...Yao, Jiewen1-1/+1
2015-07-07SecurityPkg: Remove mTrEEZeroGuid definition in DxeTpm2MeasureBootLibHao Wu1-3/+3
2015-01-12Handle TPM device error and avoid deadloop in BDS.Yao, Jiewen1-2/+2
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang1-3/+3
2014-03-28Check the input file pointer before use it.Eric Dong1-2/+4
2013-09-18Add TPM2 implementation.jyao11-0/+700