commit | 78e57c7b6e89eaae41b2426afb0e86a2146d6504 | [log] [tgz] |
---|---|---|
author | Ioannis Konstantelias <ikonstadel@gmail.com> | Thu Nov 28 16:06:12 2019 +0200 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Dec 17 16:26:53 2019 -0300 |
tree | a53f930ea06b85674fcc4d0191cdd26d81a9d854 | |
parent | 6f4d8f8597a09b9ceda3f617328374ff717d5f73 [diff] |
scripts: imgtool: Add command to dump private keys This applies a few improvements to a commit previously included in PR #596: * Move functions to dump a private key to the private key classes * Remove language option; always dumps in C format * Add option to generate a minimal dump. This will remove extra parameters that are present in keys generated with the `keygen` command. For P256 this will remove the public point, which is already ignored by the parsing function. The resulting key dump shrinks from 138 to 70 bytes. For RSA it will remove the DP/DQ/QP parameters which are only used with CRT enabled, and if not available, can be calculated at runtime. This reduces the size of a key dump from around 1190 bytes to somewhere close to 800 bytes. A patch to the RSA parsing routine will be added in another commit. Signed-off-by: Fabio Utzig <utzig@apache.org> Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>
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!