summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* Add TPM1.2 SaveState API.jyao12013-10-212-1/+62
* 1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2013-10-112-0/+7
* Fix coding style issue.Fu Siyuan2013-10-091-1/+1
* TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.hjyao12013-10-094-5/+10
* Fix a bug about the “VendorKey” variable update logic.Fu Siyuan2013-10-081-1/+1
* Add missing comments for function parameters.gdong12013-09-231-5/+7
* Add TPM2 implementation.jyao12013-09-1898-49/+17387
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-166-8/+31
* Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan2013-09-121-1/+6
* Update the chaining requirements with regards to the Platform Key.Fu Siyuan2013-09-121-7/+26
* Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan2013-09-126-5/+136
* Enhance TPM driver to protect TPM physical presence flags.Dong Guo2013-09-034-25/+120
* 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan2013-08-282-3/+14
* Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2013-08-222-22/+48
* MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2013-08-192-13/+128
* MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng2013-08-161-0/+10
* Change EFI_TCG_EVENT_HOB_GUID value to avoid the duplicated GUID value with E...Shumin Qiu2013-08-092-4/+4
* Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin2013-08-081-3/+18
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-268-1562/+24
* SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng2013-07-112-1/+13
* SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng2013-07-037-199/+515
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-171-0/+23
* Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni2013-06-171-504/+481
* The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek2013-06-141-481/+504
* Fix overflow issue in TcgProtocolChao Zhang2013-06-061-3/+10
* Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng142013-05-211-4/+7
* Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu2013-05-208-22/+356
* Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52013-05-173-65/+2
* Pop up error message when user tries to enroll an invalid certificate file in...sfu52013-05-171-6/+33
* Update Code to pass EBC compiler.lgao42013-05-131-13/+17
* 1. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142013-05-072-58/+86
* Fix memory overflow & VariableSize check issue for SetVariable append write.czhang462013-05-023-30/+73
* 1. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142013-04-252-18/+110
* Check for NULL pointer before free it.sfu52013-04-251-3/+5
* Fix potential overflow for SetVariable interfaceczhang462013-04-223-10/+28
* Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang462013-04-191-0/+13
* Update code not to block application/driver load when event log is full.gdong12013-04-181-1/+9
* Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang462013-04-151-10/+28
* Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang462013-04-121-9/+29
* Update secure boot UI driver to handle “reset to default” hot key.sfu52013-04-123-1/+46
* If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142013-04-082-0/+35
* Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu52013-03-061-1/+1
* Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im...sfu52013-02-212-140/+110
* Add error handling code to prevent variable store corruption in release build.sfu52013-02-213-28/+43
* Check the input VaraibleName for db/dbx when appending variables with formatt...sfu52013-01-251-4/+4
* Check for NULL pointer before dereference it.sfu52013-01-251-0/+1
* Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng142013-01-251-10/+49
* Add NULL pointer check.lzeng142013-01-251-0/+2
* Fix infinite loop bug in secure boot UI driver.sfu52013-01-251-0/+2
* Fix TPM may be locked twice issue in normal boot.gdong12013-01-241-8/+8