commit | dd89f5b0fde7f23afffc69f92eedc7f7c5caef36 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Feb 21 15:12:56 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 12 08:20:39 2020 -0400 |
tree | d69501b977b644591d87be04742b9ec6856b3921 | |
parent | b983cc2da0bafd73a4dfc069eb3c3a98677e2d92 [diff] |
rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config In the next couple of commits, under new CONFIG_RSA_VERIFY_WITH_PKEY, rsa_verify() will be extended to be able to perform RSA decryption without additional RSA key properties from FIT image, i.e. rr and n0inv. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>