commit | 2c9153a268590ec30849e2c1ee7c12d792b792e7 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Tue Nov 21 15:18:12 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Tue Jan 09 09:41:30 2018 -0700 |
tree | 265eb7a3b57892c6e62b6a273f7c0e0480095601 | |
parent | b6e0ae695cec4752a1f49f3489a52156345593e9 [diff] |
imgtool: ECDSA pad signature Until we fix the padding problem, pad the ecdsa signatures with zeros to always be 72 bytes long. Add a 'raw_sign' method so that the unit test can use the real signature. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 1.0.0
MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. Currently mcuboot works with both the Apache Mynewt, and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!