| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg: AuthVariableLib: Add new cert database for volatile time based A... | Chao Zhang | 2016-02-02 | 4 | -57/+145 |
* | SecurityPkg: Correct data copy in Tpm2NvReadPublic. | Yao, Jiewen | 2016-01-27 | 1 | -2/+2 |
* | SecurityPkg: Add TPM PTP detection in Tpm12SubmitCommand. | Yao, Jiewen | 2016-01-27 | 1 | -41/+58 |
* | SecurityPkg: Add TPM PTP detection in TPM12 device lib. | Yao, Jiewen | 2016-01-26 | 1 | -159/+122 |
* | SecurityPkg: Add TPM PTP support in TPM2 device lib. | Yao, Jiewen | 2016-01-26 | 7 | -184/+579 |
* | SecurityPkg/Tpm12CommandLib: Add TPM 1.2 commands used by TCG modules | Michael Kinney | 2016-01-21 | 8 | -188/+442 |
* | SecurityPkg: Clear AuthSession content after use. | Yao, Jiewen | 2016-01-11 | 6 | -122/+333 |
* | SecurityPkg: Add Tpm2Startup return code check. | Yao, Jiewen | 2016-01-11 | 1 | -4/+25 |
* | SecurityPkg : Tpm2DeviceLibDTpm : Rename TisTpmCommand to avoid name collision | Samer El-Haj-Mahmoud | 2016-01-08 | 1 | -3/+3 |
* | SecurityPkg AuthVariableLib: Correct comment/error log about CleanCertsFromDb | Star Zeng | 2015-12-29 | 2 | -10/+8 |
* | DxeTpmMeasureBootLib: Change global variable name to avoid name conflict. | Eric Dong | 2015-12-18 | 1 | -5/+5 |
* | SecurityPkg: Correct Pcd Usage PcdTcg2HashAlgorithmBitmap | Liming Gao | 2015-12-17 | 2 | -2/+6 |
* | SecurityPkg: Convert all .uni files to utf-8 | Jordan Justen | 2015-12-15 | 37 | -0/+0 |
* | SecurityPkg: AuthVariableLib: Fix GCC compile error | Ard Biesheuvel | 2015-12-07 | 1 | -17/+17 |
* | SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition. | Chao Zhang | 2015-12-07 | 5 | -268/+1912 |
* | SecurityPkg: put missing empty lines at the end of some header files | Ard Biesheuvel | 2015-12-03 | 1 | -1/+1 |
* | SecurityPkg: Remove temp return solution in PeiRsa2048Sha256 Section Lib | Zhang Chao | 2015-11-06 | 1 | -6/+0 |
* | SecurityPkg : Fix Rsa2048Sha256GuidedSectionExtractLib issue | Cohen, Eugene | 2015-10-19 | 2 | -4/+4 |
* | SecurityPkg: Use PcdSet##S to instead of PcdSet## | Star Zeng | 2015-10-16 | 2 | -2/+6 |
* | SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuid | Star Zeng | 2015-10-16 | 1 | -0/+4 |
* | SecurityPkg: Reduce verbosity of TPM DEBUG messages | Samer El-Haj-Mahmoud | 2015-09-16 | 4 | -29/+33 |
* | SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value. | Liming Gao | 2015-08-25 | 4 | -7/+7 |
* | SecurityPkg: Update SignatureSize to comply UEFI spec | Chao Zhang | 2015-08-17 | 1 | -1/+1 |
* | Add TPM2 support defined in trusted computing group. | Yao, Jiewen | 2015-08-13 | 26 | -122/+2289 |
* | SecurityPkg: Update coding style | Chao Zhang | 2015-08-06 | 1 | -1/+2 |
* | Downgrade one debug message level in DxeTpm2MeasureBootHandler from EFI_D_ERR... | Yao, Jiewen | 2015-07-28 | 1 | -1/+1 |
* | SecurityPkg AuthVariableLib: Correct address pointers data | Star Zeng | 2015-07-26 | 1 | -6/+13 |
* | SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLib | Chao Zhang | 2015-07-15 | 1 | -1/+1 |
* | SecurityPkg: Make time based AuthVariable update atomic | Chao Zhang | 2015-07-10 | 3 | -30/+170 |
* | SecurityPkg:Replace unsafe string functions. | Zhang Lubo | 2015-07-08 | 2 | -54/+54 |
* | SecurityPkg: Remove mZeroGuid definition in DxeTpmMeasureBootLib | Hao Wu | 2015-07-07 | 2 | -4/+5 |
* | SecurityPkg: Remove mTrEEZeroGuid definition in DxeTpm2MeasureBootLib | Hao Wu | 2015-07-07 | 2 | -4/+5 |
* | SecurityPkg: Delete Auth Variable driver | Star Zeng | 2015-07-01 | 1 | -2/+3 |
* | SecurityPkg: Implement AuthVariableLib library instance | Star Zeng | 2015-07-01 | 5 | -0/+3389 |
* | 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 |
* | Refine the format of GUID in INF files for SecurityPkg. | Shumin Qiu | 2015-01-16 | 2 | -4/+4 |
* | Handle TPM device error and avoid deadloop in BDS. | Yao, Jiewen | 2015-01-12 | 4 | -32/+22 |
* | Add TPM Physical Presence >=128 operation value support. | Yao, Jiewen | 2015-01-12 | 10 | -152/+538 |
* | Add TPM12 NV related function. | Yao, Jiewen | 2015-01-08 | 2 | -0/+256 |
* | Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3... | Long, Qin | 2014-12-25 | 1 | -4/+14 |
* | Correct AuthHandle definition for Tpm2SetPrimaryPolicy. | Yao, Jiewen | 2014-12-23 | 1 | -1/+1 |
* | Add TPM2 commands which might be used in provision. | Yao, Jiewen | 2014-12-23 | 1 | -0/+78 |
* | Use better coding style. | Yao, Jiewen | 2014-12-19 | 1 | -1/+1 |
* | Add TPM2 commands which might be used in field upgrade. | Yao, Jiewen | 2014-12-12 | 5 | -0/+653 |
* | 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 |