summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c
AgeCommit message (Expand)Author
2015-04-10SecurityPkg Variable: Enhance the code logic about VariableLockStar Zeng
2015-02-02SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng
2015-02-02SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng
2015-02-02SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng
2015-01-27SecurityPkg Variable: Implement variable quota management.Star Zeng
2015-01-05SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng
2014-12-31Remove the FV header assumption in variable driver.Dong Guo
2014-11-14SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID associationLaszlo Ersek
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long
2014-10-31MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng
2014-07-28Update code to support VS2013 tool chain.Eric Dong
2014-03-28SecurityPkg Variable: Add NULL pointer check.Star Zeng
2014-03-27Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo
2014-03-25MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng
2014-03-20MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng
2013-11-18SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng
2013-11-12MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng
2013-11-04MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng
2013-09-18Add TPM2 implementation.jyao1
2013-09-12Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan
2013-09-12Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan
2013-08-19MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng
2013-08-16MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng
2013-07-03SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng
2013-05-20Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu
2013-05-02Fix memory overflow & VariableSize check issue for SetVariable append write.czhang46
2013-04-22Fix potential overflow for SetVariable interfaceczhang46
2013-04-08If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng14
2013-02-21Add error handling code to prevent variable store corruption in release build.sfu5
2013-01-25Check the input VaraibleName for db/dbx when appending variables with formatt...sfu5
2013-01-25Check for NULL pointer before dereference it.sfu5
2013-01-25Add NULL pointer check.lzeng14
2013-01-181. Update the logic of UpdateVariable() for updating variable from:lzeng14
2013-01-09Fix a bug that the invalid public key will never be removed from public key d...sfu5
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng14
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu5
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng14
2012-07-171. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu5
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu5
2012-06-12Add comment for modules which have external input.jyao1
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng14
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng14
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng14
2012-03-271. Remove “Force clear PK” feature in AuthVarialbe driver.sfu5
2012-03-261. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu5
2011-12-13SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...oliviermartin
2011-10-28SecurityPkg: Update VariableAuthenticated driver with following changes:xdu2
2011-10-19Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntim...niruiyu
2011-10-14Add pointer check for NULL before dereference it.sfu5
2011-09-211. Enhance AuthVar driver to avoid process corrupted certificate input.hhuan13