index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_signature.c
Age
Commit message (
Expand
)
Author
2025-01-26
efi_loader: use LOGC_EFI consistently
Heinrich Schuchardt
2024-05-22
efi_loader: remove redundant hash includes
Raymond Mao
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
2022-07-05
efi_loader: signature: export efi_hash_regions()
AKASHI Takahiro
2022-05-07
efi_loader: add sha384/512 on certificate revocation
Ilias Apalodimas
2022-02-26
efi_loader: fix uefi secure boot with intermediate certs
Ilias Apalodimas
2022-01-29
efi_loader: hash the image once before checking against db/dbx
Ilias Apalodimas
2022-01-29
efi_loader: correctly handle mixed hashes and signatures in db
Ilias Apalodimas
2022-01-19
efi_loader: use %pUs for printing GUIDs
Heinrich Schuchardt
2021-10-25
efi_loader: simplify efi_sigstore_parse_sigdb()
Heinrich Schuchardt
2021-05-25
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
Masahisa Kojima
2020-12-31
efi: capsule: Add support for uefi capsule authentication
Sughosh Ganu
2020-12-31
efi_loader: Re-factor code to build the signature store from efi signature list
Sughosh Ganu
2020-12-31
efi_loader: Make the pkcs7 header parsing function an extern
Sughosh Ganu
2020-08-14
efi_loader: signature: correct a behavior against multiple signatures
AKASHI Takahiro
2020-08-13
efi_loader: signature: rework for intermediate certificates support
AKASHI Takahiro
2020-07-11
efi_loader: image_loader: add digest-based verification for signed image
AKASHI Takahiro
2020-07-11
efi_loader: image_loader: verification for all signatures should pass
AKASHI Takahiro
2020-07-11
efi_loader: signature: make efi_hash_regions more generic
AKASHI Takahiro
2020-07-11
efi_loader: signature: fix a size check against revocation list
AKASHI Takahiro
2020-07-03
efi_loader: fix efi_image_region_add()
Heinrich Schuchardt
2020-07-03
efi_loader: signature: replace debug to EFI_PRINT
AKASHI Takahiro
2020-06-03
efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c
AKASHI Takahiro
2020-05-04
efi_loader: correct comments for efi_status_t
Heinrich Schuchardt
2020-05-04
efi_loader: fix unreachable statement in efi_sigstore_parse_siglist
AKASHI Takahiro
2020-05-04
lib/crypto, efi_loader: move some headers to include/crypto
AKASHI Takahiro
2020-04-16
efi_loader: add signature database parser
AKASHI Takahiro
2020-04-16
efi_loader: add signature verification functions
AKASHI Takahiro