summaryrefslogtreecommitdiff
path: root/SecurityPkg/Library/AuthVariableLib
AgeCommit message (Expand)AuthorFilesLines
2023-09-07SecurityPkg/SecureBoot: Support RSA4096 and RSA3072Sheng Wei3-50/+221
2023-04-10SecurityPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2023-02-04SecurityPkg: limit verification of enrolled PK in setup modeJan Bobek2-2/+10
2023-01-23SecurityPkg/AuthVariableLib: Check SHA-256 OID with ContentInfo presentJan Bobek1-8/+42
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki3-625/+654
2021-12-07SecurityPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-3/+3
2021-12-07SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-9/+9
2020-11-17SecurityPkg: Allow VariablePolicy state to delete authenticated variablesBret Barkelew2-6/+26
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan3-5/+5
2019-05-15SecurityPkg/AuthSeriableLib: Always delete variable in certdbZhichao Gao1-2/+5
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-35/+5
2019-01-04SecurityPkg/AuthVariableLib: allow MM_STANDALONE drivers to use this libraryJagadeesh Ujja1-2/+3
2018-06-28SecurityPkg: Clean up source filesLiming Gao2-9/+9
2017-11-07SecurityPkg/AuthVariableLib: Use EFI_CERT_DATA to parse certificatechenc21-4/+8
2017-11-01SecurityPkg: Remove Counter Based AuthVariable supportZhang, Chao B3-624/+33
2017-10-17SecurityPkg/AuthVariableLib: fix GCC build errorLaszlo Ersek1-2/+6
2017-10-14SecurityPkg:AuthVariableLib:Implement ECR1707 for Private Auth VariableZhang, Chao B1-37/+171
2017-02-20SecurityPkg: enhance secure boot Config Dxe & Time Based AuthVariable.Zhang Lubo2-2/+29
2016-10-27SecurityPkg/AuthVariableLib: rebase to ARRAY_SIZE()Laszlo Ersek1-2/+2
2016-08-17SecurityPkg: AuthVariableLib: Fix inconsistent CertDB caseZhang, Chao B1-1/+1
2016-07-22SecurityPkg: AuthVariableLib: Revert UserPhysicalPresent feature from AuthVar...Zhang, Chao B3-12/+4
2016-06-28SecurityPkg: AuthVariableLib: Cache UserPhysicalPresent in AuthVariableLibZhang, Chao B3-4/+12
2016-05-04SecurityPkg: AuthVariableLib: Remove Customized SecureBoot Mode transition.Zhang, Chao B4-1262/+220
2016-04-19SecurityPkg: AuthVariableLib & SecureBootConfigDxe: Fix SecureBootEnable & PK...Zhang, Chao B1-13/+1
2016-02-02SecurityPkg: AuthVariableLib: Add new cert database for volatile time based A...Chao Zhang4-57/+145
2015-12-29SecurityPkg AuthVariableLib: Correct comment/error log about CleanCertsFromDbStar Zeng2-10/+8
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-12-07SecurityPkg: AuthVariableLib: Fix GCC compile errorArd Biesheuvel1-17/+17
2015-12-07SecurityPkg: AuthVariableLib: Customized SecureBoot Mode transition.Chao Zhang4-232/+1278
2015-10-16SecurityPkg AuthVariableLib: Add the missing gEfiAuthenticatedVariableGuidStar Zeng1-0/+4
2015-08-06SecurityPkg: Update coding styleChao Zhang1-1/+2
2015-07-26SecurityPkg AuthVariableLib: Correct address pointers dataStar Zeng1-6/+13
2015-07-10SecurityPkg: Make time based AuthVariable update atomicChao Zhang3-30/+170
2015-07-01SecurityPkg: Implement AuthVariableLib library instanceStar Zeng5-0/+3389