[PATCH 2/2] tools/fit_check_sign: make key optional
Daniel Golle
daniel at makrotopia.org
Sat Mar 29 06:08:23 CET 2025
On Sat, Mar 29, 2025 at 03:13:01AM +0000, Daniel Golle wrote:
> Allow invoking fit_check_sig without the key parameter, allowing to
> validate only checksums and hashes for unsigned images.
Sadly I've missed making the munmap() of the key_blob conditional as
well, and while glibc seems to be graceful about munmap(NULL) other libc
like musl are not.
I will fix that in v2.
More information about the U-Boot
mailing list