commit | e369784ba4cd699a5b85e608a61c8aad06420eaf | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Wed Apr 03 10:24:26 2024 +0200 |
committer | David Brown <davidb@davidb.org> | Wed Apr 10 12:05:08 2024 -0600 |
tree | 53d1b964ee3b6bb18ac69d7e375a2aa929ff1955 | |
parent | 39757d6a426824bf0255b84d3eef8463cf2f4f0d [diff] |
bootutil: Allow the usage of builtin keys in verification Introduce a new MCUBOOT_BUILTIN_KEY option to enable the usage of builtin keys for signature verification. This way the details of the key handling mechanism are abstracted away from the boot code and this responsibility is delegated to the given crypto library. This is an alternative option to the existing MCUBOOT_HW_KEY feature, however in this case we can entirely rely on key IDs and not only the code, but also the image metadata does not contain any public key data. Change-Id: Id01b67951310549b2734730c58bfa7210a2d5236 Signed-off-by: David Vincze <david.vincze@arm.com>
This is MCUboot version 2.1.0-dev
MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on microcontroller systems, and provides a secure bootloader that enables easy software upgrade.
MCUboot is not dependent on any specific operating system and hardware and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems and SoCs:
RIOT is supported only as a boot target. We will accept any new port contributed by the community once it is good enough.
See the following pages for instructions on using MCUboot with different operating systems and SoCs:
There are also instructions for the Simulator.
The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUboot GitHub Issues.
You can find additional documentation on the bootloader in the source files. For more information, use the following links:
Developers are welcome!
Use the following links to join or see more about the project: