| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix coding style issue. | Fu Siyuan | 2013-10-09 | 1 | -1/+1 |
* | TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.h | jyao1 | 2013-10-09 | 4 | -5/+10 |
* | Fix a bug about the “VendorKey” variable update logic. | Fu Siyuan | 2013-10-08 | 1 | -1/+1 |
* | Add missing comments for function parameters. | gdong1 | 2013-09-23 | 1 | -5/+7 |
* | Add TPM2 implementation. | jyao1 | 2013-09-18 | 98 | -49/+17387 |
* | Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C... | Star Zeng | 2013-09-16 | 6 | -8/+31 |
* | Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx... | Fu Siyuan | 2013-09-12 | 1 | -1/+6 |
* | Update the chaining requirements with regards to the Platform Key. | Fu Siyuan | 2013-09-12 | 1 | -7/+26 |
* | Add “VendorKeys” variable for indicating out of band key modification. | Fu Siyuan | 2013-09-12 | 6 | -5/+136 |
* | Enhance TPM driver to protect TPM physical presence flags. | Dong Guo | 2013-09-03 | 4 | -25/+120 |
* | 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file. | Fu Siyuan | 2013-08-28 | 2 | -3/+14 |
* | Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att... | Fu Siyuan | 2013-08-22 | 2 | -22/+48 |
* | MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl... | Star Zeng | 2013-08-19 | 2 | -13/+128 |
* | MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit... | Star Zeng | 2013-08-16 | 1 | -0/+10 |
* | Change EFI_TCG_EVENT_HOB_GUID value to avoid the duplicated GUID value with E... | Shumin Qiu | 2013-08-09 | 2 | -4/+4 |
* | Checks the length of the file name to avoid illegal access. | Gary Ching-Pang Lin | 2013-08-08 | 1 | -3/+18 |
* | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni | 2013-07-26 | 8 | -1562/+24 |
* | SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF... | Star Zeng | 2013-07-11 | 2 | -1/+13 |
* | SecurityPkg: Variable drivers robustly handle crashes during Reclaim(). | Star Zeng | 2013-07-03 | 7 | -199/+515 |
* | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 2013-06-17 | 1 | -0/+23 |
* | Revert the changes made in 14403 because it incorrectly changed the EOL. | Ruiyu Ni | 2013-06-17 | 1 | -504/+481 |
* | The list of locked variables is traversed at runtime, hence we must | Laszlo Ersek | 2013-06-14 | 1 | -481/+504 |
* | Fix overflow issue in TcgProtocol | Chao Zhang | 2013-06-06 | 1 | -3/+10 |
* | Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input. | lzeng14 | 2013-05-21 | 1 | -4/+7 |
* | Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d... | niruiyu | 2013-05-20 | 8 | -22/+356 |
* | Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i... | sfu5 | 2013-05-17 | 3 | -65/+2 |
* | Pop up error message when user tries to enroll an invalid certificate file in... | sfu5 | 2013-05-17 | 1 | -6/+33 |
* | Update Code to pass EBC compiler. | lgao4 | 2013-05-13 | 1 | -13/+17 |
* | 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h... | lzeng14 | 2013-05-07 | 2 | -58/+86 |
* | Fix memory overflow & VariableSize check issue for SetVariable append write. | czhang46 | 2013-05-02 | 3 | -30/+73 |
* | 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo... | lzeng14 | 2013-04-25 | 2 | -18/+110 |
* | Check for NULL pointer before free it. | sfu5 | 2013-04-25 | 1 | -3/+5 |
* | Fix potential overflow for SetVariable interface | czhang46 | 2013-04-22 | 3 | -10/+28 |
* | Fix a potential SMM memory dump issue. If pass communication buffer with Data... | czhang46 | 2013-04-19 | 1 | -0/+13 |
* | Update code not to block application/driver load when event log is full. | gdong1 | 2013-04-18 | 1 | -1/+9 |
* | Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS... | czhang46 | 2013-04-15 | 1 | -10/+28 |
* | Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ... | czhang46 | 2013-04-12 | 1 | -9/+29 |
* | Update secure boot UI driver to handle “reset to default” hot key. | sfu5 | 2013-04-12 | 3 | -1/+46 |
* | If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu... | lzeng14 | 2013-04-08 | 2 | -0/+35 |
* | Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount. | sfu5 | 2013-03-06 | 1 | -1/+1 |
* | Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im... | sfu5 | 2013-02-21 | 2 | -140/+110 |
* | Add error handling code to prevent variable store corruption in release build. | sfu5 | 2013-02-21 | 3 | -28/+43 |
* | Check the input VaraibleName for db/dbx when appending variables with formatt... | sfu5 | 2013-01-25 | 1 | -4/+4 |
* | Check for NULL pointer before dereference it. | sfu5 | 2013-01-25 | 1 | -0/+1 |
* | Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered... | lzeng14 | 2013-01-25 | 1 | -10/+49 |
* | Add NULL pointer check. | lzeng14 | 2013-01-25 | 1 | -0/+2 |
* | Fix infinite loop bug in secure boot UI driver. | sfu5 | 2013-01-25 | 1 | -0/+2 |
* | Fix TPM may be locked twice issue in normal boot. | gdong1 | 2013-01-24 | 1 | -8/+8 |
* | 1. Update the logic of UpdateVariable() for updating variable from: | lzeng14 | 2013-01-18 | 2 | -18/+116 |
* | Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe... | lzeng14 | 2013-01-15 | 1 | -2/+2 |