summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated
AgeCommit message (Expand)AuthorFilesLines
2013-01-08Add the TPL raise/restore code for VariableSmmRuntimeDxe to avoid variable se...lzeng141-15/+77
2013-01-041. Don't assume that flush the HOB variable to flash must be successful.lzeng142-36/+130
2012-12-12Use SMM_VARIABLE_COMMUNICATE_HEADER_SIZE instead of OFFSET_OF (SMM_VARIABLE_C...lzeng141-5/+5
2012-11-28Move the declaration of gEfiCertDbGuid to the package's Include folder.sfu51-2/+0
2012-11-211. Correct the counter-based hash algorithm according to UEFI spec.sfu53-5/+29
2012-10-15Fix time-based and count-based authenticated variable can be updated by each ...gdong11-0/+16
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-12SecurityPkg/VariableSmm: Fix a VariableSmm bug when reading variable with siz...erictian1-1/+1
2012-08-231. Initialize certdb variable with correct value of list size.sfu52-13/+20
2012-08-06LastVariableOffset is wrongly set to 0 when FtwVariableSpace() fails. Recalcu...lzeng141-14/+27
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-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-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-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...sfu53-10/+18
2012-07-04Fix a buffer overflow bug in VariableSmm driver.sfu51-1/+1
2012-06-12Add comment for modules which have external input.jyao19-3/+181
2012-06-08Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu51-1/+15
2012-05-31Fixed build failed.ydong101-5/+5
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-6/+11
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-14Update auth-variable and secure boot UI driver to support only time-based PK,...sfu53-405/+217
2012-05-09Fixes buffer read overflow bugs in authenticated variable driver.sfu51-2/+5
2012-04-23Fix common AuthVariable protection issue.tye11-3/+3
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...tye14-23/+646
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.sfu514-215/+6710
2012-03-261. Update AuthVarialbe driver to avoid integer overflow when using EFI_VARIAB...sfu51-3/+3
2011-12-15Update for SecurityPkg.ydong101-1/+1
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-11-231. Check input PK/KEK variable data to make sure it is a valid EFI_SIGNATURE_...sfu52-0/+161
2011-11-21Initialize the variable before use it to avoid SCT test failed.ydong101-0/+1
2011-11-17Change IPF version AuthVariable driver to support multiple-platform feature.niruiyu4-0/+64
2011-11-15Update ConfigAcess Protocol which is produced by SecureBootConfigDxe to follo...qianouyang2-35/+74
2011-11-04Add debug information for secure boot test convenient.gdong11-7/+16
2011-11-01Enhance drivers for sanity check and coding style alignment.gdong11-1/+0
2011-10-28SecurityPkg: Update VariableAuthenticated driver with following changes:xdu27-429/+706