summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/DxeImageVerificationLib
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-8/+8
* SecurityPkg: Tcg2Dxe: Use UEFI_VARIABLE_DATAZhang, Chao B2017-01-251-6/+5
* 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: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition.Chao Zhang2015-12-071-36/+634
* SecurityPkg: put missing empty lines at the end of some header filesArd Biesheuvel2015-12-031-1/+1
* 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-143-70/+490
* Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang2014-11-101-2/+2
* SecurityPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-17/+29
* 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-183-0/+345
* 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-172-62/+1
* 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-212-140/+110
* 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-232-29/+63
* 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-052-35/+8
* Add comment for modules which have external input.jyao12012-06-122-4/+44
* 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