aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_signature.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt1-33/+5
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima1-66/+1
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu1-2/+2
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu1-42/+61
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu1-0/+85
2020-08-14efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro1-69/+7
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro1-205/+180
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro1-68/+60
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro1-129/+169
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro1-29/+17
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro1-2/+3
2020-07-03efi_loader: fix efi_image_region_add()Heinrich Schuchardt1-16/+19
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro1-59/+62
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro1-0/+1
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt1-1/+1
2020-05-04efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro1-1/+1
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro1-1/+1
2020-04-16efi_loader: add signature database parserAKASHI Takahiro1-0/+226
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro1-0/+578