summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated
AgeCommit message (Expand)AuthorFilesLines
2016-06-03SecurityPkg EsalVariableDxeSal: Use input Global to make code more clearStar Zeng1-2/+2
2016-05-11SecurityPkg: SecureBootConfigDxe: Add NULL pointer checkZhang, Chao B1-1/+1
2016-05-09SecurityPkg: Cleanup unused structure definitionJiaxin Wu1-37/+0
2016-05-05SecurityPkg: SecureBootConfigDxe: Disable SecureBoot Enable/Disable in some caseZhang, Chao B1-1/+1
2016-05-04SecurityPkg: SecureBootConfigDxe: Remove SecureBoot UI change for Customized ...Zhang, Chao B4-417/+32
2016-04-19SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK...Zhang, Chao B1-22/+25
2016-03-24SecurityPkg/SecureBootConfigDxe: Remove type casting from the ChooseFile hand...Gary Lin1-5/+5
2016-03-24SecurityPkg/SecureBootConfigDxe: Declare EFIAPI for the ChooseFile handlersGary Lin2-0/+10
2016-03-11SecurityPkg: SecureBootConfigDxe: Update coding styleZhang, Chao B1-1/+2
2016-03-04SecurityPkg/SecureBootConfigDxe: Handle allocation failure gracefullyDandan Bi1-9/+21
2016-02-26SecurityPkg: Use FileExplorerLib in SecureBootConfigDxeDandan Bi6-1225/+333
2016-01-27SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereferenceChao Zhang1-4/+5
2016-01-15SecurityPkg: SecureBootConfigDxe: Fix string typoChao Zhang2-5/+5
2016-01-15SecurityPkg: SecureBootConfigDxe: Enhance secure boot string update logicChao Zhang1-42/+57
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