summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117/4118 symbol renameDoug Flick1-4/+4
2024-01-16SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4118 - CVE 2022-36764Douglas Flick [MSFT]1-4/+9
2024-01-16SecurityPkg: DxeTpmMeasureBootLib: SECURITY PATCH 4117 - CVE 2022-36763Douglas Flick [MSFT]1-13/+27
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki1-152/+168
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-2/+2
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-09-20SecurityPkg: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel1-21/+6
2018-06-28SecurityPkg: Clean up source filesLiming Gao1-53/+53
2017-03-06SecurityPkg: Refine type cast for pointer subtractionHao Wu1-5/+5
2016-08-31SecurityPkg: Use IsZeroGuid API for zero GUID checkingHao Wu1-3/+2
2016-07-14SecurityPkg DxeTpmMeasureBootLib: Add comments in TcgMeasurePeImage()Liming Gao1-1/+4
2015-12-18DxeTpmMeasureBootLib: Change global variable name to avoid name conflict.Eric Dong1-5/+5
2015-07-07SecurityPkg: Remove mZeroGuid definition in DxeTpmMeasureBootLibHao Wu1-3/+3
2015-01-12Handle TPM device error and avoid deadloop in BDS.Yao, Jiewen1-2/+2
2014-03-28Check the input file pointer before use it.Eric Dong1-2/+4
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-16/+8
2013-04-18Update code not to block application/driver load when event log is full.gdong11-1/+9
2012-09-28Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang461-12/+10
2012-09-12Fix compile errorczhang461-1/+1
2012-09-11Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang461-18/+79
2012-08-29Add check for DevicePathNode. lgao41-0/+1
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao41-23/+14
2012-06-12Add comment for modules which have external input.jyao11-0/+25
2012-06-08Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu51-1/+14
2012-06-01Enhance GPT measurement to be able to handle different partition entry size.gdong11-6/+6
2012-04-28 Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur...tye11-80/+137
2012-04-26Patch include:ydong101-2/+2
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong101-0/+33
2012-02-27Remove ASSERT to let DXE core return gracefully when loading an invalid image.gdong11-3/+1
2011-09-02Add security package to repository.gdong11-0/+830