summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_signature.c
AgeCommit message (Expand)Author
2022-07-05efi_loader: signature: export efi_hash_regions()AKASHI Takahiro
2022-05-07efi_loader: add sha384/512 on certificate revocationIlias Apalodimas
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas
2022-01-29efi_loader: hash the image once before checking against db/dbxIlias Apalodimas
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu
2020-08-14efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro
2020-07-03efi_loader: fix efi_image_region_add()Heinrich Schuchardt
2020-07-03efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt
2020-05-04efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro
2020-04-16efi_loader: add signature database parserAKASHI Takahiro
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro