Age | Commit message (Expand) | Author | Files | Lines |
2015-12-22 | SecurityPkg: SecureBootConfigDxe: Remove useless code in VFR | Chao Zhang | 1 | -61/+11 |
2015-12-18 | DxeTpmMeasureBootLib: Change global variable name to avoid name conflict. | Eric Dong | 1 | -5/+5 |
2015-12-17 | SecurityPkg: Correct Pcd Usage PcdTpm2HashMask in Tcg2Pei | Liming Gao | 1 | -1/+3 |
2015-12-17 | SecurityPkg: Correct Pcd Usage PcdTcg2HashAlgorithmBitmap | Liming Gao | 2 | -2/+6 |
2015-12-15 | SecurityPkg: Convert all .uni files to utf-8 | Jordan Justen | 101 | -0/+0 |
2015-12-07 | SecurityPkg: AuthVariableLib: Fix GCC compile error | Ard Biesheuvel | 1 | -17/+17 |
2015-12-07 | SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot Mode | Chao Zhang | 4 | -56/+464 |
2015-12-07 | SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition. | Chao Zhang | 5 | -268/+1912 |
2015-12-07 | SecurityPkg: Add gEdkiiSecureBootModeGuid definition | Chao Zhang | 2 | -1/+6 |
2015-12-03 | SecurityPkg: put missing empty lines at the end of some header files | Ard Biesheuvel | 3 | -3/+3 |
2015-11-10 | Add error handling for TPM in S3 resume failure. | Yao, Jiewen | 1 | -0/+50 |
2015-11-06 | SecurityPkg: Remove temp return solution in PeiRsa2048Sha256 Section Lib | Zhang Chao | 1 | -6/+0 |
2015-10-27 | Move Smbios measurement from TCG driver to Smbios driver. | Yao, Jiewen | 6 | -108/+3 |
2015-10-27 | Add suppressif around TCG hash seleciton checkbox in TCG2 | Yao, Jiewen | 3 | -1/+75 |
2015-10-19 | SecurityPkg : Fix Rsa2048Sha256GuidedSectionExtractLib issue | Cohen, Eugene | 2 | -4/+4 |
2015-10-16 | SecurityPkg: Use PcdSet##S to instead of PcdSet## | Star Zeng | 7 | -8/+17 |
2015-10-16 | SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuid | Star Zeng | 1 | -0/+4 |
2015-10-09 | SecurityPkg: Clean up unused files in RngDxe | Thomas Palmer | 6 | -488/+0 |
2015-10-09 | SecurityPkg: Integrate new RngLib into RngDxe | Thomas Palmer | 5 | -409/+28 |
2015-09-16 | SecurityPkg: Reduce verbosity of TPM DEBUG messages | Samer El-Haj-Mahmoud | 4 | -29/+33 |
2015-09-06 | SecurityPkg: Use pointer instead of array to make code readable. | Qiu Shumin | 1 | -11/+24 |
2015-09-02 | Add more strict check for MOR variable, besides MOR lock variable. | Yao, Jiewen | 1 | -7/+8 |
2015-08-28 | SecurityPkg: Use safe string function. | Qiu Shumin | 1 | -26/+26 |
2015-08-27 | SecurityPkg: Refine the local variable name to follow EDK2 coding style. | Qiu Shumin | 1 | -46/+46 |
2015-08-27 | SecurityPkg: Add missing Lib definition in DEC file. | Qiu Shumin | 1 | -0/+9 |
2015-08-27 | SecurityPkg: Add missing PCD usage information. | Qiu Shumin | 2 | -0/+2 |
2015-08-26 | SecurityPkg: Fix one returned code issue in P7Verify Protocol | Qin Long | 1 | -0/+7 |
2015-08-25 | SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value. | Liming Gao | 4 | -7/+7 |
2015-08-20 | SecurityPkg: Update Package version to 0.96 | Chao Zhang | 2 | -2/+2 |
2015-08-18 | SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmap | Samer El-Haj-Mahmoud | 1 | -16/+19 |
2015-08-18 | Add restriction that HashFinal() must be after at least one HashUpdate(). | Yao, Jiewen | 2 | -1/+7 |
2015-08-17 | Add context check and init in BaseCrypto2Hash(). | Yao, Jiewen | 1 | -0/+19 |
2015-08-17 | SecurityPkg: Update SignatureSize to comply UEFI spec | Chao Zhang | 1 | -1/+1 |
2015-08-17 | Fix typo in BaseCrypto2HashInit() which causes sanity check incorrect. | Yao, Jiewen | 1 | -1/+1 |
2015-08-13 | Add TPM2 support defined in trusted computing group. | Yao, Jiewen | 62 | -129/+9524 |
2015-08-06 | SecurityPkg: Update coding style | Chao Zhang | 1 | -1/+2 |
2015-08-03 | SecurityPkg/Tcg/MemoryOverwriteRequestControlLock: Add missing header file de... | Qiu Shumin | 1 | -0/+1 |
2015-07-28 | Add Secure MOR implementation. | Yao, Jiewen | 7 | -0/+559 |
2015-07-28 | Downgrade one debug message level in DxeTpm2MeasureBootHandler from EFI_D_ERR... | Yao, Jiewen | 1 | -1/+1 |
2015-07-28 | SecurityPkg: Change TPM MMIO range attribute | Chao Zhang | 2 | -4/+4 |
2015-07-28 | SecurityPkg: Add missing PCD usage information in UNI files. | Qiu Shumin | 1 | -0/+0 |
2015-07-26 | SecurityPkg AuthVariableLib: Correct address pointers data | Star Zeng | 1 | -6/+13 |
2015-07-15 | SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLib | Chao Zhang | 1 | -1/+1 |
2015-07-15 | SecurityPkg: Correct BootOrder/Boot#### measurement behavior | Chao Zhang | 2 | -22/+10 |
2015-07-14 | SecurityPkg/Pkcs7VerifyDxe: Cleanup P7CheckTrust function comments. | Qiu Shumin | 1 | -6/+0 |
2015-07-10 | SecurityPkg: Make time based AuthVariable update atomic | Chao Zhang | 3 | -30/+170 |
2015-07-10 | SecurityPkg: Add default value for TPM action question | Chao Zhang | 1 | -26/+12 |
2015-07-08 | SecurityPkg:Replace unsafe string functions. | Zhang Lubo | 6 | -75/+78 |
2015-07-07 | SecurityPkg: Remove mZeroGuid definition in DxeTpmMeasureBootLib | Hao Wu | 2 | -4/+5 |
2015-07-07 | SecurityPkg: Remove mTrEEZeroGuid definition in DxeTpm2MeasureBootLib | Hao Wu | 2 | -4/+5 |