summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-314-12/+12
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-304-14/+19
* According to UEFI spec 2.3.1a. hardware error record variable should use the ...lzeng142012-05-304-4/+61
* Return EFI_WRITE_PROTECTED when setting HwErrRecSupport Global Variable at ru...lzeng142012-05-301-1/+11
* Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu52012-05-281-1/+1
* Update auth-variable and secure boot UI driver to support only time-based PK,...sfu52012-05-143-405/+217
* Enhance TcgSmm driver to handle potential SetVariable failure case.gdong12012-05-114-97/+138
* Fixes buffer read overflow bugs in authenticated variable driver.sfu52012-05-091-2/+5
* 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
* Update copyright formathhtian2012-04-241-3/+1
* Validate some fields in PE image to make sure not access violation for later ...ydong102012-04-244-1/+105
* Fix common AuthVariable protection issue.tye12012-04-231-3/+3
* 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
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* Add pointer check for NULL before dereference it.sfu52012-04-051-0/+7
* Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye12012-03-316-26/+661
* If setting variable in Runtime and there has been a same GUID and name variab...lzeng142012-03-302-14/+17
* 1. Fix UNIXGCC IPF build failure in SecurityPkg.sfu52012-03-291-2/+2
* 1. Fix GCC build failure in SecurityPkg.sfu52012-03-281-2/+2
* 1. Remove “Force clear PK” feature in AuthVarialbe driver.sfu52012-03-2719-245/+6757