commit | cb1bb48bb53c6b7816128bc0f79e4fd616a78343 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Wed Sep 06 10:31:11 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Wed Sep 06 16:16:58 2017 -0600 |
tree | d16e0cdb23820cafad4c498650d36461d8d20864 | |
parent | 9911b1864bd1286fb3e5d95986fc6497c24b1059 [diff] |
imgtool: Fix ECDSA signatures Earlier refactoring created a call for get_public_bytes() that was added to the RSA class, but missed on the ECDSA class. Add this call so that ECDSA signatures will work again. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 0.9.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!