summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu52012-03-261-3/+3
* 1. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52012-03-192-2/+11
* Fix system reboot automatically if changing the value of [TPM operation]gdong12012-03-092-19/+14
* Remove ASSERT to let DXE core return gracefully when loading an invalid image.gdong12012-02-271-3/+1
* Add Missing invocations to VA_END() for VA_START().rsun32012-02-011-5/+7
* Remove illegal TPL usage.gdong12012-01-051-5/+1
* Update the process of some question from EFI_BROWSER_ACTION_CHANGED to EFI_BR...ydong102011-12-191-54/+53
* Update for SecurityPkg.ydong102011-12-157-58/+150
* Update SecurityPkg package versions from 0.91 to 0.92.gdong12011-12-142-2/+2
* SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...oliviermartin2011-12-137-1/+26
* Update SignatureSupport variable to reflect firmware capability.gdong12011-12-132-7/+2
* 1. Fix a bug when verify the CertType GUID in authentication variable data pa...sfu52011-12-093-5/+5
* Update a return status for UEFI spec compliance.gdong12011-12-021-1/+1
* Remove duplicated AML code definitions as they have been added to common header.lzeng142011-12-011-8/+1
* Update code to follow coding style. Mainly change about:ydong102011-11-231-1/+0
* 1. Check input PK/KEK variable data to make sure it is a valid EFI_SIGNATURE_...sfu52011-11-232-0/+161
* Initialize the variable before use it to avoid SCT test failed.ydong102011-11-211-0/+1
* Change IPF version AuthVariable driver to support multiple-platform feature.niruiyu2011-11-174-0/+64
* Make comments to be consistent with the parameter.gdong12011-11-161-2/+2
* Update ConfigAcess Protocol which is produced by SecureBootConfigDxe to follo...qianouyang2011-11-152-35/+74
* Add debug information for secure boot test convenient.gdong12011-11-041-7/+16
* Enhance drivers for sanity check and coding style alignment.gdong12011-11-014-17/+15