commit | 22a46b2d4aed3e63f280e170439fd9f7c581bfad | [log] [tgz] |
---|---|---|
author | Marko Kiiskila <marko@runtime.io> | Tue Aug 22 21:36:32 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Wed Sep 06 16:16:58 2017 -0600 |
tree | 6a86993b4fec47222fca9cfe2cb69622e24e33d5 | |
parent | 833005e2d0faa86fb64b4e7b4cefa34f5199c5c6 [diff] |
Remove PKCSv1.5 sig format option from RSA Since we are changing the image header format, there is no reason to continue to support the old PKCS#1 v1.5 signatures. Remove the definitions, and conditional complication related to this, and only support the newer PSS signatures. Signed-off-by: Marko Kiiskila <marko@runtime.io> 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!