[U-Boot] [PATCH v3 1/6] lib: rsa: decouple rsa from FIT image verification
Simon Glass
sjg at chromium.org
Wed Nov 20 02:59:51 UTC 2019
On Tue, 12 Nov 2019 at 16:47, AKASHI Takahiro
<takahiro.akashi at linaro.org> wrote:
>
> Introduce new configuration, CONFIG_RSA_VERIFY which will decouple building
> RSA functions from FIT verification and allow for adding a RSA-based
> signature verification for other file formats, in particular PE file
> for UEFI secure boot.
>
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
> ---
> Kconfig | 1 +
> common/Makefile | 3 +-
> common/image-fit-sig.c | 417 +++++++++++++++++++++++++++++++++++++++++
> common/image-fit.c | 6 +-
> common/image-sig.c | 396 --------------------------------------
> include/image.h | 13 +-
> lib/rsa/Kconfig | 12 ++
> lib/rsa/Makefile | 2 +-
> lib/rsa/rsa-verify.c | 78 +++++---
> tools/Makefile | 2 +-
> 10 files changed, 493 insertions(+), 437 deletions(-)
> create mode 100644 common/image-fit-sig.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list