summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
2013-11-27Makes DxeDeferImageLoadLib not depend on Dong Guo3-79/+145
2013-11-25Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan1-2/+2
2013-11-21Fix coding style problem in RngDxe driver.Long, Qin3-142/+84
2013-11-19Add UEFI RNG Protocol support. The driver will leverage Intel Secure Key tech...Long, Qin15-0/+2080
2013-11-18SecurityPkg Variable: Remove mStorageData buffer allocation and use Scratch b...Star Zeng4-48/+40
2013-11-12MdeModulePkg and SecurityPkg Variable: Optimize the code to reduce some SMRAM...Star Zeng3-85/+82
2013-11-04MdeModulePkg and SecurityPkg Variable: Enhance code to use the new variable d...Star Zeng3-103/+104
2013-10-21Add TPM1.2 SaveState API.jyao12-1/+62
2013-10-111. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE...Star Zeng2-0/+7
2013-10-09Fix coding style issue.Fu Siyuan1-1/+1
2013-10-09 TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.hjyao14-5/+10
2013-10-08Fix a bug about the “VendorKey” variable update logic.Fu Siyuan1-1/+1
2013-09-23Add missing comments for function parameters.gdong11-5/+7
2013-09-18Add TPM2 implementation.jyao198-49/+17387
2013-09-16Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng6-8/+31
2013-09-12Return EFI_WRITE_PROTECTED when setting KEKDefault, PKDefault, dbDefault, dbx...Fu Siyuan1-1/+6
2013-09-12Update the chaining requirements with regards to the Platform Key.Fu Siyuan1-7/+26
2013-09-12Add “VendorKeys” variable for indicating out of band key modification.Fu Siyuan6-5/+136
2013-09-03Enhance TPM driver to protect TPM physical presence flags.Dong Guo4-25/+120
2013-08-281. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan2-3/+14
2013-08-22Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2-22/+48
2013-08-19MdePkg/MdeModulePkg/SecurityPkg Variable: Forbid creation of non-spec variabl...Star Zeng2-13/+128
2013-08-16MdeModulePkg/SecurityPkg Variable: If a preexisting variable is rewritten wit...Star Zeng1-0/+10
2013-08-09Change EFI_TCG_EVENT_HOB_GUID value to avoid the duplicated GUID value with E...Shumin Qiu2-4/+4
2013-08-08Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin1-3/+18
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni8-1562/+24
2013-07-11SecurityPkg Variable: Add the check for PcdFlashNvStorageVariableSize <= PcdF...Star Zeng2-1/+13
2013-07-03SecurityPkg: Variable drivers robustly handle crashes during Reclaim().Star Zeng7-199/+515
2013-06-17The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-0/+23
2013-06-17Revert the changes made in 14403 because it incorrectly changed the EOL.Ruiyu Ni1-504/+481
2013-06-14The list of locked variables is traversed at runtime, hence we mustLaszlo Ersek1-481/+504
2013-06-06Fix overflow issue in TcgProtocolChao Zhang1-3/+10
2013-05-21Fix the TOCTOU issue of CommBufferSize itself for SMM communicate handler input.lzeng141-4/+7
2013-05-20Add the EDKII_VARIABLE_LOCK_PROTOCOL implementation in SecurityPkg variable d...niruiyu8-22/+356
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu53-65/+2
2013-05-17Pop up error message when user tries to enroll an invalid certificate file in...sfu51-6/+33
2013-05-13Update Code to pass EBC compiler.lgao41-13/+17
2013-05-071. Fix TOCTOU issue in VariableSmm, FtwSmm, FpdtSmm, SmmCorePerformance SMM h...lzeng142-58/+86
2013-05-02Fix memory overflow & VariableSize check issue for SetVariable append write.czhang463-30/+73
2013-04-251. Use the check IsAddressValid() to prevent SMM communication buffer overflo...lzeng142-18/+110
2013-04-25Check for NULL pointer before free it.sfu51-3/+5
2013-04-22Fix potential overflow for SetVariable interfaceczhang463-10/+28
2013-04-19Fix a potential SMM memory dump issue. If pass communication buffer with Data...czhang461-0/+13
2013-04-18Update code not to block application/driver load when event log is full.gdong11-1/+9
2013-04-15Fix SMM Variable driver stack GetVariable return INVALID_PARAMETER when DataS...czhang461-10/+28
2013-04-12Update SMM variable DXE driver GetNextVariable interface to comply with UEFI ...czhang461-9/+29
2013-04-12Update secure boot UI driver to handle “reset to default” hot key.sfu53-1/+46
2013-04-08If DataSize or VariableNameSize is near MAX_ADDRESS, this can cause the compu...lzeng142-0/+35
2013-03-06Fix a bug that IsSignatureFoundInDatabase() incorrectly computes CertCount.sfu51-1/+1
2013-02-21Update the DxeImageVerificationLib to support for Authenticode-signed UEFI im...sfu52-140/+110