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