summaryrefslogtreecommitdiff
path: root/SecurityPkg
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-28Fix a bug in DxeImageVerificationLib to use the correct certificate length wh...sfu51-1/+1
2012-05-14Update auth-variable and secure boot UI driver to support only time-based PK,...sfu53-405/+217
2012-05-11Enhance TcgSmm driver to handle potential SetVariable failure case.gdong14-97/+138
2012-05-09Fixes buffer read overflow bugs in authenticated variable driver.sfu51-2/+5
2012-05-09Fix always reboot issue for an invalid physical presence operation request.gdong11-3/+20
2012-05-08Removes redundant code and adds data size check for certificate data in DxeIm...tye11-15/+24
2012-04-28 Enhances PE image hash algorithm in DxeImageVerificationLib and DxeTpmMeasur...tye12-180/+264
2012-04-26Patch include:ydong102-4/+4
2012-04-24Update copyright formathhtian1-3/+1
2012-04-24Validate some fields in PE image to make sure not access violation for later ...ydong104-1/+105
2012-04-23Fix common AuthVariable protection issue.tye11-3/+3
2012-04-18Update comments for NULL PlatformSecureLib instance.sfu52-2/+8
2012-04-12Update the default return value of UserPhysicalPresent to TRUE.sfu51-1/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-04-05Add pointer check for NULL before dereference it.sfu51-0/+7
2012-03-31Update common authenticated variable (non PK/KEK/DB/DBX) support to comply wi...tye16-26/+661
2012-03-30If setting variable in Runtime and there has been a same GUID and name variab...lzeng142-14/+17
2012-03-291. Fix UNIXGCC IPF build failure in SecurityPkg.sfu51-2/+2
2012-03-281. Fix GCC build failure in SecurityPkg.sfu51-2/+2
2012-03-271. Remove “Force clear PK” feature in AuthVarialbe driver.sfu519-245/+6757
2012-03-261. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu51-3/+3
2012-03-191. Add more error handling code to DxeImageVerificationLib and BaseCryptLib.sfu52-2/+11
2012-03-09Fix system reboot automatically if changing the value of [TPM operation]gdong12-19/+14
2012-02-27Remove ASSERT to let DXE core return gracefully when loading an invalid image.gdong11-3/+1
2012-02-01Add Missing invocations to VA_END() for VA_START().rsun31-5/+7
2012-01-05Remove illegal TPL usage.gdong11-5/+1
2011-12-19Update the process of some question from EFI_BROWSER_ACTION_CHANGED to EFI_BR...ydong101-54/+53
2011-12-15Update for SecurityPkg.ydong107-58/+150
2011-12-14Update SecurityPkg package versions from 0.91 to 0.92.gdong12-2/+2
2011-12-13SecurityPkg/VariableAuthenticated: Check if there is a NV Variable Storage he...oliviermartin7-1/+26
2011-12-13Update SignatureSupport variable to reflect firmware capability.gdong12-7/+2
2011-12-091. Fix a bug when verify the CertType GUID in authentication variable data pa...sfu53-5/+5
2011-12-02Update a return status for UEFI spec compliance.gdong11-1/+1
2011-12-01Remove duplicated AML code definitions as they have been added to common header.lzeng141-8/+1