]> git.proxmox.com Git - mirror_edk2.git/history - SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c
SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorFlag...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / RuntimeDxe / Variable.c
2015-02-02 Star ZengSecurityPkg Variable: Before EndOfDxe, just record...
2015-01-27 Star ZengSecurityPkg Variable: Implement variable quota management.
2015-01-05 Star ZengSecurityPkg Variable: Implement VarCheck PROTOCOL
2014-12-31 Dong GuoRemove the FV header assumption in variable driver.
2014-11-14 Laszlo ErsekSecurityPkg: VariableServiceSetVariable(): fix dbt...
2014-11-14 Qin LongUEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp...
2014-10-31 Star ZengMdeModulePkg/SecurityPkg Variable: Add boundary check...
2014-07-28 Eric DongUpdate code to support VS2013 tool chain.
2014-03-28 Star ZengSecurityPkg Variable: Add NULL pointer check.
2014-03-27 Dong GuoCalculate enough space for 2 variables (public key...
2014-03-25 Star ZengMdeModulePkg/SecurityPkg Variable: Calculate enough...
2014-03-20 Star ZengMdeModulePkg/SecurityPkg Variable: Return error status...
2013-11-18 Star ZengSecurityPkg Variable: Remove mStorageData buffer alloca...
2013-11-12 Star ZengMdeModulePkg and SecurityPkg Variable: Optimize the...
2013-11-04 Star ZengMdeModulePkg and SecurityPkg Variable: Enhance code...
2013-09-18 jyao1Add TPM2 implementation.
2013-09-12 Fu SiyuanReturn EFI_WRITE_PROTECTED when setting KEKDefault...
2013-09-12 Fu SiyuanAdd “VendorKeys” variable for indicating out of band...
2013-08-19 Star ZengMdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creati...
2013-08-16 Star ZengMdeModulePkg/SecurityPkg Variable: If a preexisting...
2013-07-03 Star ZengSecurityPkg: Variable drivers robustly handle crashes...
2013-05-20 niruiyuAdd the EDKII_VARIABLE_LOCK_PROTOCOL implementation...
2013-05-02 czhang46Fix memory overflow & VariableSize check issue for...
2013-04-22 czhang46Fix potential overflow for SetVariable interface
2013-04-08 lzeng14If DataSize or VariableNameSize is near MAX_ADDRESS...
2013-02-21 sfu5Add error handling code to prevent variable store corru...
2013-01-25 sfu5Check the input VaraibleName for db/dbx when appending...
2013-01-25 sfu5Check for NULL pointer before dereference it.
2013-01-25 lzeng14Add NULL pointer check.
2013-01-18 lzeng141. Update the logic of UpdateVariable() for updating...
2013-01-09 sfu5Fix a bug that the invalid public key will never be...
2013-01-04 lzeng141. Don't assume that flush the HOB variable to flash...
2012-11-21 sfu51. Correct the counter-based hash algorithm according...
2012-08-06 lzeng14LastVariableOffset is wrongly set to 0 when FtwVariable...
2012-07-17 sfu51. Remove extra attribute for SetupMode, SignatureSuppo...
2012-07-17 sfu5Return EFI_UNSUPPORTED if READY_TO_BOOT function is...
2012-06-12 jyao1Add comment for modules which have external input.
2012-05-30 lzeng14According to UEFI spec 2.3.1a. hardware error record...
2012-05-30 lzeng14Return EFI_WRITE_PROTECTED when setting HwErrRecSupport...
2012-03-30 lzeng14If setting variable in Runtime and there has been a...
2012-03-27 sfu51. Remove “Force clear PK” feature in AuthVarialbe...
2012-03-26 sfu51. Update AuthVarialbe driver to avoid integer overflow...
2011-12-13 oliviermartinSecurityPkg/VariableAuthenticated: Check if there is...
2011-10-28 xdu2SecurityPkg: Update VariableAuthenticated driver with...
2011-10-19 niruiyuSupport Variable driver (VariableAuthenticatedPei/Varia...
2011-10-14 sfu5Add pointer check for NULL before dereference it.
2011-09-21 hhuan131. Enhance AuthVar driver to avoid process corrupted...
2011-09-02 gdong1Add security package to repository.