summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin1-1/+10
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 Long9-465/+1343
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang3-8/+8
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 Dong1-2/+0
2014-10-21Add PubKey index check before touching PubKey cache. Internal PubKey Variable...Chao, Zhang1-2/+4
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, Liming6-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo12-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo6-128/+284
2014-08-151) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd...Dong, Guo3-14/+32
2014-07-28Update code to support VS2013 tool chain.Eric Dong4-3/+12
2014-06-25Refine code to make it more safely.Eric Dong1-1/+5
2014-04-01Add missing parameter comment in AddPubKeyInStore()Dong Guo1-0/+1
2014-03-28SecurityPkg Variable: Add NULL pointer check.Star Zeng1-0/+1
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
2014-03-20MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng1-12/+25
2014-03-19Fix the return value bug when updating public key database variable failure.Dong Guo3-8/+15
2014-03-17Remove unnecessary dependency in variable driver.Dong Guo1-1/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming4-8/+8
2014-01-09Return to BMM page if parse the file info failed.Eric Dong3-8/+15
2014-01-08Rollback the patch 15054.Eric Dong1-2/+6
2014-01-07Not update the status until parse the file info success.Eric Dong1-6/+2
2013-11-25Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan1-2/+2
2013-11-18SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng4-48/+40
2013-11-12MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng3-85/+82
2013-11-04MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng3-103/+104
2013-10-09Fix coding style issue.Fu Siyuan1-1/+1
2013-10-08Fix a bug about the “VendorKey” variable update logic.Fu Siyuan1-1/+1
2013-09-18Add TPM2 implementation.jyao16-0/+323
2013-09-12Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan1-1/+6
2013-09-12Update the chaining requirements with regards to the Platform Key.Fu Siyuan1-7/+26
2013-09-12Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan4-4/+121
2013-08-22Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2-22/+48
2013-08-19MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2-13/+128
2013-08-16MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng1-0/+10
2013-08-08Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin1-3/+18
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-1524/+9
2013-07-11SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng2-1/+13
2013-07-03SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng7-199/+515
2013-06-17The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-0/+23
2013-06-17Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni1-504/+481
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-481/+504
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng141-4/+7
2013-05-20Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu8-22/+356
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu51-3/+1