- 27a0a8b SecurityPkg Variable: Enhance the code logic about VariableLock by Star Zeng · 10 years ago
- ba9d087 SecurityPkg Variable: Reuse scratch data area(at the end of volatile variable store) by Star Zeng · 10 years ago
- 856236c SecurityPkg Variable: Update code in ProcessVariable () to by Star Zeng · 10 years ago
- aef8cea SecurityPkg Variable: Initialize Status in ProcessVariable(). by Star Zeng · 10 years ago
- 69f8bb5 SecurityPkg: Fix typo. by Shumin Qiu · 10 years ago
- f6c5031 SecurityPkg Variable: Allow the delete operation of common auth variable at user physical presence. by Star Zeng · 10 years ago
- 52e764f SecurityPkg Variable: Keep the behavior of Variable Dxe and SMM drivers consistent by Star Zeng · 10 years ago
- 3dd05ac Add performance optimization for Tcg/TrEE. by Yao, Jiewen · 10 years ago
- 3f63bc3 Add the missed local variable initialization to remove the possible warning. by Long, Qin · 10 years ago
- 4b4a068 SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference. by Star Zeng · 10 years ago
- 27c93c0 Correct the DBX and Certificate Hash Checking. by Long, Qin · 10 years ago
- 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
- 9054e55 Use SmmMemLib to check communication buffer. by Yao, Jiewen · 10 years ago
- 93626a5 SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe by Star Zeng · 10 years ago
- db3c544 SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
- c4b5cc4 SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
- 952ba83 SecurityPkg Variable: Implement variable quota management. by Star Zeng · 10 years ago
- 83a276f Add TpmInitializationDonePpi to TPM PEI module. by Yao, Jiewen · 10 years ago
- 6a3dae6 Refine the format of GUID in INF files for SecurityPkg. by Shumin Qiu · 10 years ago
- a782428 Correct file path. by Yao, Jiewen · 10 years ago
- 5dbb663 Check in missing patch for TPM error handling. by Yao, Jiewen · 10 years ago
- 6f785cf Handle TPM device error and avoid deadloop in BDS. by Yao, Jiewen · 10 years ago
- 4610b23 Add TPM Physical Presence >=128 operation value support. by Yao, Jiewen · 10 years ago
- 92ca0c6 Add TPM12 NV related function. by Yao, Jiewen · 10 years ago
- 17409b7 SecurityPkg Variable: Implement VarCheck PROTOCOL by Star Zeng · 10 years ago
- 931aae9 Remove the FV header assumption in variable driver. by Dong Guo · 10 years ago
- 12d9566 Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3280 and UEFI 2.4 Spec. by Long, Qin · 10 years ago
- 9093fb9 Correct AuthHandle definition for Tpm2SetPrimaryPolicy. by Yao, Jiewen · 10 years ago
- a50e58f Add TPM2 commands which might be used in provision. by Yao, Jiewen · 10 years ago
- 5145567 Use better coding style. by Yao, Jiewen · 10 years ago
- 967eacc Add TPM2 commands which might be used in field upgrade. by Yao, Jiewen · 10 years ago
- 5789fe3 correct a data type error. by Dong Guo · 10 years ago
- 61959fa Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe. by Chao Zhang · 10 years ago
- 213cc10 Add failed image Name in the Image Execution Information Table. by Dong Guo · 10 years ago
- 7e0699c Code clean-up to eliminate potential "dereferenced pointer" warning. by Qin Long · 10 years ago
- 2bf41ed Correct the alignment calculation of PE/COFF attribute certificate entry. by Qin Long · 10 years ago
- eb774e2 MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. by Star Zeng · 10 years ago
- d547f31 SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID association by Laszlo Ersek · 10 years ago
- 20333c6 UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for Secure Boot by Qin Long · 10 years ago
- 33985e3 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used only when failure/case can’t be resolved by code. by Chao Zhang · 10 years ago
- 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
- f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
- 6ebffb6 MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVariableHeader (Variable)). by Star Zeng · 10 years ago
- 36bdec3 Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overflow issue. by Chao, Zhang · 10 years ago
- 79e1ffb Clean up the code. Action statement should not have text two opcode. by Eric Dong · 10 years ago
- 8c83d0c Add PubKey index check before touching PubKey cache. Internal PubKey Variable PubkeyIndex is always 0, causing Index – 1 overflow. Update corresponding comments. by Chao, Zhang · 10 years ago
- 365614e Roll back the dependency change in MOR driver. by Dong, Guo · 10 years ago
- 7c064c3 SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message. by Dong, Guo · 10 years ago
- 4cfde6d SecurityPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
- 8fcdb5d Update SecurityPkg package version to 0.94. by Dong, Guo · 10 years ago
- 72b1863 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
- 4ce12df SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
- 606d38a SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
- aced951 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
- 60c944c SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
- fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
- 9ece15a Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
- b5412ea Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported to be used as patchable PCD instead of Fixed PCD. by Dong, Guo · 10 years ago
- 4ccef56 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and PcdMaxVariableSize as patchable PCD instead of FixedAtBuild PCD. by Dong, Guo · 10 years ago
- 1a53a03 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
- 4e684d3 Correct StrnCat length calculation. by jyao1 · 10 years ago
- 58dbfc3 Clean up code. by jyao1 · 10 years ago
- d419310 Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
- 859b0db SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC build failure after -Wno-missing-braces option in GCC removed. by Star Zeng · 11 years ago
- 1fee530 Refine code to make it more safely. by Eric Dong · 11 years ago
- ffccb93 Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE. by Dong, Guo · 11 years ago
- 9a70350 Fix build issues with Xcode in CryptoPkg and SecurityPkg. by Andrew Fish · 11 years ago
- 56dea5e Config Access Protocol return value not follow spec, update code to follow it. by Eric Dong · 11 years ago
- 387208a MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol of PeiCore to always install both FvInfo and FvInfo2. by Star Zeng · 11 years ago
- e3ff137 Add missing parameter comment in AddPubKeyInStore() by Dong Guo · 11 years ago
- cbbac2e Remove unused [PcdsDynamic, PcdsDynamicEx] section. by Dong Guo · 11 years ago
- 7a1f792 Check the input file pointer before use it. by Eric Dong · 11 years ago
- 3a4b498 SecurityPkg Variable: Add NULL pointer check. by Star Zeng · 11 years ago
- 2bc3637 Remove hide TPM support. by Dong Guo · 11 years ago
- 9a12e58 Calculate enough space for 2 variables (public key and variable data) instead of directly setting them 1 by 1. by Dong Guo · 11 years ago
- b2bd493 MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang and Lang variables and use PcdUefiVariableDefaultLangDeprecate to turn off auto update between PlatformLang and Lang variables. by Star Zeng · 11 years ago
- 2001537 Comment PwdCredential driver. by Dong Guo · 11 years ago
- 5437d45 Fix current TPM device string missing. Use efivarstore instead of varstor, remove TPM disable. by Jiewen Yao · 11 years ago
- 68d151b Force UID modules build error to warn user that currently it is just a sample. by Dong Guo · 11 years ago
- 9bc5dab MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency between PlatformLang and Lang. by Star Zeng · 11 years ago
- 25da08c Fix the return value bug when updating public key database variable failure. by Dong Guo · 11 years ago
- 560b2fb Add comments for PcdHideTpmSupport. by Dong Guo · 11 years ago
- 4345d16 Remove unnecessary dependency in variable driver. by Dong Guo · 11 years ago
- 8a8c6c9 Fix the return status when physical presence variable and MemoryOverwriteRequestControl variable are corrupt. by Dong Guo · 11 years ago
- 207256b Remove unused variable attribute flag. by jyao1 · 11 years ago
- c2fcbc8 Add description information for the GUID and Library class defined in DEC file by Dong Guo · 11 years ago
- 201edad Update Module BaseName to avoid the same name. by Gao, Liming · 11 years ago
- 675723c Fix PCD help information format and a typo. by Dong Guo · 11 years ago
- 7cf7822 Fix typo in PCD description in SecurityPkg. by jyao1 · 11 years ago
- 7527b53 Upgrade package version to 0.93 by Dong Guo · 11 years ago
- c93bcb7 Return to BMM page if parse the file info failed. by Eric Dong · 11 years ago
- 0b716fd Rollback the patch 15054. by Eric Dong · 11 years ago
- eff0779 Not update the status until parse the file info success. by Eric Dong · 11 years ago
- 4db0b65 Correct INF file to make module pass ICC compiler. by Liming Gao · 11 years ago
- 68fc0c7 Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_ON_SECURITY_VIOLATION is no longer supported. by Fu Siyuan · 11 years ago
- 8b7d84c Upgrade TPM SSDT version from ACPI version 1 (ACPI 1.0 compatible) to version 2 (ACPI 5.0 compatible). by Dong Guo · 11 years ago
- 5ec61d4 Makes DxeDeferImageLoadLib not depend on by Dong Guo · 11 years ago
- 742d9b3 Refine the Secure Boot UI driver to input the GUID and varstroe name when using HiiSetBrowserData/HiiGetBrowserData. by Fu Siyuan · 11 years ago
- b6023fb Fix coding style problem in RngDxe driver. by Long, Qin · 11 years ago
- 3aa8dc6 Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key technology to produce the Random Number Generator protocol, which is used to provide high-quality random numbers for use in applications, or entropy for seeding other random number generators. Refer to http://software.intel.com/en-us/articles/intel-digital-random-number-generator-drng-software-implementation-guide/ for more information about Intel Secure Key technology. by Long, Qin · 11 years ago