summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Fix the return status when physical presence variable and MemoryOverwriteRequ...Dong Guo2014-03-172-48/+55
* Update DEC file and DxeImageVerificationLib to note user that ALLOW_EXECUTE_O...Fu Siyuan2013-12-021-3/+4
* Makes DxeDeferImageLoadLib not depend on Dong Guo2013-11-273-79/+145
* Add TPM1.2 SaveState API.jyao12013-10-211-1/+50
* TrEEPhysicalPresenceLib|Include/Library/TrEEPhysicalPresenceLib.hjyao12013-10-093-3/+3
* Add missing comments for function parameters.gdong12013-09-231-5/+7
* Add TPM2 implementation.jyao12013-09-1851-4/+9856
* Enhance TPM driver to protect TPM physical presence flags.Dong Guo2013-09-032-13/+88
* 1. Change default PCD in SecurityPkg to 4 (DENY_EXECUTE) in DEC file.Fu Siyuan2013-08-281-0/+8
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-262-18/+10
* Fix a bug that “SecureBoot” varaible will be updated to NV+AT attribute i...sfu52013-05-172-62/+1
* Update code not to block application/driver load when event log is full.gdong12013-04-181-1/+9
* 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
* Fix TPM may be locked twice issue in normal boot.gdong12013-01-241-8/+8
* Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu52012-12-121-2/+5
* Fix coding style issueczhang462012-11-281-2/+0
* 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462012-11-272-0/+182
* Fix ECC issueczhang462012-11-051-1/+1
* Add Physical Presence request UI detection logic. Refine UIConfirm ReadKey logicczhang462012-11-011-55/+191
* Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye12012-10-171-6/+5
* Change TPM ACCESS_X.activeLocality test timeout to TIMEOUT_Aczhang462012-10-161-3/+6
* Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang462012-09-282-13/+11
* Fix coding style issue czhang462012-09-131-2/+2
* Add ImageAuthenticationStatusLib to SAP to check Authentication Status return...czhang462012-09-132-0/+115
* Fix compile errorczhang462012-09-121-1/+1
* Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang462012-09-112-19/+84
* Check the value of Hdr.dwLength for signed EFI image before image validation.sfu52012-09-061-1/+5
* Add check for DevicePathNode. lgao42012-08-291-0/+1
* Update the DxeImageVerificationLib to handle the signed image which CertType ...sfu52012-08-232-29/+63
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-223-57/+61
* 1. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i...sfu52012-08-151-277/+56
* Fix physical presence request failure for PHYSICAL_PRESENCE_SET_NO_PPI_PROVIS...gdong12012-08-031-0/+5
* Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu52012-07-121-1/+1
* 1. Reset system when user changes secure boot state in secure boot configurat...sfu52012-07-052-35/+8
* Add comment for modules which have external input.jyao12012-06-126-6/+90
* Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu52012-06-082-3/+44
* Enhance GPT measurement to be able to handle different partition entry size.gdong12012-06-011-6/+6
* Fix TCG PPI request EnableActivateClear failure.gdong12012-06-011-3/+10
* Fixed build failed.ydong102012-05-312-5/+5
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-302-6/+6
* Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu52012-05-281-1/+1
* Fix always reboot issue for an invalid physical presence operation request.gdong12012-05-091-3/+20
* Removes redundant code and adds data size check for certificate data in DxeIm...tye12012-05-081-15/+24
* Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur...tye12012-04-282-180/+264
* Patch include:ydong102012-04-262-4/+4
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-244-1/+105
* Update comments for NULL PlatformSecureLib instance.sfu52012-04-182-2/+8
* Update the default return value of UserPhysicalPresent to TRUE.sfu52012-04-121-1/+1
* 1. Remove “Force clear PK” feature in AuthVarialbe driver.sfu52012-03-272-15/+15