]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: binman: Test signing an encrypted FIT with a preload header
authorPaul HENRYS <paul.henrys_ext@softathome.com>
Fri, 17 Apr 2026 08:30:50 +0000 (10:30 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 5 May 2026 16:37:09 +0000 (10:37 -0600)
commitb20d69e5f57bee299380bb30112856e51d8f26b0
tree38c4b0a6281d09ac6d1e431eb059e59530ba4a8b
parent9ff82a771c44a8cf38bd52b556f685ddbc6f1a55
tools: binman: Test signing an encrypted FIT with a preload header

Add a test to verify the preload header correctly signs an encrypted
FIT. This test exercises the case where encryption uses random IVs that
would change between mkimage calls.

Signed-off-by: Paul HENRYS <paul.henrys_ext@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
tools/binman/test/security/pre_load_fit_encrypted.dts [new file with mode: 0644]