summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/DxeImageVerificationLib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch include:ydong102012-04-261-2/+2
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-243-1/+72
* 1. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52012-03-192-2/+11
* 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-283-1/+20
* 1. Enhance DxeImageVerificationLib to avoid some corrupted input.hhuan132011-09-211-35/+105
* Add security package to repository.gdong12011-09-023-0/+1642