]> git.proxmox.com Git - mirror_edk2.git/history - SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c
Check the input VaraibleName for db/dbx when appending variables with formatted as...
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / RuntimeDxe / Variable.c
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.