summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated
Commit message (Expand)AuthorAgeFilesLines
* Add comments to clarify mPubKeyStore buffer MemCopy. There is no memory overf...Chao, Zhang2014-10-224-0/+30
* Clean up the code. Action statement should not have text two opcode.Eric Dong2014-10-211-2/+0
* Add PubKey index check before touching PubKey cache. Internal PubKey Variable...Chao, Zhang2014-10-211-2/+4
* SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message.Dong, Guo2014-09-031-2/+2
* SecurityPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-036-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-2812-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-286-128/+284
* 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd...Dong, Guo2014-08-153-14/+32
* Update code to support VS2013 tool chain.Eric Dong2014-07-284-3/+12
* Refine code to make it more safely.Eric Dong2014-06-251-1/+5
* Add missing parameter comment in AddPubKeyInStore()Dong Guo2014-04-011-0/+1
* SecurityPkg Variable: Add NULL pointer check.Star Zeng2014-03-281-0/+1
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-273-43/+83
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-254-56/+327
* MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng2014-03-201-12/+25
* Fix the return value bug when updating public key database variable failure.Dong Guo2014-03-193-8/+15
* Remove unnecessary dependency in variable driver.Dong Guo2014-03-171-1/+1
* Update Module BaseName to avoid the same name. Gao, Liming2014-01-244-8/+8
* Return to BMM page if parse the file info failed.Eric Dong2014-01-093-8/+15
* Rollback the patch 15054.Eric Dong2014-01-081-2/+6
* Not update the status until parse the file info success.Eric Dong2014-01-071-6/+2
* Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan2013-11-251-2/+2
* SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng2013-11-184-48/+40
* MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng2013-11-123-85/+82
* MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng2013-11-043-103/+104
* Fix coding style issue.Fu Siyuan2013-10-091-1/+1
* Fix a bug about the “VendorKey” variable update logic.Fu Siyuan2013-10-081-1/+1
* Add TPM2 implementation.jyao12013-09-186-0/+323
* Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan2013-09-121-1/+6
* Update the chaining requirements with regards to the Platform Key.Fu Siyuan2013-09-121-7/+26
* Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan2013-09-124-4/+121
* Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2013-08-222-22/+48
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-192-13/+128
* MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng2013-08-161-0/+10
* Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin2013-08-081-3/+18
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-1524/+9
* SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng2013-07-112-1/+13
* SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-037-199/+515
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-171-0/+23
* Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni2013-06-171-504/+481
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-141-481/+504
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-4/+7
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-208-22/+356
* Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52013-05-171-3/+1
* Pop up error message when user tries to enroll an invalid certificate file in...sfu52013-05-171-6/+33
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-072-58/+86
* Fix memory overflow & VariableSize check issue for SetVariable append write.czhang462013-05-023-30/+73
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-252-18/+110
* Check for NULL pointer before free it.sfu52013-04-251-3/+5
* Fix potential overflow for SetVariable interfaceczhang462013-04-223-10/+28