Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | SecurityPkg: Support PP version lower than 1.3 | Zhang, Chao B | 2 | -8/+30 |
2018-01-25 | SecurityPkg:Tpm2DeviceLibDTpm: Support TPM command cancel | Zhang, Chao B | 2 | -7/+47 |
2018-01-15 | SecurityPkg/PhysicalPresenceLib: Reject illegal PCR bank allocation | Zhang, Chao B | 1 | -0/+12 |
2017-11-07 | SecurityPkg/AuthVariableLib: Use EFI_CERT_DATA to parse certificate | chenc2 | 1 | -4/+8 |
2017-11-01 | SecurityPkg: Remove Counter Based AuthVariable support | Zhang, Chao B | 3 | -624/+33 |
2017-10-17 | SecurityPkg/AuthVariableLib: fix GCC build error | Laszlo Ersek | 1 | -2/+6 |
2017-10-14 | SecurityPkg:AuthVariableLib:Implement ECR1707 for Private Auth Variable | Zhang, Chao B | 1 | -37/+171 |
2017-10-10 | SecurityPkg: Update Guid usage in INF file to match source code logic | Liming Gao | 2 | -4/+4 |
2017-09-28 | SecurityPkg\SmmTcg2PhysicalPresenceLib.c Handle reserved or unimplemented PP ... | Zhang, Chao B | 1 | -7/+7 |
2017-07-27 | SecurityPkg OpalPasswordSupportLib: Remove include to UefiAcpiDataTable.h | Star Zeng | 1 | -2/+1 |
2017-05-11 | SecurityPkg: Add TCG Spec info to TCG related modules | Zhang, Chao B | 2 | -3/+10 |
2017-04-12 | SecurityPkg: Error Level is not used correctly | Jeff Fan | 2 | -4/+4 |
2017-03-06 | SecurityPkg: Refine type cast for pointer subtraction | Hao Wu | 3 | -16/+16 |
2017-02-21 | SecurityPkg/TpmCommandLib: Add Tpm2ReadPublic. | Jiewen Yao | 2 | -1/+348 |
2017-02-20 | SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable. | Zhang Lubo | 2 | -2/+29 |
2017-02-08 | SecurityPkg HashLibRouter: Avoid incorrect PcdTcg2HashAlgorithmBitmap | Star Zeng | 4 | -37/+244 |
2017-01-25 | SecurityPkg/Tpm12CommandLib: Always check response returnCode | Michael Kinney | 2 | -3/+25 |
2017-01-25 | SecurityPkg: Tcg2Dxe: Use UEFI_VARIABLE_DATA | Zhang, Chao B | 1 | -6/+5 |
2017-01-22 | SecurityPkg: DxeImageVerificationLib: Update PCR[7] measure logic | Zhang, Chao B | 1 | -3/+7 |
2017-01-12 | SecurityPkg/FmpAuthenticationLib: Refine to compare with same type | Hao Wu | 2 | -4/+4 |
2016-12-29 | SecurityPkg: Tcg2PhysicalPresence: Define TCG2 PP Flags Initial Pcd | Zhang, Chao B | 2 | -2/+6 |
2016-12-29 | SecurityPkg: Tcg2Smm: TPM2 Vendor specific HID | Zhang, Chao B | 1 | -2/+2 |
2016-12-23 | SecurityPkg/FmpAuthLib: Add PublicKeyDataLength check | Jiewen Yao | 1 | -0/+5 |
2016-12-20 | SecurityPkg/FmpAuthenticationLib: Fix Guid format issues | Dandan Bi | 2 | -3/+3 |
2016-12-14 | SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues | Dandan Bi | 1 | -3/+3 |
2016-12-14 | SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format | Dandan Bi | 1 | -1/+1 |
2016-11-28 | SecurityPkg Tcg2PPLib: Support BlockSID related actions | Star Zeng | 3 | -76/+210 |
2016-11-23 | SecurityPkg DxeTcg2PPLib: Lock Tcg2PhysicalPresenceFlags variable on S4 | Star Zeng | 1 | -17/+17 |
2016-11-23 | Revert old "Enable BlockSid related PP actions" patch series. | Eric Dong | 18 | -2037/+14 |
2016-11-22 | SecurityPkg TcgStorageCoreLib: ASSERT to ensure 'ByteSeq' is not NULL | Hao Wu | 1 | -0/+2 |
2016-11-21 | SecurityPkg SmmTcg2PhysicalPresenceLib: Enable Storage actions. | Eric Dong | 2 | -8/+34 |
2016-11-21 | SecurityPkg DxeTcgPhysicalPresenceLib: Enable Storage actions. | Eric Dong | 2 | -2/+18 |
2016-11-21 | SecurityPkg DxeTcg2PhysicalPresenceLib: Enable Storage actions. | Eric Dong | 2 | -4/+22 |
2016-11-21 | SecurityPkg: Add SmmTcgPhysicalPresenceStorageLib. | Eric Dong | 3 | -0/+245 |
2016-11-21 | SecurityPkg: Add DxeTcgPhysicalPresenceStorageLib. | Eric Dong | 9 | -0/+1718 |
2016-11-21 | SecurityPkg TPM2: Update desc for param Buffer of GetDigestListSize() | Star Zeng | 1 | -1/+1 |
2016-11-21 | SecurityPkg TPM2: Add GetHashMaskFromAlgo() into Tpm2CommandLib | Star Zeng | 1 | -5/+29 |
2016-11-21 | SecurityPkg TPM2: Make IsHashAlgSupportedInHashAlgorithmMask external | Star Zeng | 1 | -0/+1 |
2016-11-21 | SecurityPkg TPM2: Assign real copied count in CopyDigestListToBuffer() | Star Zeng | 1 | -1/+6 |
2016-11-15 | SecurityPkg: Fix typos in comments | Zhang, Chao B | 5 | -7/+7 |
2016-11-08 | SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Add RSA2048 instance. | Jiewen Yao | 3 | -0/+434 |
2016-11-08 | SecurityPkg/FmpAuthenticationLibPkcs7: Add PKCS7 instance for FMP. | Jiewen Yao | 3 | -0/+297 |
2016-10-27 | SecurityPkg/AuthVariableLib: rebase to ARRAY_SIZE() | Laszlo Ersek | 1 | -2/+2 |
2016-10-21 | SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix coding style issue | Zhang, Chao B | 1 | -2/+2 |
2016-10-18 | SecurityPkg: Fix typo 'Ihis' with 'This' in codes | Hao Wu | 22 | -45/+45 |
2016-10-10 | SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix GCC build failure | Zhang, Chao B | 2 | -2/+3 |
2016-09-29 | SecurityPkg: Tcg2: Fix TCG2 PP issues | Zhang, Chao B | 1 | -22/+77 |
2016-09-21 | SecurityPkg/TPM2: Extract GetSupportedAndActivePcrs to Tpm2CommandLib | Jiewen Yao | 2 | -12/+97 |
2016-09-21 | SecurityPkg/TPM2: Move CopyDigestListToBuffer() to Tpm2CommandLib | Jiewen Yao | 1 | -0/+83 |
2016-09-21 | SecurityPkg/TPM2: Move GetDigestListSize() to Tpm2CommandLib | Jiewen Yao | 1 | -0/+26 |