summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* Check the input VaraibleName for db/dbx when appending variables with formatt...sfu52013-01-251-4/+4
* Check for NULL pointer before dereference it.sfu52013-01-251-0/+1
* Variables with state VAR_ADDED&VAR_IN_DELETED_TRANSITION should be considered...lzeng142013-01-251-10/+49
* Add NULL pointer check.lzeng142013-01-251-0/+2
* Fix infinite loop bug in secure boot UI driver.sfu52013-01-251-0/+2
* Fix TPM may be locked twice issue in normal boot.gdong12013-01-241-8/+8
* 1. Update the logic of UpdateVariable() for updating variable from:lzeng142013-01-182-18/+116
* Fix the issue that RuntimeServiceQueryVariableInfo() in VariableSmmRuntimeDxe...lzeng142013-01-151-2/+2
* 1. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu52013-01-095-50/+167
* Fix a bug that the invalid public key will never be removed from public key d...sfu52013-01-093-97/+391
* Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng142013-01-081-15/+77
* 1. Don't assume that flush the HOB variable to flash must be successful.lzeng142013-01-042-36/+130
* Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng142012-12-121-5/+5
* Add a NULL string to the Image Execution Information Table if the Name is NUL...sfu52012-12-121-2/+5
* Fix Gcc build errorczhang462012-11-291-1/+1
* Fix coding style issueczhang462012-11-282-3/+0
* Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu52012-11-282-4/+2
* Measure Processor location as system identity to PCR[1] according to Tcg serv...czhang462012-11-282-0/+116
* 1.Measure ACPI table data comes from flash event type EV_POST_CODE ACPI DATA ...czhang462012-11-277-0/+247
* 1. Correct the counter-based hash algorithm according to UEFI spec.sfu52012-11-213-5/+29
* 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