| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg: Refine type cast for pointer subtraction | Hao Wu | 2017-03-06 | 1 | -8/+8 |
* | SecurityPkg: Tcg2Dxe: Use UEFI_VARIABLE_DATA | Zhang, Chao B | 2017-01-25 | 1 | -6/+5 |
* | SecurityPkg: DxeImageVerificationLib: Update PCR[7] measure logic | Zhang, Chao B | 2017-01-22 | 1 | -3/+7 |
* | SecurityPkg DxeImageVerificationLib: Add comments in HashPeImage() | Liming Gao | 2016-07-14 | 1 | -1/+4 |
* | SecurityPkg/DxeImageVerificationLib: Add DEBUG messages for image verificatio... | Cinnamon Shia | 2016-05-19 | 1 | -1/+18 |
* | SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition. | Zhang, Chao B | 2016-05-04 | 1 | -604/+17 |
* | SecuritPkg: DxeImageVerificationLib: Fix wrong verification logic in DBX & DBT | Zhang, Chao B | 2016-04-29 | 1 | -2/+9 |
* | SecurityPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 1 | -0/+0 |
* | SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition. | Chao Zhang | 2015-12-07 | 1 | -36/+634 |
* | SecurityPkg: put missing empty lines at the end of some header files | Ard Biesheuvel | 2015-12-03 | 1 | -1/+1 |
* | SecurityPkg: Update SignatureSize to comply UEFI spec | Chao Zhang | 2015-08-17 | 1 | -1/+1 |
* | SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLib | Chao Zhang | 2015-07-15 | 1 | -1/+1 |
* | SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySize | Liming Gao | 2015-06-23 | 1 | -2/+2 |
* | SecurityPkg: Fix wrong cert data measurement in DBX path | Chao Zhang | 2015-06-09 | 1 | -1/+1 |
* | SecurityPkg: Fix typo. | Shumin Qiu | 2015-03-13 | 1 | -2/+2 |
* | Add the missed local variable initialization to remove the possible warning. | Long, Qin | 2015-02-05 | 1 | -0/+1 |
* | Correct the DBX and Certificate Hash Checking. | Long, Qin | 2015-02-04 | 1 | -10/+92 |
* | Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3... | Long, Qin | 2014-12-25 | 1 | -4/+14 |
* | correct a data type error. | Dong Guo | 2014-12-11 | 1 | -1/+1 |
* | Add failed image Name in the Image Execution Information Table. | Dong Guo | 2014-12-10 | 1 | -2/+8 |
* | Code clean-up to eliminate potential "dereferenced pointer" warning. | Qin Long | 2014-12-03 | 1 | -17/+20 |
* | Correct the alignment calculation of PE/COFF attribute certificate entry. | Qin Long | 2014-11-26 | 1 | -1/+1 |
* | UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for... | Qin Long | 2014-11-14 | 3 | -70/+490 |
* | Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o... | Chao Zhang | 2014-11-10 | 1 | -2/+2 |
* | SecurityPkg: Convert non DOS format files to DOS format | Gao, Liming | 2014-09-03 | 1 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -0/+0 |
* | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo | 2014-08-28 | 1 | -17/+29 |
* | Refine code to make it more safely. | Eric Dong | 2014-06-25 | 1 | -6/+6 |
* | Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE. | Dong, Guo | 2014-06-25 | 1 | -2/+49 |
* | Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O... | Fu Siyuan | 2013-12-02 | 1 | -3/+4 |
* | Add TPM2 implementation. | jyao1 | 2013-09-18 | 3 | -0/+345 |
* | 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. | Fu Siyuan | 2013-08-28 | 1 | -0/+8 |
* | Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i... | sfu5 | 2013-05-17 | 2 | -62/+1 |
* | Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount. | sfu5 | 2013-03-06 | 1 | -1/+1 |
* | Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im... | sfu5 | 2013-02-21 | 2 | -140/+110 |
* | Add a NULL string to the Image Execution Information Table if the Name is NUL... | sfu5 | 2012-12-12 | 1 | -2/+5 |
* | Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib. | tye1 | 2012-10-17 | 1 | -6/+5 |
* | Check the value of Hdr.dwLength for signed EFI image before image validation. | sfu5 | 2012-09-06 | 1 | -1/+5 |
* | Update the DxeImageVerificationLib to handle the signed image which CertType ... | sfu5 | 2012-08-23 | 2 | -29/+63 |
* | Add PI1.2.1 SAP2 support and UEFI231B mantis 896 | lgao4 | 2012-08-22 | 1 | -16/+22 |
* | 1. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i... | sfu5 | 2012-08-15 | 1 | -277/+56 |
* | Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz... | sfu5 | 2012-07-12 | 1 | -1/+1 |
* | 1. Reset system when user changes secure boot state in secure boot configurat... | sfu5 | 2012-07-05 | 2 | -35/+8 |
* | Add comment for modules which have external input. | jyao1 | 2012-06-12 | 2 | -4/+44 |
* | Fix compatibility issue when using IPF image with PE32 magic value in the Opt... | sfu5 | 2012-06-08 | 1 | -2/+30 |
* | Fixed build failed. | ydong10 | 2012-05-31 | 1 | -4/+4 |
* | Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info.... | ydong10 | 2012-05-30 | 1 | -4/+4 |
* | Fix a bug in DxeImageVerificationLib to use the correct certificate length wh... | sfu5 | 2012-05-28 | 1 | -1/+1 |
* | Removes redundant code and adds data size check for certificate data in DxeIm... | tye1 | 2012-05-08 | 1 | -15/+24 |
* | Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur... | tye1 | 2012-04-28 | 1 | -100/+127 |