commit | 2223c7dcc30104fb25ce8df6552b5c31ef85a216 | [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 | 2c80fc7867ec72ba2f0b762fef61f9a73152cf91 [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>