summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Update the logic of UpdateVariable() for updating variable from:lzeng142013-01-182-18/+116
* Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng142013-01-151-2/+2
* 1. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu52013-01-095-50/+167
* Fix a bug that the invalid public key will never be removed from public key d...sfu52013-01-093-97/+391
* Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng142013-01-081-15/+77
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-042-36/+130
* Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng142012-12-121-5/+5
* Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu52012-12-121-2/+5
* Fix Gcc build errorczhang462012-11-291-1/+1
* Fix coding style issueczhang462012-11-282-3/+0
* Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu52012-11-282-4/+2