commit | b983cc2da0bafd73a4dfc069eb3c3a98677e2d92 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Feb 21 15:12:55 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 12 08:20:38 2020 -0400 |
tree | 6ea5e39eb92db6a1c1311876a8df52f267a3aeea | |
parent | d08b16edf80aa268985b96b2d9e633909734e7c1 [diff] |
lib: rsa: decouple rsa from FIT image verification 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@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>