commit | 5964c3f407db29eec1720035d6ba5057673825d7 | [log] [tgz] |
---|---|---|
author | Patrick Oppenlander <patrick.oppenlander@gmail.com> | Thu Jul 30 14:30:47 2020 +1000 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 07 11:47:18 2020 -0400 |
tree | 8040f7bba380d469a3ad63183c72ba626a69ddd5 | |
parent | a4fafb3eb9c28758772943a8f90a53ad98e7c7ce [diff] |
mkimage: fit: include image cipher in configuration signature This patch addresses issue #2 for signed configurations. -----8<----- Including the image cipher properties in the configuration signature prevents an attacker from modifying cipher, key or iv properties. Signed-off-by: Patrick Oppenlander <patrick.oppenlander@gmail.com> Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>