summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated
Commit message (Expand)AuthorAgeFilesLines
...
* SecurityPkg: Update SecureBootConfigDxe to support ARM imageArd Biesheuvel2015-05-111-3/+5
* SecurityPkg Variable: Make PK & SecureBootMode consistentChao Zhang2015-05-111-1/+19
* SecurityPkg: remove unused variablesArd Biesheuvel2015-05-072-7/+0
* SecurityPkg Variable: Enhance the code logic about VariableLockStar Zeng2015-04-101-0/+14
* SecurityPkg Variable: Reuse scratch data area(at the end of volatile variable...Star Zeng2015-03-174-21/+29
* SecurityPkg Variable: Update code in ProcessVariable () toStar Zeng2015-03-171-25/+23
* SecurityPkg Variable: Initialize Status in ProcessVariable().Star Zeng2015-03-131-0/+1
* SecurityPkg: Fix typo.Shumin Qiu2015-03-131-2/+2
* SecurityPkg Variable: Allow the delete operation of common auth variable at u...Star Zeng2015-03-133-42/+108
* SecurityPkg Variable: Keep the behavior of Variable Dxe and SMM drivers consi...Star Zeng2015-03-091-5/+5
* SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2015-02-052-2/+0
* Use SmmMemLib to check communication buffer.Yao, Jiewen2015-02-022-83/+4
* SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng2015-02-025-0/+17
* SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng2015-02-021-0/+2
* SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng2015-02-021-2/+16
* SecurityPkg Variable: Implement variable quota management.Star Zeng2015-01-277-161/+528
* SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-059-192/+1660
* Remove the FV header assumption in variable driver.Dong Guo2014-12-311-3/+11
* Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin2014-12-251-1/+10
* MdeModulePkg/SecurityPkg VariablePei: Fix VS2013 build failure.Star Zeng2014-11-191-0/+4
* SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID associationLaszlo Ersek2014-11-141-2/+5
* UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long2014-11-149-465/+1343
* Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang2014-11-103-8/+8
* MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng2014-10-312-30/+48
* 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