Ivan Mikhaylov 4023dc9c95 binman: add sign option for binman
Introduce proof of concept for binman's new option which provides sign
and replace FIT containers in binary images.

Usage as example:

from:
mkimage -G privateky -r -o sha256,rsa4096 -F fit
binman replace -i flash.bin -f fit.fit fit

to:
binman sign -i flash.bin -k privatekey -a sha256,rsa4096 -f fit.fit fit

and to this one if it's need to be extracted, signed with key and put it
back in image:
binman sign -i flash.bin -k privatekey -a sha256,rsa4096 fit

Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
2023-03-14 16:08:51 -06:00
..
2022-10-31 11:02:44 -04:00
2023-02-10 07:41:39 -05:00
2022-11-02 08:42:03 +01:00
2022-01-19 18:11:34 +01:00
2023-02-10 07:41:39 -05:00
2023-02-10 07:41:40 -05:00
2022-08-04 16:18:47 -04:00
2023-02-09 16:32:26 -05:00
2023-03-03 09:49:02 -05:00
2023-02-06 13:04:53 -05:00
2023-03-14 16:08:51 -06:00
2023-01-09 11:30:08 -05:00
2021-04-20 07:31:12 -04:00
2023-02-07 14:33:50 -05:00