commit | 3869e760901a27adff47ccaea803a42f1b0169c0 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Feb 02 08:10:23 2017 -0700 |
committer | David Brown <david.brown@linaro.org> | Thu Feb 02 08:39:18 2017 -0700 |
tree | e952d74c5b98faf687e1731a80b10502a05c5280 | |
parent | baff96ff23c8819a016e0b016a13fbf7e23922a8 [diff] |
zephyr: Support RSA, and ECDSA P-256 signing Make it clear in the top-level Makefile how to configure mcuboot for Zephyr for a particular signing algorithm. Currently supported, are the RSA signatures, and ECDSA with the P-256 curve. These configuration lines will select the code built in the bootloader, as well as which public key gets included with the image. This also adds a demo public key for the P-256 signatures.