Age | Commit message (Expand) | Author |
2014-09-03 | SecurityPkg VariableRuntimeDxe: Bug fix and and refine debug message. | Dong, Guo |
2014-09-03 | SecurityPkg: Convert non DOS format files to DOS format | Gao, Liming |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo |
2014-08-28 | SecurityPkg: INF/DEC file updates to EDK II packages | Dong, Guo |
2014-08-15 | 1) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd... | Dong, Guo |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong |
2014-04-01 | Add missing parameter comment in AddPubKeyInStore() | Dong Guo |
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 |
2014-03-19 | Fix the return value bug when updating public key database variable failure. | Dong Guo |
2014-03-17 | Remove unnecessary dependency in variable driver. | Dong Guo |
2014-01-24 | Update Module BaseName to avoid the same name. | Gao, Liming |
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-10-09 | Fix coding style issue. | Fu Siyuan |
2013-10-08 | Fix a bug about the “VendorKey” variable update logic. | Fu Siyuan |
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 | Update the chaining requirements with regards to the Platform Key. | 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-11 | SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF... | Star Zeng |
2013-07-03 | SecurityPkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng |
2013-06-17 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek |
2013-06-17 | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni |
2013-06-14 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek |
2013-05-21 | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 |
2013-05-20 | Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d... | niruiyu |
2013-05-17 | Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i... | sfu5 |
2013-05-07 | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 |
2013-05-02 | Fix memory overflow & VariableSize check issue for SetVariable append write. | czhang46 |
2013-04-25 | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 |
2013-04-22 | Fix potential overflow for SetVariable interface | czhang46 |
2013-04-19 | Fix a potential SMM memory dump issue. If pass communication buffer with Data... | czhang46 |
2013-04-15 | Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS... | czhang46 |
2013-04-12 | Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ... | 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-15 | Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe... | lzeng14 |
2013-01-09 | 1. Set the secure boot state to Standard Mode when user leaving secure boot s... | sfu5 |
2013-01-09 | Fix a bug that the invalid public key will never be removed from public key d... | sfu5 |
2013-01-08 | Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se... | lzeng14 |