summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-25SecurityPkg: Use PcdGetSize to get the size of VOID* PCD value.Liming Gao4-7/+7
2015-08-20SecurityPkg: Update Package version to 0.96Chao Zhang2-2/+2
2015-08-18SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmapSamer El-Haj-Mahmoud1-16/+19
2015-08-18Add restriction that HashFinal() must be after at least one HashUpdate().Yao, Jiewen2-1/+7
2015-08-17Add context check and init in BaseCrypto2Hash().Yao, Jiewen1-0/+19
2015-08-17SecurityPkg: Update SignatureSize to comply UEFI specChao Zhang1-1/+1
2015-08-17Fix typo in BaseCrypto2HashInit() which causes sanity check incorrect.Yao, Jiewen1-1/+1
2015-08-13Add TPM2 support defined in trusted computing group.Yao, Jiewen62-129/+9524
2015-08-06SecurityPkg: Update coding styleChao Zhang1-1/+2
2015-08-03SecurityPkg/Tcg/MemoryOverwriteRequestControlLock: Add missing header file de...Qiu Shumin1-0/+1
2015-07-28Add Secure MOR implementation.Yao, Jiewen7-0/+559
2015-07-28Downgrade one debug message level in DxeTpm2MeasureBootHandler from EFI_D_ERR...Yao, Jiewen1-1/+1
2015-07-28SecurityPkg: Change TPM MMIO range attributeChao Zhang2-4/+4
2015-07-28SecurityPkg: Add missing PCD usage information in UNI files.Qiu Shumin1-0/+0
2015-07-26SecurityPkg AuthVariableLib: Correct address pointers dataStar Zeng1-6/+13
2015-07-15SecurityPkg: Fix DBX Variable Read Error in ImageVerificationLibChao Zhang1-1/+1
2015-07-15SecurityPkg: Correct BootOrder/Boot#### measurement behaviorChao Zhang2-22/+10
2015-07-14SecurityPkg/Pkcs7VerifyDxe: Cleanup P7CheckTrust function comments.Qiu Shumin1-6/+0
2015-07-10SecurityPkg: Make time based AuthVariable update atomicChao Zhang3-30/+170
2015-07-10SecurityPkg: Add default value for TPM action questionChao Zhang1-26/+12
2015-07-08SecurityPkg:Replace unsafe string functions.Zhang Lubo6-75/+78
2015-07-07SecurityPkg: Remove mZeroGuid definition in DxeTpmMeasureBootLibHao Wu2-4/+5
2015-07-07SecurityPkg: Remove mTrEEZeroGuid definition in DxeTpm2MeasureBootLibHao Wu2-4/+5
2015-07-03SecurityPkg: Calculate the length of the String.Zhang Lubo1-1/+1
2015-07-01SecurityPkg: Delete Auth Variable driverStar Zeng36-14655/+169
2015-07-01SecurityPkg: Implement AuthVariableLib library instanceStar Zeng8-7/+3409
2015-06-29SecurityPkg: Add MD5 support to Hash2DxeCryptoJonathan Doman2-0/+4
2015-06-26SecurityPkg/TcgMor: move TPer Reset operation to this moduleTian Feng3-7/+292
2015-06-23SecurityPkg: Provide correct file GUID for Pkcs7VerifyDxeChao Zhang1-1/+1
2015-06-23SecurityPkg: Fix wrong calculation of ImageExeInfoEntrySizeLiming Gao1-2/+2
2015-06-19SecurityPkg: Add UEFI-2.5 PKCS7 Verification Protocol SupportQin Long5-0/+1122
2015-06-11SecurityPkg Variable: Move VariableLock install into SmmVariableReady().Star Zeng1-21/+20
2015-06-10SecurityPkg Variable: Support the new introduced PcdMaxAuthVariableSize.Star Zeng9-28/+73
2015-06-09SecurityPkg: Fix wrong cert data measurement in DBX pathChao Zhang1-1/+1
2015-06-08SecurityPkg Variable: Add SysPrepOrder and SysPrep#### to global list.Star Zeng1-0/+22
2015-05-21Remove Framework HII "class\subclass" in all VFRDandan Bi1-2/+0
2015-05-19Add comments for INF file to declare guid/protocol usage.Yao, Jiewen1-6/+6
2015-05-19SecurityPkg Variable: Prevent BS variable update in legacy OS runtime.Star Zeng1-0/+12
2015-05-14SecurityPkg: Add more comments for PcdTpmInstanceGuidLiming Gao2-0/+1
2015-05-11SecurityPkg: Update SecureBootConfigDxe to support ARM imageArd Biesheuvel1-3/+5
2015-05-11SecurityPkg Variable: Make PK & SecureBootMode consistentChao Zhang1-1/+19
2015-05-08Hash2 driver to [Components.IA32, Components.X64, Components.IPF] section.Yao, Jiewen1-5/+5
2015-05-07SecurityPkg: remove unused variablesArd Biesheuvel2-7/+0
2015-05-05Add UEFI2.5 HASH protocol implementation.Yao, Jiewen7-0/+1035
2015-04-10SecurityPkg Variable: Enhance the code logic about VariableLockStar Zeng1-0/+14
2015-03-17SecurityPkg Variable: Reuse scratch data area(at the end of volatile variable...Star Zeng4-21/+29
2015-03-17SecurityPkg Variable: Update code in ProcessVariable () toStar Zeng1-25/+23
2015-03-13SecurityPkg Variable: Initialize Status in ProcessVariable().Star Zeng1-0/+1
2015-03-13SecurityPkg: Fix typo.Shumin Qiu2-4/+4
2015-03-13SecurityPkg Variable: Allow the delete operation of common auth variable at u...Star Zeng3-42/+108