summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng141-15/+77
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng142-36/+130
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng141-5/+5
2012-12-12Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu51-2/+5
2012-11-29Fix Gcc build errorczhang461-1/+1
2012-11-28Fix coding style issueczhang462-3/+0
2012-11-28Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu52-4/+2
2012-11-28Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462-0/+116
2012-11-271.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang467-0/+247
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu53-5/+29
2012-11-05Fix ECC issueczhang461-1/+1
2012-11-01Add Physical Presence request UI detection logic. Refine UIConfirm ReadKey logicczhang462-56/+208
2012-10-22 Remove TPM selftest on S3 boot path to save timeczhang461-3/+10
2012-10-17Remove useless MD5 OID ASN.1 value from DxeImageVerificationLib.tye11-6/+5
2012-10-16Change TPM ACCESS_X.activeLocality test timeout to TIMEOUT_Aczhang462-4/+8
2012-10-15Fix time-based and count-based authenticated variable can be updated by each ...gdong11-0/+16
2012-09-28Rename Trusted Hob to Measured FV hob and add Guided Hob layout structureczhang466-36/+39
2012-09-14Add a dialog box with help message when user changes the state of "Attempt Se...sfu51-0/+7
2012-09-141. Fix a bug when comparing two timestamp in auth-variable driver.sfu51-1/+1
2012-09-13Fix coding style issue czhang461-2/+2
2012-09-13Add ImageAuthenticationStatusLib to SAP to check Authentication Status return...czhang463-0/+116
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-25/+72
2012-09-12SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian1-1/+1
2012-09-12Fix compile errorczhang461-1/+1
2012-09-11Enable TPM measurement lib to measure all PE image from a FV unmeasured by Tc...czhang466-29/+224
2012-09-06TcgPei is a generic module, so move PcdFirmwareVersionString to generic Pcd listczhang461-1/+1
2012-09-06Check the value of Hdr.dwLength for signed EFI image before image validation.sfu51-1/+5
2012-09-05fix compile error in TcgPeiczhang461-1/+1
2012-08-29Add check for DevicePathNode. lgao41-0/+1
2012-08-28TcgPei need to measure anything to PCR in S3 bootpath, so skip shadow logic.czhang461-11/+16
2012-08-27Use firmware version instead of hardcode string for S-CRTM version identifierczhang462-6/+9
2012-08-24Remove MOR check box feature. should not have a switch to turn off MOR.czhang466-12/+0
2012-08-23Update the DxeImageVerificationLib to handle the signed image which CertType ...sfu52-29/+63
2012-08-231. Initialize certdb variable with correct value of list size.sfu53-22/+20
2012-08-23Add TcgDxeHashLogExtendEvent EventLogLastEntry parameter update logicczhang461-7/+14
2012-08-22Add PI1.2.1 SAP2 support and UEFI231B mantis 896lgao43-57/+61
2012-08-21Fix TCG protocol TcgDxeHashLogExtendEvent and TcgDxeLogEvent SDL issueczhang461-1/+13
2012-08-17Fix TCG protocol PassThroughToTpm() SDL issueczhang462-3/+31
2012-08-151. Remove the code path which use X509 cert in KEK to validate PKCS7 signed i...sfu51-277/+56
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng141-14/+27
2012-08-03Fix physical presence request failure for PHYSICAL_PRESENCE_SET_NO_PPI_PROVIS...gdong11-0/+5
2012-08-02Measure ExitBootServices failure caseczhang462-0/+42
2012-07-26Fix a failure in TCG HashAll interface.gdong11-0/+4
2012-07-26Enhance TCG driver to provide TPM physical presence lifetime lock capability.gdong13-10/+61
2012-07-25Use RsaGetPublicKeyFromX509() to validate the given X.509 certificate for PK/...sfu51-2/+31
2012-07-23Update the secure boot configuration UI to accept *.crt certificate file.sfu51-10/+52
2012-07-20Adjust library instances used in SecurityPkg by proper module type.tye11-7/+11
2012-07-171. Remove extra attribute for SetupMode, SignatureSupport and SecureBoot vari...sfu52-73/+78
2012-07-17Return EFI_UNSUPPORTED if READY_TO_BOOT function is invoked at SMM runtime.sfu52-2/+6
2012-07-13Verify the provided PKpub is signed with its private key when enrolling a new...sfu52-43/+65