summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg: Delete Auth Variable driverStar Zeng2015-07-011-4170/+0
* SecurityPkg Variable: Support the new introduced PcdMaxAuthVariableSize.Star Zeng2015-06-101-20/+40
* SecurityPkg Variable: Enhance the code logic about VariableLockStar Zeng2015-04-101-0/+14
* SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng2015-02-021-0/+9
* SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng2015-02-021-0/+2
* SecurityPkg Variable: Before EndOfDxe, just record the current boot VarErrorF...Star Zeng2015-02-021-2/+16
* SecurityPkg Variable: Implement variable quota management.Star Zeng2015-01-271-41/+336
* SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng2015-01-051-157/+21
* Remove the FV header assumption in variable driver.Dong Guo2014-12-311-3/+11
* SecurityPkg: VariableServiceSetVariable(): fix dbt <-> GUID associationLaszlo Ersek2014-11-141-2/+5
* UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long2014-11-141-32/+33
* MdeModulePkg/SecurityPkg Variable: Add boundary check for while (IsValidVaria...Star Zeng2014-10-311-28/+28
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+1
* SecurityPkg Variable: Add NULL pointer check.Star Zeng2014-03-281-0/+1
* Calculate enough space for 2 variables (public key and variable data) instead...Dong Guo2014-03-271-29/+24
* MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang an...Star Zeng2014-03-251-49/+288
* MdeModulePkg/SecurityPkg Variable: Return error status to avoid inconsistency...Star Zeng2014-03-201-12/+25
* SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng2013-11-181-30/+40
* MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng2013-11-121-63/+74
* MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng2013-11-041-98/+96
* Add TPM2 implementation.jyao12013-09-181-0/+23
* Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan2013-09-121-1/+6
* Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan2013-09-121-1/+2
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-191-12/+119
* MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng2013-08-161-0/+10
* SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-031-81/+150
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-201-13/+92
* Fix memory overflow & VariableSize check issue for SetVariable append write.czhang462013-05-021-13/+37
* Fix potential overflow for SetVariable interfaceczhang462013-04-221-4/+9
* If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142013-04-081-0/+5
* Add error handling code to prevent variable store corruption in release build.sfu52013-02-211-14/+21
* Check the input VaraibleName for db/dbx when appending variables with formatt...sfu52013-01-251-4/+4
* Check for NULL pointer before dereference it.sfu52013-01-251-0/+1
* Add NULL pointer check.lzeng142013-01-251-0/+2
* 1. Update the logic of UpdateVariable() for updating variable from:lzeng142013-01-181-14/+105
* Fix a bug that the invalid public key will never be removed from public key d...sfu52013-01-091-93/+318
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-041-36/+117
* 1. Correct the counter-based hash algorithm according to UEFI spec.sfu52012-11-211-0/+7
* LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng142012-08-061-14/+27
* 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu52012-07-171-1/+35
* Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu52012-07-171-2/+2
* Add comment for modules which have external input.jyao12012-06-121-0/+34
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-301-4/+58
* Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng142012-05-301-1/+11
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-301-9/+11
* 1. Remove “Force clear PK” feature in AuthVarialbe driver.sfu52012-03-271-22/+43
* 1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu52012-03-261-3/+3
* SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...oliviermartin2011-12-131-1/+12
* SecurityPkg: Update VariableAuthenticated driver with following changes:xdu22011-10-281-139/+170
* Support Variable driver (VariableAuthenticatedPei/VariableAuthenticatedRuntim...niruiyu2011-10-191-104/+202