commit | 4a8838428ca5a65992eebd3faecd79359fc96404 | [log] [tgz] |
---|---|---|
author | Bence Balogh <bence.balogh@arm.com> | Thu Jul 06 16:56:46 2023 +0200 |
committer | David Hu <david.hu@arm.com> | Wed Jul 19 08:21:52 2023 +0200 |
tree | c64a3531e8a8ecaf7fbb83c829c2b780ee792baf | |
parent | 2484570fa4bef6fc274b81b67dd2d726d82e7545 [diff] |
MCUboot: Generate and sign with new keys if needed If the MCUBOOT_GENERATE_SIGNING_KEYPAIR config flag is on then generate new private key with the imgtool and use the new keys to sign the S and NS images. The public keys of the newly generated keys have to be provisioned into the OTP so the MCUboot can validate the signed images correctly. Change-Id: Ia833775fd66c046e2afaffca8f59361ef3cbebb8 Signed-off-by: Bence Balogh <bence.balogh@arm.com>