commit | 8749cd4d768127359c1ead4a940ab85a9f13e8b3 | [log] [tgz] |
---|---|---|
author | Helge Juul <helge@fastmail.com> | Tue Aug 10 10:59:00 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:15:54 2021 -0400 |
tree | 55541c763a9a63cb6a7918e3ff7d6e6f0e4c50d9 | |
parent | 936f3523d3d9f152f42d3db701dea8cc1167274c [diff] |
kconfig: Add option for encryption of binaries Introduce new Kconfig option MCUBOOT_ENCRYPTION_KEY_FILE. If the string is not empty Cmake will try to encrypt the final binaries using the given key file. Signed-off-by: Helge Juul <helge@fastmail.com>