1. 6bb832b SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value. by Liming Gao · 9 years ago
  2. 0cebfe8 SecurityPkg: Update Package version to 0.96 by Chao Zhang · 9 years ago
  3. f88e9c5 SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmap by Samer El-Haj-Mahmoud · 9 years ago
  4. a3a0974 Add restriction that HashFinal() must be after at least one HashUpdate(). by Yao, Jiewen · 9 years ago
  5. 099bff5 Add context check and init in BaseCrypto2Hash(). by Yao, Jiewen · 9 years ago
  6. 13a220a SecurityPkg: Update SignatureSize to comply UEFI spec by Chao Zhang · 9 years ago
  7. c533ed3 Fix typo in BaseCrypto2HashInit() which causes sanity check incorrect. by Yao, Jiewen · 9 years ago
  8. 1abfa4c Add TPM2 support defined in trusted computing group. by Yao, Jiewen · 9 years ago
  9. 72362a7 SecurityPkg: Update coding style by Chao Zhang · 9 years ago
  10. 37ee497 SecurityPkg/Tcg/MemoryOverwriteRequestControlLock: Add missing header file description in INF file. by Qiu Shumin · 9 years ago
  11. 70c7664 Add Secure MOR implementation. by Yao, Jiewen · 9 years ago
  12. 5c61c5c Downgrade one debug message level in DxeTpm2MeasureBootHandler from EFI_D_ERROR to EFI_D_INFO. by Yao, Jiewen · 9 years ago
  13. 161b835 SecurityPkg: Change TPM MMIO range attribute by Chao Zhang · 9 years ago
  14. dfd1129 SecurityPkg: Add missing PCD usage information in UNI files. by Qiu Shumin · 9 years ago
  15. f18b216 SecurityPkg AuthVariableLib: Correct address pointers data by Star Zeng · 9 years ago
  16. 1ca3a09 SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLib by Chao Zhang · 9 years ago
  17. 3681101 SecurityPkg: Correct BootOrder/Boot#### measurement behavior by Chao Zhang · 9 years ago
  18. 3ee7bc8 SecurityPkg/Pkcs7VerifyDxe: Cleanup P7CheckTrust function comments. by Qiu Shumin · 9 years ago
  19. 64b6a3f SecurityPkg: Make time based AuthVariable update atomic by Chao Zhang · 9 years ago
  20. cfa451c SecurityPkg: Add default value for TPM action question by Chao Zhang · 9 years ago
  21. c2a65e2 SecurityPkg:Replace unsafe string functions. by Zhang Lubo · 9 years ago
  22. dd4c164 SecurityPkg: Remove mZeroGuid definition in DxeTpmMeasureBootLib by Hao Wu · 9 years ago
  23. 2cca779 SecurityPkg: Remove mTrEEZeroGuid definition in DxeTpm2MeasureBootLib by Hao Wu · 9 years ago
  24. cc976d2 SecurityPkg: Calculate the length of the String. by Zhang Lubo · 9 years ago
  25. 7ae77ce SecurityPkg: Delete Auth Variable driver by Star Zeng · 10 years ago
  26. a681166 SecurityPkg: Implement AuthVariableLib library instance by Star Zeng · 10 years ago
  27. cb9a7eb SecurityPkg: Add MD5 support to Hash2DxeCrypto by Jonathan Doman · 10 years ago
  28. 495ee9b SecurityPkg/TcgMor: move TPer Reset operation to this module by Tian Feng · 10 years ago
  29. b338cdc SecurityPkg: Provide correct file GUID for Pkcs7VerifyDxe by Chao Zhang · 10 years ago
  30. 3cd2484 SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySize by Liming Gao · 10 years ago
  31. 2d09349 SecurityPkg: Add UEFI-2.5 PKCS7 Verification Protocol Support by Qin Long · 10 years ago
  32. fe9dfae SecurityPkg Variable: Move VariableLock install into SmmVariableReady(). by Star Zeng · 10 years ago
  33. 13af4ab SecurityPkg Variable: Support the new introduced PcdMaxAuthVariableSize. by Star Zeng · 10 years ago
  34. d863e12 SecurityPkg: Fix wrong cert data measurement in DBX path by Chao Zhang · 10 years ago
  35. f5e9390 SecurityPkg Variable: Add SysPrepOrder and SysPrep#### to global list. by Star Zeng · 10 years ago
  36. b965bd9 Remove Framework HII "class\subclass" in all VFR by Dandan Bi · 10 years ago
  37. 0e44e86 Add comments for INF file to declare guid/protocol usage. by Yao, Jiewen · 10 years ago
  38. c7b8975 SecurityPkg Variable: Prevent BS variable update in legacy OS runtime. by Star Zeng · 10 years ago
  39. 99d9ade SecurityPkg: Add more comments for PcdTpmInstanceGuid by Liming Gao · 10 years ago
  40. a16170a SecurityPkg: Update SecureBootConfigDxe to support ARM image by Ard Biesheuvel · 10 years ago
  41. 98e9d30 SecurityPkg Variable: Make PK & SecureBootMode consistent by Chao Zhang · 10 years ago
  42. b7a66f9 Hash2 driver to [Components.IA32, Components.X64, Components.IPF] section. by Yao, Jiewen · 10 years ago
  43. 4ba30ed SecurityPkg: remove unused variables by Ard Biesheuvel · 10 years ago
  44. 724dcbb Add UEFI2.5 HASH protocol implementation. by Yao, Jiewen · 10 years ago
  45. 27a0a8b SecurityPkg Variable: Enhance the code logic about VariableLock by Star Zeng · 10 years ago
  46. ba9d087 SecurityPkg Variable: Reuse scratch data area(at the end of volatile variable store) by Star Zeng · 10 years ago
  47. 856236c SecurityPkg Variable: Update code in ProcessVariable () to by Star Zeng · 10 years ago
  48. aef8cea SecurityPkg Variable: Initialize Status in ProcessVariable(). by Star Zeng · 10 years ago
  49. 69f8bb5 SecurityPkg: Fix typo. by Shumin Qiu · 10 years ago
  50. f6c5031 SecurityPkg Variable: Allow the delete operation of common auth variable at user physical presence. by Star Zeng · 10 years ago
  51. 52e764f SecurityPkg Variable: Keep the behavior of Variable Dxe and SMM drivers consistent by Star Zeng · 10 years ago
  52. 3dd05ac Add performance optimization for Tcg/TrEE. by Yao, Jiewen · 10 years ago
  53. 3f63bc3 Add the missed local variable initialization to remove the possible warning. by Long, Qin · 10 years ago
  54. 4b4a068 SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference. by Star Zeng · 10 years ago
  55. 27c93c0 Correct the DBX and Certificate Hash Checking. by Long, Qin · 10 years ago
  56. 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
  57. 9054e55 Use SmmMemLib to check communication buffer. by Yao, Jiewen · 10 years ago
  58. 93626a5 SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxe by Star Zeng · 10 years ago
  59. db3c544 SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
  60. c4b5cc4 SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag to local variable. by Star Zeng · 10 years ago
  61. 952ba83 SecurityPkg Variable: Implement variable quota management. by Star Zeng · 10 years ago
  62. 83a276f Add TpmInitializationDonePpi to TPM PEI module. by Yao, Jiewen · 10 years ago
  63. 6a3dae6 Refine the format of GUID in INF files for SecurityPkg. by Shumin Qiu · 10 years ago
  64. a782428 Correct file path. by Yao, Jiewen · 10 years ago
  65. 5dbb663 Check in missing patch for TPM error handling. by Yao, Jiewen · 10 years ago
  66. 6f785cf Handle TPM device error and avoid deadloop in BDS. by Yao, Jiewen · 10 years ago
  67. 4610b23 Add TPM Physical Presence >=128 operation value support. by Yao, Jiewen · 10 years ago
  68. 92ca0c6 Add TPM12 NV related function. by Yao, Jiewen · 10 years ago
  69. 17409b7 SecurityPkg Variable: Implement VarCheck PROTOCOL by Star Zeng · 10 years ago
  70. 931aae9 Remove the FV header assumption in variable driver. by Dong Guo · 10 years ago
  71. 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
  72. 9093fb9 Correct AuthHandle definition for Tpm2SetPrimaryPolicy. by Yao, Jiewen · 10 years ago
  73. a50e58f Add TPM2 commands which might be used in provision. by Yao, Jiewen · 10 years ago
  74. 5145567 Use better coding style. by Yao, Jiewen · 10 years ago
  75. 967eacc Add TPM2 commands which might be used in field upgrade. by Yao, Jiewen · 10 years ago
  76. 5789fe3 correct a data type error. by Dong Guo · 10 years ago
  77. 61959fa Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe. by Chao Zhang · 10 years ago
  78. 213cc10 Add failed image Name in the Image Execution Information Table. by Dong Guo · 10 years ago
  79. 7e0699c Code clean-up to eliminate potential "dereferenced pointer" warning. by Qin Long · 10 years ago
  80. 2bf41ed Correct the alignment calculation of PE/COFF attribute certificate entry. by Qin Long · 10 years ago
  81. eb774e2 MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure. by Star Zeng · 10 years ago
  82. d547f31 SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID association by Laszlo Ersek · 10 years ago
  83. 20333c6 UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for Secure Boot by Qin Long · 10 years ago
  84. 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
  85. 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
  86. f7fe68d Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directly, some are replaced by debug output. by Chao Zhang · 10 years ago
  87. 6ebffb6 MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVariableHeader (Variable)). by Star Zeng · 10 years ago
  88. 36bdec3 Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overflow issue. by Chao, Zhang · 10 years ago
  89. 79e1ffb Clean up the code. Action statement should not have text two opcode. by Eric Dong · 10 years ago
  90. 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
  91. 365614e Roll back the dependency change in MOR driver. by Dong, Guo · 10 years ago
  92. 7c064c3 SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message. by Dong, Guo · 10 years ago
  93. 4cfde6d SecurityPkg: Convert non DOS format files to DOS format by Gao, Liming · 10 years ago
  94. 8fcdb5d Update SecurityPkg package version to 0.94. by Dong, Guo · 10 years ago
  95. 72b1863 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  96. 4ce12df SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  97. 606d38a SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  98. aced951 SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  99. 60c944c SecurityPkg: INF/DEC file updates to EDK II packages by Dong, Guo · 10 years ago
  100. fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago