1. b965bd9 Remove Framework HII "class\subclass" in all VFR by Dandan Bi · 10 years ago
  2. 0e44e86 Add comments for INF file to declare guid/protocol usage. by Yao, Jiewen · 10 years ago
  3. c7b8975 SecurityPkg Variable: Prevent BS variable update in legacy OS runtime. by Star Zeng · 10 years ago
  4. 99d9ade SecurityPkg: Add more comments for PcdTpmInstanceGuid by Liming Gao · 10 years ago
  5. a16170a SecurityPkg: Update SecureBootConfigDxe to support ARM image by Ard Biesheuvel · 10 years ago
  6. 98e9d30 SecurityPkg Variable: Make PK & SecureBootMode consistent by Chao Zhang · 10 years ago
  7. b7a66f9 Hash2 driver to [Components.IA32, Components.X64, Components.IPF] section. by Yao, Jiewen · 10 years ago
  8. 4ba30ed SecurityPkg: remove unused variables by Ard Biesheuvel · 10 years ago
  9. 724dcbb Add UEFI2.5 HASH protocol implementation. by Yao, Jiewen · 10 years ago
  10. 27a0a8b SecurityPkg Variable: Enhance the code logic about VariableLock by Star Zeng · 10 years ago
  11. ba9d087 SecurityPkg Variable: Reuse scratch data area(at the end of volatile variable store) by Star Zeng · 10 years ago
  12. 856236c SecurityPkg Variable: Update code in ProcessVariable () to by Star Zeng · 10 years ago
  13. aef8cea SecurityPkg Variable: Initialize Status in ProcessVariable(). by Star Zeng · 10 years ago
  14. 69f8bb5 SecurityPkg: Fix typo. by Shumin Qiu · 10 years ago
  15. f6c5031 SecurityPkg Variable: Allow the delete operation of common auth variable at user physical presence. by Star Zeng · 10 years ago
  16. 52e764f SecurityPkg Variable: Keep the behavior of Variable Dxe and SMM drivers consistent by Star Zeng · 10 years ago
  17. 3dd05ac Add performance optimization for Tcg/TrEE. by Yao, Jiewen · 10 years ago
  18. 3f63bc3 Add the missed local variable initialization to remove the possible warning. by Long, Qin · 10 years ago
  19. 4b4a068 SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference. by Star Zeng · 10 years ago
  20. 27c93c0 Correct the DBX and Certificate Hash Checking. by Long, Qin · 10 years ago
  21. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  22. 9054e55 Use SmmMemLib to check communication buffer. by Yao, Jiewen · 10 years ago
  23. 93626a5 SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe by Star Zeng · 10 years ago
  24. db3c544 SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
  25. c4b5cc4 SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
  26. 952ba83 SecurityPkg Variable: Implement variable quota management. by Star Zeng · 10 years ago
  27. 83a276f Add TpmInitializationDonePpi to TPM PEI module. by Yao, Jiewen · 10 years ago
  28. 6a3dae6 Refine the format of GUID in INF files for SecurityPkg. by Shumin Qiu · 10 years ago
  29. a782428 Correct file path. by Yao, Jiewen · 10 years ago
  30. 5dbb663 Check in missing patch for TPM error handling. by Yao, Jiewen · 10 years ago
  31. 6f785cf Handle TPM device error and avoid deadloop in BDS. by Yao, Jiewen · 10 years ago
  32. 4610b23 Add TPM Physical Presence >=128 operation value support. by Yao, Jiewen · 10 years ago
  33. 92ca0c6 Add TPM12 NV related function. by Yao, Jiewen · 10 years ago
  34. 17409b7 SecurityPkg Variable: Implement VarCheck PROTOCOL by Star Zeng · 10 years ago
  35. 931aae9 Remove the FV header assumption in variable driver. by Dong Guo · 10 years ago
  36. 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
  37. 9093fb9 Correct AuthHandle definition for Tpm2SetPrimaryPolicy. by Yao, Jiewen · 10 years ago
  38. a50e58f Add TPM2 commands which might be used in provision. by Yao, Jiewen · 10 years ago
  39. 5145567 Use better coding style. by Yao, Jiewen · 10 years ago
  40. 967eacc Add TPM2 commands which might be used in field upgrade. by Yao, Jiewen · 10 years ago
  41. 5789fe3 correct a data type error. by Dong Guo · 10 years ago
  42. 61959fa Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe. by Chao Zhang · 10 years ago
  43. 213cc10 Add failed image Name in the Image Execution Information Table. by Dong Guo · 10 years ago
  44. 7e0699c Code clean-up to eliminate potential "dereferenced pointer" warning. by Qin Long · 10 years ago
  45. 2bf41ed Correct the alignment calculation of PE/COFF attribute certificate entry. by Qin Long · 10 years ago
  46. eb774e2 MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. by Star Zeng · 10 years ago
  47. d547f31 SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID association by Laszlo Ersek · 10 years ago
  48. 20333c6 UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for Secure Boot by Qin Long · 10 years ago
  49. 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
  50. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  51. f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
  52. 6ebffb6 MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVariableHeader (Variable)). by Star Zeng · 10 years ago
  53. 36bdec3 Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overflow issue. by Chao, Zhang · 10 years ago
  54. 79e1ffb Clean up the code. Action statement should not have text two opcode. by Eric Dong · 10 years ago
  55. 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
  56. 365614e Roll back the dependency change in MOR driver. by Dong, Guo · 10 years ago
  57. 7c064c3 SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message. by Dong, Guo · 10 years ago
  58. 4cfde6d SecurityPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  59. 8fcdb5d Update SecurityPkg package version to 0.94. by Dong, Guo · 10 years ago
  60. 72b1863 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  61. 4ce12df SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  62. 606d38a SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  63. aced951 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  64. 60c944c SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  65. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
  66. 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
  67. 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
  68. 4ccef56 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and PcdMaxVariableSize as patchable PCD instead of FixedAtBuild PCD. by Dong, Guo · 10 years ago
  69. 1a53a03 Contributed-under: TianoCore Contribution Agreement 1.0 by Michael Kinney · 10 years ago
  70. 4e684d3 Correct StrnCat length calculation. by jyao1 · 10 years ago
  71. 58dbfc3 Clean up code. by jyao1 · 10 years ago
  72. d419310 Update code to support VS2013 tool chain. by Eric Dong · 10 years ago
  73. 859b0db SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC build failure after -Wno-missing-braces option in GCC removed. by Star Zeng · 11 years ago
  74. 1fee530 Refine code to make it more safely. by Eric Dong · 11 years ago
  75. ffccb93 Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE. by Dong, Guo · 11 years ago
  76. 9a70350 Fix build issues with Xcode in CryptoPkg and SecurityPkg. by Andrew Fish · 11 years ago
  77. 56dea5e Config Access Protocol return value not follow spec, update code to follow it. by Eric Dong · 11 years ago
  78. 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
  79. e3ff137 Add missing parameter comment in AddPubKeyInStore() by Dong Guo · 11 years ago
  80. cbbac2e Remove unused [PcdsDynamic, PcdsDynamicEx] section. by Dong Guo · 11 years ago
  81. 7a1f792 Check the input file pointer before use it. by Eric Dong · 11 years ago
  82. 3a4b498 SecurityPkg Variable: Add NULL pointer check. by Star Zeng · 11 years ago
  83. 2bc3637 Remove hide TPM support. by Dong Guo · 11 years ago
  84. 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
  85. 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
  86. 2001537 Comment PwdCredential driver. by Dong Guo · 11 years ago
  87. 5437d45 Fix current TPM device string missing. Use efivarstore instead of varstor, remove TPM disable. by Jiewen Yao · 11 years ago
  88. 68d151b Force UID modules build error to warn user that currently it is just a sample. by Dong Guo · 11 years ago
  89. 9bc5dab MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency between PlatformLang and Lang. by Star Zeng · 11 years ago
  90. 25da08c Fix the return value bug when updating public key database variable failure. by Dong Guo · 11 years ago
  91. 560b2fb Add comments for PcdHideTpmSupport. by Dong Guo · 11 years ago
  92. 4345d16 Remove unnecessary dependency in variable driver. by Dong Guo · 11 years ago
  93. 8a8c6c9 Fix the return status when physical presence variable and MemoryOverwriteRequestControl variable are corrupt. by Dong Guo · 11 years ago
  94. 207256b Remove unused variable attribute flag. by jyao1 · 11 years ago
  95. c2fcbc8 Add description information for the GUID and Library class defined in DEC file by Dong Guo · 11 years ago
  96. 201edad Update Module BaseName to avoid the same name. by Gao, Liming · 11 years ago
  97. 675723c Fix PCD help information format and a typo. by Dong Guo · 11 years ago
  98. 7cf7822 Fix typo in PCD description in SecurityPkg. by jyao1 · 11 years ago
  99. 7527b53 Upgrade package version to 0.93 by Dong Guo · 11 years ago
  100. c93bcb7 Return to BMM page if parse the file info failed. by Eric Dong · 11 years ago