summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
Commit message (Expand)AuthorAgeFilesLines
* SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI specMing Tan2024-04-071-17/+25
* SecurityPkg/SecureBoot: Support RSA4096 and RSA3072Sheng Wei2023-09-071-5/+47
* SecurityPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-1/+1
* SecurityPkg: SecureBootConfigDxe: Updated invocation patternKun Qin2022-07-071-9/+118
* SecurityPkg: Secure Boot Drivers: Added common header filesKun Qin2022-07-071-0/+1
* SecurityPkg: Apply uncrustify changesMichael Kubacki2021-12-071-1343/+1425
* SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-8/+8
* SecurityPkg: Add option to reset secure boot keys.Grzegorz Bernacki2021-08-031-0/+153
* SecurityPkg: Remove duplicated functions from SecureBootConfigDxe.Grzegorz Bernacki2021-08-031-188/+2
* SecurityPkg: Add constraints on PK strengthJiaqi Gao2021-04-261-30/+140
* SecurityPkg/VariableAuthenticated: Fix few typosAntoine Coeur2020-02-101-1/+1
* SecurityPkg: Fix spelling errorsSean Brogan2019-10-231-12/+12
* SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* SecurityPkg: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel2018-09-201-20/+5
* SecurityPkg: Clean up source filesLiming Gao2018-06-281-5/+5
* SecurityPkg/SecureBootConfigDxe: Fix invalid NV data issue.Nickle Wang2018-06-151-2/+4
* SecurityPkg: Convert source file to DOS formatLiming Gao2017-12-281-13/+13
* SecurityPkg/SecureBootConfigDxe: Fix deleting signature data issue.chenc22017-11-271-7/+13
* SecurityPkg/SecureBootConfigDxe: Handle lack of STR_SIGNATURE_* tokenschenc22017-10-191-37/+76
* SecurityPkg/SecureBootConfigDxe: Change the declaring of buffer.chenc22017-10-171-91/+28
* SecurityPkg/SecureBootConfigDxe: Fix coding style issuechenc22017-10-171-15/+15
* SecurityPkg/SecureBootConfigImpl.c: Secure Boot DBX UI Enhancementchenc22017-09-281-20/+1024
* SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile commentZhang, Chao B2017-04-061-6/+2
* SecurityPkg: SecureBootConfigDxe: Support AUTH_2 enrollment to DBXZhang, Chao B2017-04-061-59/+281
* SecurityPkg: Refine type cast for pointer subtractionHao Wu2017-03-061-6/+6
* SecurityPkg/SecureBootConfigDxe: Use StrToGuid in BaseLibRuiyu Ni2017-02-281-6/+4
* SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable.Zhang Lubo2017-02-201-10/+4
* SecurityPkg SecureBootConfigDxe: Add check for the external PE/COFF image.Liming Gao2016-07-141-0/+70
* SecurityPkg: SecureBootConfigDxe: Add NULL pointer checkZhang, Chao B2016-05-111-1/+1
* SecurityPkg: SecureBootConfigDxe: Remove SecureBoot UI change for Customized ...Zhang, Chao B2016-05-041-358/+27
* 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: Update coding styleZhang, Chao B2016-03-111-1/+2
* SecurityPkg: Use FileExplorerLib in SecureBootConfigDxeDandan Bi2016-02-261-79/+88
* SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereferenceChao Zhang2016-01-271-4/+5
* SecurityPkg: SecureBootConfigDxe: Fix string typoChao Zhang2016-01-151-3/+3
* SecurityPkg: SecureBootConfigDxe: Enhance secure boot string update logicChao Zhang2016-01-151-42/+57
* SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot ModeChao Zhang2015-12-071-45/+387
* SecurityPkg: Update SecureBootConfigDxe to support ARM imageArd Biesheuvel2015-05-111-3/+5
* 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-141-261/+970
* Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang2014-11-101-2/+2
* Return to BMM page if parse the file info failed.Eric Dong2014-01-091-3/+10
* 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-221-13/+30
* Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin2013-08-081-3/+18
* Pop up error message when user tries to enroll an invalid certificate file in...sfu52013-05-171-6/+33
* Update secure boot UI driver to handle “reset to default” hot key.sfu52013-04-121-1/+43
* Fix infinite loop bug in secure boot UI driver.sfu52013-01-251-0/+2