summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c
AgeCommit message (Expand)Author
2015-02-05SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.Star Zeng
2015-02-02Use SmmMemLib to check communication buffer.Yao, Jiewen
2015-02-02SecurityPkg Variable: Introduce PcdReclaimVariableSpaceAtEndOfDxeStar Zeng
2015-01-27SecurityPkg Variable: Implement variable quota management.Star Zeng
2015-01-05SecurityPkg Variable: Implement VarCheck PROTOCOLStar Zeng
2014-03-19Fix the return value bug when updating public key database variable failure.Dong Guo
2013-09-18Add TPM2 implementation.jyao1
2013-07-11SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng
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-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng14
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng14
2013-04-19Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang46
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng14
2012-09-12SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu5
2012-07-09Add SMRAM range check to variable SMM SMI handler.czhang46
2012-07-04Fix a buffer overflow bug in VariableSmm driver.sfu5
2012-06-12Add comment for modules which have external input.jyao1
2011-09-211. Enhance AuthVar driver to avoid process corrupted certificate input.hhuan13
2011-09-02Add security package to repository.gdong1