Re: Allow encrypting data in FIT with binman

2024-08-05 Thread Paul HENRYS (EXT)
s256.bin b/tools/binman/test/aes256.bin new file mode 100644 index ..09b8bf6254ada5c084039f32916bc7d30233bb2c GIT binary patch literal 32 ncmXpsGBz Sent: Monday, 1 July 2024 15:57 To: U-Boot Mailing List Cc: Paul HENRYS (EXT) Subject: Re: Allow encrypting d

Re: Allow encrypting data in FIT with binman

2024-07-01 Thread Simon Glass
Hi Paul, Unfortunately I did not receive the email with your patch but I see it in patchwork here: https://patchwork.ozlabs.org/bundle/sjg/dm/?series=408037 I get this error: binman test testSimpleFitEncryptedData Running binman tests E

[PATCH 0/3] *** Allow encrypting data in FIT with binman ***

2024-05-24 Thread Paul HENRYS
The first patch 0001 is required for patch 0002 as random IV are currently only added to the FIT if the encryption key is also added to the DTB. Patch 0002 then allows to use binman to encrypt data in the FIT generated when mkimage is called by binman, when cipher information are provided. Paul HE