| Commit message (Expand) | Author | Age | Files | Lines |
* | SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h | Star Zeng | 2017-07-27 | 1 | -2/+1 |
* | SecurityPkg: Add TCG Spec info to TCG related modules | Zhang, Chao B | 2017-05-11 | 2 | -3/+10 |
* | SecurityPkg: Error Level is not used correctly | Jeff Fan | 2017-04-12 | 2 | -4/+4 |
* | SecurityPkg: Refine type cast for pointer subtraction | Hao Wu | 2017-03-06 | 3 | -16/+16 |
* | SecurityPkg/TpmCommandLib: Add Tpm2ReadPublic. | Jiewen Yao | 2017-02-21 | 2 | -1/+348 |
* | SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable. | Zhang Lubo | 2017-02-20 | 2 | -2/+29 |
* | SecurityPkg HashLibRouter: Avoid incorrect PcdTcg2HashAlgorithmBitmap | Star Zeng | 2017-02-08 | 4 | -37/+244 |
* | SecurityPkg/Tpm12CommandLib: Always check response returnCode | Michael Kinney | 2017-01-25 | 2 | -3/+25 |
* | 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/FmpAuthenticationLib: Refine to compare with same type | Hao Wu | 2017-01-12 | 2 | -4/+4 |
* | SecurityPkg: Tcg2PhysicalPresence: Define TCG2 PP Flags Initial Pcd | Zhang, Chao B | 2016-12-29 | 2 | -2/+6 |
* | SecurityPkg: Tcg2Smm: TPM2 Vendor specific HID | Zhang, Chao B | 2016-12-29 | 1 | -2/+2 |
* | SecurityPkg/FmpAuthLib: Add PublicKeyDataLength check | Jiewen Yao | 2016-12-23 | 1 | -0/+5 |
* | SecurityPkg/FmpAuthenticationLib: Fix Guid format issues | Dandan Bi | 2016-12-20 | 2 | -3/+3 |
* | SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues | Dandan Bi | 2016-12-14 | 1 | -3/+3 |
* | SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format | Dandan Bi | 2016-12-14 | 1 | -1/+1 |
* | SecurityPkg Tcg2PPLib: Support BlockSID related actions | Star Zeng | 2016-11-28 | 3 | -76/+210 |
* | SecurityPkg DxeTcg2PPLib: Lock Tcg2PhysicalPresenceFlags variable on S4 | Star Zeng | 2016-11-23 | 1 | -17/+17 |
* | Revert old "Enable BlockSid related PP actions" patch series. | Eric Dong | 2016-11-23 | 18 | -2037/+14 |
* | SecurityPkg TcgStorageCoreLib: ASSERT to ensure 'ByteSeq' is not NULL | Hao Wu | 2016-11-22 | 1 | -0/+2 |
* | SecurityPkg SmmTcg2PhysicalPresenceLib: Enable Storage actions. | Eric Dong | 2016-11-21 | 2 | -8/+34 |
* | SecurityPkg DxeTcgPhysicalPresenceLib: Enable Storage actions. | Eric Dong | 2016-11-21 | 2 | -2/+18 |
* | SecurityPkg DxeTcg2PhysicalPresenceLib: Enable Storage actions. | Eric Dong | 2016-11-21 | 2 | -4/+22 |
* | SecurityPkg: Add SmmTcgPhysicalPresenceStorageLib. | Eric Dong | 2016-11-21 | 3 | -0/+245 |
* | SecurityPkg: Add DxeTcgPhysicalPresenceStorageLib. | Eric Dong | 2016-11-21 | 9 | -0/+1718 |
* | SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize() | Star Zeng | 2016-11-21 | 1 | -1/+1 |
* | SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLib | Star Zeng | 2016-11-21 | 1 | -5/+29 |
* | SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external | Star Zeng | 2016-11-21 | 1 | -0/+1 |
* | SecurityPkg TPM2: Assign real copied count in CopyDigestListToBuffer() | Star Zeng | 2016-11-21 | 1 | -1/+6 |
* | SecurityPkg: Fix typos in comments | Zhang, Chao B | 2016-11-15 | 5 | -7/+7 |
* | SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Add RSA2048 instance. | Jiewen Yao | 2016-11-08 | 3 | -0/+434 |
* | SecurityPkg/FmpAuthenticationLibPkcs7: Add PKCS7 instance for FMP. | Jiewen Yao | 2016-11-08 | 3 | -0/+297 |
* | SecurityPkg/AuthVariableLib: rebase to ARRAY_SIZE() | Laszlo Ersek | 2016-10-27 | 1 | -2/+2 |
* | SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix coding style issue | Zhang, Chao B | 2016-10-21 | 1 | -2/+2 |
* | SecurityPkg: Fix typo 'Ihis' with 'This' in codes | Hao Wu | 2016-10-18 | 22 | -45/+45 |
* | SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix GCC build failure | Zhang, Chao B | 2016-10-10 | 2 | -2/+3 |
* | SecurityPkg: Tcg2: Fix TCG2 PP issues | Zhang, Chao B | 2016-09-29 | 1 | -22/+77 |
* | SecurityPkg/TPM2: Extract GetSupportedAndActivePcrs to Tpm2CommandLib | Jiewen Yao | 2016-09-21 | 2 | -12/+97 |
* | SecurityPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLib | Jiewen Yao | 2016-09-21 | 1 | -0/+83 |
* | SecurityPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib | Jiewen Yao | 2016-09-21 | 1 | -0/+26 |
* | SecurityPkg/TPM2: Update function header of GetDigestFromDigestList() | Star Zeng | 2016-09-21 | 1 | -7/+7 |
* | SecurityPkg/TPM2: Move GetDigestFromDigestList() to Tpm2CommandLib | Jiewen Yao | 2016-09-21 | 1 | -1/+37 |
* | SecurityPkg/TPM2: Move Tpm2PcrAllocateBanks() to Tpm2CommandLib | Jiewen Yao | 2016-09-21 | 2 | -135/+136 |
* | SecurityPkg: TPM12CommandLib: Add Response returnCode Check | Zhang, Chao B | 2016-09-01 | 2 | -1/+18 |
* | SecurityPkg: Use IsZeroGuid API for zero GUID checking | Hao Wu | 2016-08-31 | 4 | -11/+7 |
* | SecurityPkg: AuthVariableLib: Fix inconsistent CertDB case | Zhang, Chao B | 2016-08-17 | 1 | -1/+1 |
* | SecurityPkg: AuthVariableLib: Revert UserPhysicalPresent feature from AuthVar... | Zhang, Chao B | 2016-07-22 | 3 | -12/+4 |
* | SecurityPkg DxeTpmMeasureBootLib: Add comments in TcgMeasurePeImage() | Liming Gao | 2016-07-14 | 1 | -1/+4 |
* | SecurityPkg DxeImageVerificationLib: Add comments in HashPeImage() | Liming Gao | 2016-07-14 | 1 | -1/+4 |