summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated
AgeCommit message (Expand)AuthorFilesLines
2016-01-15SecurityPkg: SecureBootConfigDxe: Change KEY_TRANS_SECURE_BOOT_MODE valueChao Zhang1-2/+2
2015-12-22SecurityPkg: SecureBootConfigDxe: Remove useless code in VFRChao Zhang1-61/+11
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen5-0/+0
2015-12-07SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot ModeChao Zhang4-56/+464
2015-12-03SecurityPkg: put missing empty lines at the end of some header filesArd Biesheuvel2-2/+2
2015-07-08SecurityPkg:Replace unsafe string functions.Zhang Lubo3-17/+20
2015-07-01SecurityPkg: Delete Auth Variable driverStar Zeng27-14087/+140
2015-07-01SecurityPkg: Implement AuthVariableLib library instanceStar Zeng1-6/+0
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-08SecurityPkg Variable: Add SysPrepOrder and SysPrep#### to global list.Star Zeng1-0/+22
2015-05-19SecurityPkg Variable: Prevent BS variable update in legacy OS runtime.Star Zeng1-0/+12
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-07SecurityPkg: remove unused variablesArd Biesheuvel2-7/+0
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 Qiu1-2/+2
2015-03-13SecurityPkg Variable: Allow the delete operation of common auth variable at u...Star Zeng3-42/+108
2015-03-09SecurityPkg Variable: Keep the behavior of Variable Dxe and SMM drivers consi...Star Zeng1-5/+5
2015-02-05SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng2-2/+0
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen2-83/+4
2015-02-02SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng5-0/+17
2015-02-02SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng1-0/+2
2015-02-02SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng1-2/+16
2015-01-27SecurityPkg Variable: Implement variable quota management.Star Zeng7-161/+528
2015-01-05SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng9-192/+1660
2014-12-31Remove the FV header assumption in variable driver.Dong Guo1-3/+11
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