summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe
AgeCommit message (Expand)Author
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-10-09Fix coding style issue.Fu Siyuan
2013-10-08Fix a bug about the “VendorKey” variable update logic.Fu Siyuan
2013-09-18Add TPM2 implementation.jyao1
2013-09-12Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan
2013-09-12Update the chaining requirements with regards to the Platform Key.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-11SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng
2013-07-03SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng
2013-06-17The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek
2013-06-17Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng14
2013-05-20Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu5
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng14
2013-05-02Fix memory overflow & VariableSize check issue for SetVariable append write.czhang46
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng14
2013-04-22Fix potential overflow for SetVariable interfaceczhang46
2013-04-19Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang46
2013-04-15Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang46
2013-04-12Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang46
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-15Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng14
2013-01-091. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu5
2013-01-09Fix a bug that the invalid public key will never be removed from public key d...sfu5
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng14
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng14
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng14
2012-11-28Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu5
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu5
2012-10-15Fix time-based and count-based authenticated variable can be updated by each ...gdong1
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu5
2012-09-12SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian
2012-08-231. Initialize certdb variable with correct value of list size.sfu5
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng14
2012-07-25Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/...sfu5
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-07-13Verify the provided PKpub is signed with its private key when enrolling a new...sfu5
2012-07-09Add SMRAM range check to variable SMM SMI handler.czhang46