summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Return to BMM page if parse the file info failed.Eric Dong3-8/+15
2014-01-08Rollback the patch 15054.Eric Dong1-2/+6
2014-01-07Not update the status until parse the file info success.Eric Dong1-6/+2
2013-11-25Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan1-2/+2
2013-08-22Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2-22/+48
2013-08-08Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin1-3/+18
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni3-1524/+9
2013-05-17Pop up error message when user tries to enroll an invalid certificate file in...sfu51-6/+33
2013-04-25Check for NULL pointer before free it.sfu51-3/+5
2013-04-12Update secure boot UI driver to handle “reset to default” hot key.sfu53-1/+46
2013-01-25Fix infinite loop bug in secure boot UI driver.sfu51-0/+2
2013-01-091. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu54-28/+152
2012-09-14Add a dialog box with help message when user changes the state of "Attempt Se...sfu51-0/+7
2012-07-23Update the secure boot configuration UI to accept *.crt certificate file.sfu51-10/+52
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-051. Reset system when user changes secure boot state in secure boot configurat...sfu52-8/+16
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-14Update auth-variable and secure boot UI driver to support only time-based PK,...sfu52-146/+169
2012-04-05Add pointer check for NULL before dereference it.sfu51-0/+7
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.sfu59-83/+6446
2011-12-15Update for SecurityPkg.ydong101-1/+1
2011-11-21Initialize the variable before use it to avoid SCT test failed.ydong101-0/+1
2011-11-15Update ConfigAcess Protocol which is produced by SecureBootConfigDxe to follo...qianouyang2-35/+74
2011-11-01Enhance drivers for sanity check and coding style alignment.gdong11-1/+0
2011-10-28Remove a unnecessary Macro in SecureBootConfigImpl.h.qianouyang1-2/+0
2011-10-28Enable/Disable Secured Boot by 'Secure Boot Configuration' Page which is unde...qianouyang7-0/+865