summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
AgeCommit message (Expand)Author
2015-08-17SecurityPkg: Update SignatureSize to comply UEFI specChao Zhang
2015-07-15SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLibChao Zhang
2015-06-23SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySizeLiming Gao
2015-06-09SecurityPkg: Fix wrong cert data measurement in DBX pathChao Zhang
2015-03-13SecurityPkg: Fix typo.Shumin Qiu
2015-02-05Add the missed local variable initialization to remove the possible warning.Long, Qin
2015-02-04Correct the DBX and Certificate Hash Checking.Long, Qin
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin
2014-12-11correct a data type error.Dong Guo
2014-12-10Add failed image Name in the Image Execution Information Table.Dong Guo
2014-12-03Code clean-up to eliminate potential "dereferenced pointer" warning. Qin Long
2014-11-26Correct the alignment calculation of PE/COFF attribute certificate entry.Qin Long
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long
2014-06-25Refine code to make it more safely.Eric Dong
2014-06-25Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE.Dong, Guo
2013-12-02Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O...Fu Siyuan
2013-09-18Add TPM2 implementation.jyao1
2013-08-281. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu5
2013-03-06Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu5
2013-02-21Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im...sfu5
2012-12-12Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu5
2012-10-17Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye1
2012-09-06Check the value of Hdr.dwLength for signed EFI image before image validation.sfu5
2012-08-23Update the DxeImageVerificationLib to handle the signed image which CertType ...sfu5
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao4
2012-08-151. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i...sfu5
2012-07-12Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu5
2012-07-051. Reset system when user changes secure boot state in secure boot configurat...sfu5
2012-06-12Add comment for modules which have external input.jyao1
2012-06-08Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu5
2012-05-31Fixed build failed.ydong10
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong10
2012-05-28Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu5
2012-05-08Removes redundant code and adds data size check for certificate data in DxeIm...tye1
2012-04-28 Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur...tye1
2012-04-26Patch include:ydong10
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong10
2012-03-191. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu5
2011-10-28SecurityPkg: Update DxeImageVerificationLib with following changes:xdu2
2011-10-28Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is unde...qianouyang
2011-09-211. Enhance DxeImageVerificationLib to avoid some corrupted input.hhuan13
2011-09-02Add security package to repository.gdong1