summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg SecureBootConfigDxe: Add check for the external PE/COFF image.Liming Gao2016-07-143-0/+72
* SecurityPkg: SecureBootConfigDxe: Add NULL pointer checkZhang, Chao B2016-05-111-1/+1
* SecurityPkg: Cleanup unused structure definitionJiaxin Wu2016-05-091-37/+0
* SecurityPkg: SecureBootConfigDxe: Disable SecureBoot Enable/Disable in some caseZhang, Chao B2016-05-051-1/+1
* SecurityPkg: SecureBootConfigDxe: Remove SecureBoot UI change for Customized ...Zhang, Chao B2016-05-044-417/+32
* SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK...Zhang, Chao B2016-04-191-22/+25
* SecurityPkg/SecureBootConfigDxe: Remove type casting from the ChooseFile hand...Gary Lin2016-03-241-5/+5
* SecurityPkg/SecureBootConfigDxe: Declare EFIAPI for the ChooseFile handlersGary Lin2016-03-242-0/+10
* SecurityPkg: SecureBootConfigDxe: Update coding styleZhang, Chao B2016-03-111-1/+2
* SecurityPkg/SecureBootConfigDxe: Handle allocation failure gracefullyDandan Bi2016-03-041-9/+21
* SecurityPkg: Use FileExplorerLib in SecureBootConfigDxeDandan Bi2016-02-266-1225/+333
* SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereferenceChao Zhang2016-01-271-4/+5
* SecurityPkg: SecureBootConfigDxe: Fix string typoChao Zhang2016-01-152-5/+5
* SecurityPkg: SecureBootConfigDxe: Enhance secure boot string update logicChao Zhang2016-01-151-42/+57
* SecurityPkg: SecureBootConfigDxe: Change KEY_TRANS_SECURE_BOOT_MODE valueChao Zhang2016-01-151-2/+2
* SecurityPkg: SecureBootConfigDxe: Remove useless code in VFRChao Zhang2015-12-221-61/+11
* SecurityPkg: Convert all .uni files to utf-8Jordan Justen2015-12-153-0/+0
* SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot ModeChao Zhang2015-12-074-56/+464
* SecurityPkg: put missing empty lines at the end of some header filesArd Biesheuvel2015-12-032-2/+2
* SecurityPkg:Replace unsafe string functions.Zhang Lubo2015-07-082-14/+17
* SecurityPkg: Update SecureBootConfigDxe to support ARM imageArd Biesheuvel2015-05-111-3/+5
* SecurityPkg: remove unused variablesArd Biesheuvel2015-05-071-2/+0
* SecurityPkg: Fix typo.Shumin Qiu2015-03-131-2/+2
* Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin2014-12-251-1/+10
* UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long2014-11-147-372/+1246
* Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang2014-11-101-2/+2
* Clean up the code. Action statement should not have text two opcode.Eric Dong2014-10-211-2/+0
* SecurityPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-282-0/+0
* SecurityPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-18/+53
* Return to BMM page if parse the file info failed.Eric Dong2014-01-093-8/+15
* Rollback the patch 15054.Eric Dong2014-01-081-2/+6
* Not update the status until parse the file info success.Eric Dong2014-01-071-6/+2
* Refine the Secure Boot UI driver to input the GUID and varstroe name when usi...Fu Siyuan2013-11-251-2/+2
* Fix a bug in secure boot configuration driver: Enroll DB/KEK will disable Att...Fu Siyuan2013-08-222-22/+48
* Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin2013-08-081-3/+18
* Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni2013-07-263-1524/+9
* Pop up error message when user tries to enroll an invalid certificate file in...sfu52013-05-171-6/+33
* Check for NULL pointer before free it.sfu52013-04-251-3/+5
* Update secure boot UI driver to handle “reset to default” hot key.sfu52013-04-123-1/+46
* Fix infinite loop bug in secure boot UI driver.sfu52013-01-251-0/+2
* 1. Set the secure boot state to Standard Mode when user leaving secure boot s...sfu52013-01-094-28/+152
* Add a dialog box with help message when user changes the state of "Attempt Se...sfu52012-09-141-0/+7
* Update the secure boot configuration UI to accept *.crt certificate file.sfu52012-07-231-10/+52
* 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
* 1. Reset system when user changes secure boot state in secure boot configurat...sfu52012-07-052-8/+16
* Fix compatibility issue when using IPF image with PE32 magic value in the Opt...sfu52012-06-081-1/+15
* Fixed build failed.ydong102012-05-311-5/+5
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-6/+11