summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-02-05Add the missed local variable initialization to remove the possible warning.Long, Qin1-0/+1
2015-02-04Correct the DBX and Certificate Hash Checking.Long, Qin1-10/+92
2015-01-16Refine the format of GUID in INF files for SecurityPkg.Shumin Qiu2-4/+4
2015-01-12Handle TPM device error and avoid deadloop in BDS.Yao, Jiewen4-32/+22
2015-01-12Add TPM Physical Presence >=128 operation value support.Yao, Jiewen10-152/+538
2015-01-08Add TPM12 NV related function.Yao, Jiewen2-0/+256
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin1-4/+14
2014-12-23Correct AuthHandle definition for Tpm2SetPrimaryPolicy.Yao, Jiewen1-1/+1
2014-12-23Add TPM2 commands which might be used in provision.Yao, Jiewen1-0/+78
2014-12-19Use better coding style.Yao, Jiewen1-1/+1
2014-12-12Add TPM2 commands which might be used in field upgrade.Yao, Jiewen5-0/+653
2014-12-11correct a data type error.Dong Guo1-1/+1
2014-12-10Add failed image Name in the Image Execution Information Table.Dong Guo1-2/+8
2014-12-03Code clean-up to eliminate potential "dereferenced pointer" warning. Qin Long1-17/+20
2014-11-26Correct the alignment calculation of PE/COFF attribute certificate entry.Qin Long1-1/+1
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long3-70/+490
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang6-14/+14
2014-09-03SecurityPkg: Convert non DOS format files to DOS formatGao, Liming26-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo4-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo24-0/+0
2014-08-28SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo24-115/+216
2014-08-151) Update code to use PcdFixedUsbCredentialProviderTokenFileName and Pcd...Dong, Guo1-2/+2
2014-08-14Contributed-under: TianoCore Contribution Agreement 1.0Michael Kinney6-0/+915
2014-08-12Correct StrnCat length calculation.jyao12-52/+52
2014-08-07Clean up code.jyao13-9/+9
2014-07-02SecurityPkg HashLibBaseCryptoRouterDxe/Tpm2DeviceLibRouterPei: Fixed GCC buil...Star Zeng2-4/+4
2014-06-25Refine code to make it more safely.Eric Dong1-6/+6
2014-06-25Update code to always publish EFI_IMAGE_EXECUTION_INFO_TABLE.Dong, Guo1-2/+49
2014-06-16Fix build issues with Xcode in CryptoPkg and SecurityPkg.Andrew Fish1-1/+1
2014-03-28Check the input file pointer before use it.Eric Dong2-4/+8
2014-03-17Fix the return status when physical presence variable and MemoryOverwriteRequ...Dong Guo2-48/+55
2013-12-02Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O...Fu Siyuan1-3/+4
2013-11-27Makes DxeDeferImageLoadLib not depend on Dong Guo3-79/+145
2013-10-21Add TPM1.2 SaveState API.jyao11-1/+50
2013-10-09 TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.hjyao13-3/+3
2013-09-23Add missing comments for function parameters.gdong11-5/+7
2013-09-18Add TPM2 implementation.jyao151-4/+9856
2013-09-03Enhance TPM driver to protect TPM physical presence flags.Dong Guo2-13/+88
2013-08-281. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan1-0/+8
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2-18/+10
2013-05-17Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52-62/+1
2013-04-18Update code not to block application/driver load when event log is full.gdong11-1/+9
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
2013-01-24Fix TPM may be locked twice issue in normal boot.gdong11-8/+8
2012-12-12Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu51-2/+5
2012-11-28Fix coding style issueczhang461-2/+0
2012-11-271.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462-0/+182
2012-11-05Fix ECC issueczhang461-1/+1
2012-11-01Add Physical Presence request UI detection logic. Refine UIConfirm ReadKey logicczhang461-55/+191