]> git.dujemihanovic.xyz Git - u-boot.git/commit
image-fit-sig: Remove padding check
authorChia-Wei Wang <chiawei_wang@aspeedtech.com>
Mon, 14 Oct 2024 09:56:19 +0000 (17:56 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 21 Oct 2024 23:52:52 +0000 (17:52 -0600)
commit2e6cf57e8eabfe9c0ca62fbcd7fd2eeaa5ce6695
tree1d473783b0d5efc5521f493e08811bb2d0b9a88d
parent75068b1a2dbcf475c1043e7aa0f6882554d759bc
image-fit-sig: Remove padding check

The padding algorithm is not mandatory for all signing algorithm.
For example, ECDSA does not require a padding method.

For RSA requiring PKCS padding, the belonging info->crypto(), assigned
with rsa_verify_key(), also has the check on the validity of info->padding().

Thus, remove the info->padding check from the upper, general layer.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/image-fit-sig.c