index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
SecurityPkg
/
VariableAuthenticated
/
RuntimeDxe
/
Variable.c
Age
Commit message (
Expand
)
Author
2014-07-28
Update code to support VS2013 tool chain.
Eric Dong
2014-03-28
SecurityPkg Variable: Add NULL pointer check.
Star Zeng
2014-03-27
Calculate enough space for 2 variables (public key and variable data) instead...
Dong Guo
2014-03-25
MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...
Star Zeng
2014-03-20
MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...
Star Zeng
2013-11-18
SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...
Star Zeng
2013-11-12
MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...
Star Zeng
2013-11-04
MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...
Star Zeng
2013-09-18
Add TPM2 implementation.
jyao1
2013-09-12
Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...
Fu Siyuan
2013-09-12
Add “VendorKeys” variable for indicating out of band key modification.
Fu Siyuan
2013-08-19
MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...
Star Zeng
2013-08-16
MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...
Star Zeng
2013-07-03
SecurityPkg: Variable drivers robustly handle crashes during Reclaim().
Star Zeng
2013-05-20
Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...
niruiyu
2013-05-02
Fix memory overflow & VariableSize check issue for SetVariable append write.
czhang46
2013-04-22
Fix potential overflow for SetVariable interface
czhang46
2013-04-08
If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...
lzeng14
2013-02-21
Add error handling code to prevent variable store corruption in release build.
sfu5
2013-01-25
Check the input VaraibleName for db/dbx when appending variables with formatt...
sfu5
2013-01-25
Check for NULL pointer before dereference it.
sfu5
2013-01-25
Add NULL pointer check.
lzeng14
2013-01-18
1. Update the logic of UpdateVariable() for updating variable from:
lzeng14
2013-01-09
Fix a bug that the invalid public key will never be removed from public key d...
sfu5
2013-01-04
1. Don't assume that flush the HOB variable to flash must be successful.
lzeng14
2012-11-21
1. Correct the counter-based hash algorithm according to UEFI spec.
sfu5
2012-08-06
LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...
lzeng14
2012-07-17
1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...
sfu5
2012-07-17
Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.
sfu5
2012-06-12
Add comment for modules which have external input.
jyao1
2012-05-30
According to UEFI spec 2.3.1a. hardware error record variable should use the ...
lzeng14
2012-05-30
Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...
lzeng14
2012-03-30
If setting variable in Runtime and there has been a same GUID and name variab...
lzeng14
2012-03-27
1. Remove “Force clear PK” feature in AuthVarialbe driver.
sfu5
2012-03-26
1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...
sfu5
2011-12-13
SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...
oliviermartin
2011-10-28
SecurityPkg: Update VariableAuthenticated driver with following changes:
xdu2
2011-10-19
Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntim...
niruiyu
2011-10-14
Add pointer check for NULL before dereference it.
sfu5
2011-09-21
1. Enhance AuthVar driver to avoid process corrupted certificate input.
hhuan13
2011-09-02
Add security package to repository.
gdong1