commit | a36082664ecc6b62ceea10aa617c546491c3093d | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Dec 12 15:35:31 2019 -0700 |
committer | David Brown <davidb@davidb.org> | Wed Dec 18 11:53:25 2019 -0700 |
tree | b94b80f5d7d1156d6f2cf903405b9b1f357d1dc2 | |
parent | 3639aca07136048b6b239b6bd699cffd3e55d655 [diff] |
ecdsa: Allow ECDSA signatures to be actual length ECDSA signatures are variable length. They are also encoded as ASN.1. The ASN.1 parser we use is given the length, and will return a decoding error if the signature block is not sufficiently long. Instead of requiring the signature block be padded to the longest possible length a signature can be, allow them to be their natural length. This allows image signing tools to be able to generate signatures that don't have this padding. Along with removing the pad removal code from the EC224 code, this will allow this code to correctly validate all signatures, not just 255 out of 256. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot version 1.4.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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!