commit | 1d5bea1cf700bcb31d3853f7c3c2ed99f2bc9e66 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Nov 16 15:11:10 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Tue Jan 09 09:41:30 2018 -0700 |
tree | 73b96ed2dba739c85fd1a81007a342c4c22bcd2d | |
parent | 47b77c521a64d7456273ddb0868eae8ca2f93cae [diff] |
imgtool: Add support for password protected RSA keys The keygen command allows the `-p` argument which will prompt for a password, and protect the private key with this password. When loading keys, it will prompt for a password if it detects a password protected key. 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!