summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_signature.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima2021-05-251-66/+1
* efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-311-2/+2
* efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-311-42/+61
* efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-311-0/+85
* efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro2020-08-141-69/+7
* efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro2020-08-131-205/+180
* efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2020-07-111-68/+60
* efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2020-07-111-129/+169
* efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro2020-07-111-29/+17
* efi_loader: signature: fix a size check against revocation listAKASHI Takahiro2020-07-111-2/+3
* efi_loader: fix efi_image_region_add()Heinrich Schuchardt2020-07-031-16/+19
* efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-59/+62
* efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro2020-06-031-0/+1
* efi_loader: correct comments for efi_status_tHeinrich Schuchardt2020-05-041-1/+1
* efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro2020-05-041-1/+1
* lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro2020-05-041-1/+1
* efi_loader: add signature database parserAKASHI Takahiro2020-04-161-0/+226
* efi_loader: add signature verification functionsAKASHI Takahiro2020-04-161-0/+578