summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-12Fix a bug in DxeImageVerificationLib which will pass incorrect trust cert siz...sfu51-1/+1
2012-07-12Update the secure boot configuration UI to accept *.der certificate file as t...sfu51-4/+4
2012-07-09Reset the platform when user choose to enroll/delete the PK variable. sfu52-2/+2
2012-07-09Add SMRAM range check to variable SMM SMI handler.czhang462-7/+123
2012-07-09Defer TCG table publish after LASA/LAML in the table got updated.gdong11-6/+6
2012-07-09Include read data buffer in CommBufferSize when calculate the buffer size.ydong101-2/+2
2012-07-051. Reset system when user changes secure boot state in secure boot configurat...sfu56-46/+29
2012-07-04Fix a buffer overflow bug in VariableSmm driver.sfu51-1/+1
2012-06-12Add comment for modules which have external input.jyao117-9/+289
2012-06-08Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu53-4/+59
2012-06-01Enhance GPT measurement to be able to handle different partition entry size.gdong11-6/+6
2012-06-01Fix TCG PPI request EnableActivateClear failure.gdong11-3/+10
2012-05-31Fixed build failed.ydong104-12/+12
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong104-14/+19
2012-05-30According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng144-4/+61
2012-05-30Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng141-1/+11