summaryrefslogtreecommitdiff
path: root/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-07SecurityPkg/SecureBootConfigDxe: Update UI according to UEFI specMing Tan1-17/+25
2023-09-07SecurityPkg/SecureBoot: Support RSA4096 and RSA3072Sheng Wei1-5/+47
2023-04-10SecurityPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2022-07-07SecurityPkg: SecureBootConfigDxe: Updated invocation patternKun Qin1-9/+118
2022-07-07SecurityPkg: Secure Boot Drivers: Added common header filesKun Qin1-0/+1
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki1-1343/+1425
2021-12-07SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-8/+8
2021-08-03SecurityPkg: Add option to reset secure boot keys.Grzegorz Bernacki1-0/+153
2021-08-03SecurityPkg: Remove duplicated functions from SecureBootConfigDxe.Grzegorz Bernacki1-188/+2
2021-04-26SecurityPkg: Add constraints on PK strengthJiaqi Gao1-30/+140
2020-02-10SecurityPkg/VariableAuthenticated: Fix few typosAntoine Coeur1-1/+1
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan1-12/+12
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-20SecurityPkg: remove PE/COFF header workaround for ELILO on IPFArd Biesheuvel1-20/+5
2018-06-28SecurityPkg: Clean up source filesLiming Gao1-5/+5
2018-06-15SecurityPkg/SecureBootConfigDxe: Fix invalid NV data issue.Nickle Wang1-2/+4
2017-12-28SecurityPkg: Convert source file to DOS formatLiming Gao1-13/+13
2017-11-27SecurityPkg/SecureBootConfigDxe: Fix deleting signature data issue.chenc21-7/+13
2017-10-19SecurityPkg/SecureBootConfigDxe: Handle lack of STR_SIGNATURE_* tokenschenc21-37/+76
2017-10-17SecurityPkg/SecureBootConfigDxe: Change the declaring of buffer.chenc21-91/+28
2017-10-17SecurityPkg/SecureBootConfigDxe: Fix coding style issuechenc21-15/+15
2017-09-28SecurityPkg/SecureBootConfigImpl.c: Secure Boot DBX UI Enhancementchenc21-20/+1024
2017-04-06SecurityPkg: SecureBootConfigDxe: Update CloseEnrolledFile commentZhang, Chao B1-6/+2
2017-04-06SecurityPkg: SecureBootConfigDxe: Support AUTH_2 enrollment to DBXZhang, Chao B1-59/+281
2017-03-06SecurityPkg: Refine type cast for pointer subtractionHao Wu1-6/+6
2017-02-28SecurityPkg/SecureBootConfigDxe: Use StrToGuid in BaseLibRuiyu Ni1-6/+4
2017-02-20SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable.Zhang Lubo1-10/+4
2016-07-14SecurityPkg SecureBootConfigDxe: Add check for the external PE/COFF image.Liming Gao1-0/+70
2016-05-11SecurityPkg: SecureBootConfigDxe: Add NULL pointer checkZhang, Chao B1-1/+1
2016-05-04SecurityPkg: SecureBootConfigDxe: Remove SecureBoot UI change for Customized ...Zhang, Chao B1-358/+27
2016-04-19SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK...Zhang, Chao B1-22/+25
2016-03-24SecurityPkg/SecureBootConfigDxe: Remove type casting from the ChooseFile hand...Gary Lin1-5/+5
2016-03-11SecurityPkg: SecureBootConfigDxe: Update coding styleZhang, Chao B1-1/+2
2016-02-26SecurityPkg: Use FileExplorerLib in SecureBootConfigDxeDandan Bi1-79/+88
2016-01-27SecurityPkg: SecureBootConfigDxe: Fix potential NULL pointer dereferenceChao Zhang1-4/+5
2016-01-15SecurityPkg: SecureBootConfigDxe: Fix string typoChao Zhang1-3/+3
2016-01-15SecurityPkg: SecureBootConfigDxe: Enhance secure boot string update logicChao Zhang1-42/+57
2015-12-07SecurityPkg: SecureBootConfigDxe: SecureBoot UI for Customized SecureBoot ModeChao Zhang1-45/+387
2015-05-11SecurityPkg: Update SecureBootConfigDxe to support ARM imageArd Biesheuvel1-3/+5
2015-03-13SecurityPkg: Fix typo.Shumin Qiu1-2/+2
2014-12-25Correct the Hash Calculation for Revoked X.509 Certificate to align with RFC3...Long, Qin1-1/+10
2014-11-14UEFI 2.4 X509 Certificate Hash and RFC3161 Timestamp Verification support for...Qin Long1-261/+970
2014-11-10 Fix execution status & DEBUG message level mismatch. EFI_D_ERROR is used o...Chao Zhang1-2/+2
2014-01-09Return to BMM page if parse the file info failed.Eric Dong1-3/+10
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 Siyuan1-13/+30
2013-08-08Checks the length of the file name to avoid illegal access.Gary Ching-Pang Lin1-3/+18
2013-05-17Pop up error message when user tries to enroll an invalid certificate file in...sfu51-6/+33
2013-04-12Update secure boot UI driver to handle “reset to default” hot key.sfu51-1/+43
2013-01-25Fix infinite loop bug in secure boot UI driver.sfu51-0/+2