summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* Fix ECC issueczhang462012-11-051-1/+1
* Add Physical Presence request UI detection logic. Refine UIConfirm ReadKey logicczhang462012-11-012-56/+208
* Remove TPM selftest on S3 boot path to save timeczhang462012-10-221-3/+10
* 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-162-4/+8
* Fix time-based and count-based authenticated variable can be updated by each ...gdong12012-10-151-0/+16
* Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang462012-09-286-36/+39
* Add a dialog box with help message when user changes the state of "Attempt Se...sfu52012-09-141-0/+7
* 1. Fix a bug when comparing two timestamp in auth-variable driver.sfu52012-09-141-1/+1
* Fix coding style issue czhang462012-09-131-2/+2
* Add ImageAuthenticationStatusLib to SAP to check Authentication Status return...czhang462012-09-133-0/+116
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-25/+72
* SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian2012-09-121-1/+1
* Fix compile errorczhang462012-09-121-1/+1
* Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang462012-09-116-29/+224
* TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd listczhang462012-09-061-1/+1
* Check the value of Hdr.dwLength for signed EFI image before image validation.sfu52012-09-061-1/+5
* fix compile error in TcgPeiczhang462012-09-051-1/+1
* Add check for DevicePathNode. lgao42012-08-291-0/+1
* TcgPei need to measure anything to PCR in S3 bootpath, so skip shadow logic.czhang462012-08-281-11/+16
* Use firmware version instead of hardcode string for S-CRTM version identifierczhang462012-08-272-6/+9
* Remove MOR check box feature. should not have a switch to turn off MOR.czhang462012-08-246-12/+0
* Update the DxeImageVerificationLib to handle the signed image which CertType ...sfu52012-08-232-29/+63
* 1. Initialize certdb variable with correct value of list size.sfu52012-08-233-22/+20
* Add TcgDxeHashLogExtendEvent EventLogLastEntry parameter update logicczhang462012-08-231-7/+14
* Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao42012-08-223-57/+61
* Fix TCG protocol TcgDxeHashLogExtendEvent and TcgDxeLogEvent SDL issueczhang462012-08-211-1/+13
* Fix TCG protocol PassThroughToTpm() SDL issueczhang462012-08-172-3/+31
* 1. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i...sfu52012-08-151-277/+56
* LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng142012-08-061-14/+27
* Fix physical presence request failure for PHYSICAL_PRESENCE_SET_NO_PPI_PROVIS...gdong12012-08-031-0/+5
* Measure ExitBootServices failure caseczhang462012-08-022-0/+42
* Fix a failure in TCG HashAll interface.gdong12012-07-261-0/+4
* Enhance TCG driver to provide TPM physical presence lifetime lock capability.gdong12012-07-263-10/+61
* Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/...sfu52012-07-251-2/+31
* Update the secure boot configuration UI to accept *.crt certificate file.sfu52012-07-231-10/+52
* Adjust library instances used in SecurityPkg by proper module type.tye12012-07-201-7/+11
* 1. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu52012-07-172-73/+78
* Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu52012-07-172-2/+6
* Verify the provided PKpub is signed with its private key when enrolling a new...sfu52012-07-132-43/+65
* Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu52012-07-121-1/+1
* Update the secure boot configuration UI to accept *.der certificate file as t...sfu52012-07-121-4/+4
* Reset the platform when user choose to enroll/delete the PK variable. sfu52012-07-092-2/+2
* Add SMRAM range check to variable SMM SMI handler.czhang462012-07-092-7/+123
* Defer TCG table publish after LASA/LAML in the table got updated.gdong12012-07-091-6/+6
* Include read data buffer in CommBufferSize when calculate the buffer size.ydong102012-07-091-2/+2
* 1. Reset system when user changes secure boot state in secure boot configurat...sfu52012-07-056-46/+29
* Fix a buffer overflow bug in VariableSmm driver.sfu52012-07-041-1/+1
* Add comment for modules which have external input.jyao12012-06-1217-9/+289
* Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu52012-06-083-4/+59