summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin2-5/+24
2014-12-23Correct AuthHandle definition for Tpm2SetPrimaryPolicy.Yao, Jiewen1-1/+1
2014-12-23Add TPM2 commands which might be used in provision.Yao, Jiewen2-0/+97
2014-12-19Use better coding style.Yao, Jiewen1-1/+1
2014-12-12Add TPM2 commands which might be used in field upgrade.Yao, Jiewen6-1/+785
2014-12-11correct a data type error.Dong Guo1-1/+1
2014-12-10Fix potential NULL pointer dereference issue in TcgDxe & TreeDxe.Chao Zhang2-3/+3
2014-12-10Add failed image Name in the Image Execution Information Table.Dong Guo1-2/+8
2014-12-03Code clean-up to eliminate potential "dereferenced pointer" warning. Qin Long1-17/+20
2014-11-26Correct the alignment calculation of PE/COFF attribute certificate entry.Qin Long1-1/+1
2014-11-19MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng1-0/+4
2014-11-14SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID associationLaszlo Ersek1-2/+5
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long12-535/+1833
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang12-57/+57
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-10-31Remove redundant ASSERT in TcgDxe & TreeDxe. Some asserts are removed directl...Chao Zhang2-25/+51
2014-10-31MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng2-30/+48
2014-10-22Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overf...Chao, Zhang4-0/+30
2014-10-21Clean up the code. Action statement should not have text two opcode.Eric Dong4-6/+1
2014-10-21Add PubKey index check before touching PubKey cache. Internal PubKey Variable...Chao, Zhang1-2/+4
2014-09-26Roll back the dependency change in MOR driver.Dong, Guo1-1/+2
2014-09-03SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message.Dong, Guo1-2/+2
2014-09-03SecurityPkg: Convert non DOS format files to DOS formatGao, Liming51-0/+0
2014-09-02Update SecurityPkg package version to 0.94.Dong, Guo2-2/+2
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo5-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo1-107/+153
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo72-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo48-449/+880
2014-08-25EDK II Contributions.txt: Note acceptable contribution licensesJordan Justen1-0/+14
2014-08-22Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo2-4/+0
2014-08-20Update TcgPei and TrEEPei driver to make gEfiMdeModulePkgTokenSpaceGuid.PcdPe...Dong, Guo4-8/+22
2014-08-151) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd...Dong, Guo6-21/+41
2014-08-14Contributed-under: TianoCore Contribution Agreement 1.0Michael Kinney8-0/+925
2014-08-12Correct StrnCat length calculation.jyao12-52/+52
2014-08-07Clean up code.jyao13-9/+9
2014-07-28Update code to support VS2013 tool chain.Eric Dong6-5/+18
2014-07-02SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC buil...Star Zeng2-4/+4
2014-06-25Refine code to make it more safely.Eric Dong2-7/+11
2014-06-25Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE.Dong, Guo1-2/+49
2014-06-16Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish2-1/+4
2014-04-28Config Access Protocol return value not follow spec, update code to follow it.Eric Dong1-3/+12
2014-04-15MdeModulePkg/SecurityPkg: Update TreePei to handle FvInfo2 and update FwVol o...Star Zeng3-0/+25
2014-04-01Add missing parameter comment in AddPubKeyInStore()Dong Guo1-0/+1
2014-03-31Remove unused [PcdsDynamic, PcdsDynamicEx] section.Dong Guo1-1/+0
2014-03-28Check the input file pointer before use it.Eric Dong2-4/+8
2014-03-28SecurityPkg Variable: Add NULL pointer check.Star Zeng1-0/+1
2014-03-27Remove hide TPM support.Dong Guo13-121/+15
2014-03-27Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo3-43/+83
2014-03-25MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng4-56/+327