Age | Commit message (Expand) | Author | Files | Lines |
2013-11-25 | Refine the Secure Boot UI driver to input the GUID and varstroe name when usi... | Fu Siyuan | 1 | -2/+2 |
2013-11-18 | SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b... | Star Zeng | 4 | -48/+40 |
2013-11-12 | MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM... | Star Zeng | 3 | -85/+82 |
2013-11-04 | MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d... | Star Zeng | 3 | -103/+104 |
2013-10-09 | Fix coding style issue. | Fu Siyuan | 1 | -1/+1 |
2013-10-08 | Fix a bug about the “VendorKey” variable update logic. | Fu Siyuan | 1 | -1/+1 |
2013-09-18 | Add TPM2 implementation. | jyao1 | 6 | -0/+323 |
2013-09-12 | Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx... | Fu Siyuan | 1 | -1/+6 |
2013-09-12 | Update the chaining requirements with regards to the Platform Key. | Fu Siyuan | 1 | -7/+26 |
2013-09-12 | Add “VendorKeys” variable for indicating out of band key modification. | Fu Siyuan | 4 | -4/+121 |
2013-08-22 | Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att... | Fu Siyuan | 2 | -22/+48 |
2013-08-19 | MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl... | Star Zeng | 2 | -13/+128 |
2013-08-16 | MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit... | Star Zeng | 1 | -0/+10 |
2013-08-08 | Checks the length of the file name to avoid illegal access. | Gary Ching-Pang Lin | 1 | -3/+18 |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 3 | -1524/+9 |
2013-07-11 | SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF... | Star Zeng | 2 | -1/+13 |
2013-07-03 | SecurityPkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng | 7 | -199/+515 |
2013-06-17 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 1 | -0/+23 |
2013-06-17 | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni | 1 | -504/+481 |
2013-06-14 | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 1 | -481/+504 |
2013-05-21 | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 | 1 | -4/+7 |
2013-05-20 | Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d... | niruiyu | 8 | -22/+356 |
2013-05-17 | Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i... | sfu5 | 1 | -3/+1 |
2013-05-17 | Pop up error message when user tries to enroll an invalid certificate file in... | sfu5 | 1 | -6/+33 |
2013-05-07 | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 | 2 | -58/+86 |
2013-05-02 | Fix memory overflow & VariableSize check issue for SetVariable append write. | czhang46 | 3 | -30/+73 |
2013-04-25 | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 | 2 | -18/+110 |
2013-04-25 | Check for NULL pointer before free it. | sfu5 | 1 | -3/+5 |
2013-04-22 | Fix potential overflow for SetVariable interface | czhang46 | 3 | -10/+28 |
2013-04-19 | Fix a potential SMM memory dump issue. If pass communication buffer with Data... | czhang46 | 1 | -0/+13 |
2013-04-15 | Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS... | czhang46 | 1 | -10/+28 |
2013-04-12 | Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ... | czhang46 | 1 | -9/+29 |
2013-04-12 | Update secure boot UI driver to handle “reset to default” hot key. | sfu5 | 3 | -1/+46 |
2013-04-08 | If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu... | lzeng14 | 2 | -0/+35 |
2013-02-21 | Add error handling code to prevent variable store corruption in release build. | sfu5 | 3 | -28/+43 |
2013-01-25 | Check the input VaraibleName for db/dbx when appending variables with formatt... | sfu5 | 1 | -4/+4 |
2013-01-25 | Check for NULL pointer before dereference it. | sfu5 | 1 | -0/+1 |
2013-01-25 | Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered... | lzeng14 | 1 | -10/+49 |
2013-01-25 | Add NULL pointer check. | lzeng14 | 1 | -0/+2 |
2013-01-25 | Fix infinite loop bug in secure boot UI driver. | sfu5 | 1 | -0/+2 |
2013-01-18 | 1. Update the logic of UpdateVariable() for updating variable from: | lzeng14 | 2 | -18/+116 |
2013-01-15 | Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe... | lzeng14 | 1 | -2/+2 |
2013-01-09 | 1. Set the secure boot state to Standard Mode when user leaving secure boot s... | sfu5 | 5 | -50/+167 |
2013-01-09 | Fix a bug that the invalid public key will never be removed from public key d... | sfu5 | 3 | -97/+391 |
2013-01-08 | Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se... | lzeng14 | 1 | -15/+77 |
2013-01-04 | 1. Don't assume that flush the HOB variable to flash must be successful. | lzeng14 | 2 | -36/+130 |
2012-12-12 | Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C... | lzeng14 | 1 | -5/+5 |
2012-11-28 | Move the declaration of gEfiCertDbGuid to the package's Include folder. | sfu5 | 1 | -2/+0 |
2012-11-21 | 1. Correct the counter-based hash algorithm according to UEFI spec. | sfu5 | 3 | -5/+29 |
2012-10-15 | Fix time-based and count-based authenticated variable can be updated by each ... | gdong1 | 1 | -0/+16 |