commit | fb5507b4a4f7e70dd9379e480a8a06e534350560 | [log] [tgz] |
---|---|---|
author | Roland Mikhel <roland.mikhel@arm.com> | Tue Mar 14 14:08:43 2023 +0100 |
committer | Dávid Vincze <david.vincze@arm.com> | Tue Sep 12 16:29:11 2023 +0200 |
tree | 60c058bf01af43d6a3186dd24058d79a78ba5a76 | |
parent | 03c9ad07815ba065b3dc0440d5e8b66a68c4a442 [diff] |
sim: Replace hash with SHA384 when P384 is used Currently all the hashing functionality is done with SHA256 but if we would like to use ECDSA-P384 that requires SHA384 as the hashing algorithm. However, MCUboot is using SHA256 for image hashing and public key hashing. This commit modifies the hashing operations to use SHA384 thus SHA256 can be omitted which is beneficial from a code size standpoint. Signed-off-by: Roland Mikhel <roland.mikhel@arm.com> Change-Id: I364eefe334e4fe6668b8a3b97991b5dbb0c80104
This is MCUboot version 1.11.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: