summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-201-39/+8
* SecurityPkg: Clean up source filesLiming Gao2018-06-281-7/+7
* SecurityPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-8/+8
* SecurityPkg: DxeImageVerificationLib: Update PCR[7] measure logicZhang, Chao B2017-01-221-3/+7
* SecurityPkg DxeImageVerificationLib: Add comments in HashPeImage()Liming Gao2016-07-141-1/+4
* SecurityPkg/DxeImageVerificationLib: Add DEBUG messages for image verificatio...Cinnamon Shia2016-05-191-1/+18
* SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition.Zhang, Chao B2016-05-041-604/+17
* SecuritPkg: DxeImageVerificationLib: Fix wrong verification logic in DBX & DBTZhang, Chao B2016-04-291-2/+9
* SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition.Chao Zhang2015-12-071-36/+634
* SecurityPkg: Update SignatureSize to comply UEFI specChao Zhang2015-08-171-1/+1
* SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLibChao Zhang2015-07-151-1/+1
* SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySizeLiming Gao2015-06-231-2/+2
* SecurityPkg: Fix wrong cert data measurement in DBX pathChao Zhang2015-06-091-1/+1
* SecurityPkg: Fix typo.Shumin Qiu2015-03-131-2/+2
* Add the missed local variable initialization to remove the possible warning.Long, Qin2015-02-051-0/+1
* Correct the DBX and Certificate Hash Checking.Long, Qin2015-02-041-10/+92
* Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin2014-12-251-4/+14
* correct a data type error.Dong Guo2014-12-111-1/+1
* Add failed image Name in the Image Execution Information Table.Dong Guo2014-12-101-2/+8
* Code clean-up to eliminate potential "dereferenced pointer" warning. Qin Long2014-12-031-17/+20
* Correct the alignment calculation of PE/COFF attribute certificate entry.Qin Long2014-11-261-1/+1
* UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long2014-11-141-58/+467
* Refine code to make it more safely.Eric Dong2014-06-251-6/+6
* Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE.Dong, Guo2014-06-251-2/+49
* Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O...Fu Siyuan2013-12-021-3/+4
* Add TPM2 implementation.jyao12013-09-181-0/+21
* 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan2013-08-281-0/+8
* Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52013-05-171-60/+0
* Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu52013-03-061-1/+1
* Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im...sfu52013-02-211-139/+106
* Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu52012-12-121-2/+5
* Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye12012-10-171-6/+5
* Check the value of Hdr.dwLength for signed EFI image before image validation.sfu52012-09-061-1/+5
* Update the DxeImageVerificationLib to handle the signed image which CertType ...sfu52012-08-231-29/+62
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-221-16/+22
* 1. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i...sfu52012-08-151-277/+56
* Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu52012-07-121-1/+1
* 1. Reset system when user changes secure boot state in secure boot configurat...sfu52012-07-051-30/+8
* Add comment for modules which have external input.jyao12012-06-121-4/+39
* Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu52012-06-081-2/+30
* Fixed build failed.ydong102012-05-311-4/+4
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-4/+4
* Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu52012-05-281-1/+1
* Removes redundant code and adds data size check for certificate data in DxeIm...tye12012-05-081-15/+24
* Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur...tye12012-04-281-100/+127
* Patch include:ydong102012-04-261-2/+2
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-241-0/+69
* 1. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52012-03-191-1/+9
* SecurityPkg: Update DxeImageVerificationLib with following changes:xdu22011-10-281-175/+204
* Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is unde...qianouyang2011-10-281-1/+18