]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/image-host.c
tools, fit_check_sign: verify a signed fit image
authorHeiko Schocher <hs@denx.de>
Mon, 3 Mar 2014 11:19:30 +0000 (12:19 +0100)
committerTom Rini <trini@ti.com>
Fri, 21 Mar 2014 20:40:38 +0000 (16:40 -0400)
commit29a23f9d6c533f8371be3ae0268c4c75866291b2
treecb7e69f6a7903ac5f63c03f99aa4f34b9fd151d7
parent6bf4ca076f8c7a3c1c5abd1cbb059516f7af15df
tools, fit_check_sign: verify a signed fit image

add host tool "fit_check_sign" which verifies, if a fit image is
signed correct.

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Simon Glass <sjg@chromium.org>
17 files changed:
common/image-sig.c
doc/uImage.FIT/signature.txt
include/fdt_support.h
include/image.h
lib/fdtdec.c
lib/rsa/rsa-checksum.c
lib/rsa/rsa-sign.c
lib/rsa/rsa-verify.c
test/vboot/vboot_test.sh
tools/.gitignore
tools/Makefile
tools/fdt_host.h
tools/fdtdec.c [new file with mode: 0644]
tools/fit_check_sign.c [new file with mode: 0644]
tools/image-host.c
tools/rsa-checksum.c [new file with mode: 0644]
tools/rsa-verify.c [new file with mode: 0644]