commit | 9b97b13a2bdd378009010085fe6ec8412f103305 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Dec 18 17:21:51 2018 -0200 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Dec 27 10:58:50 2018 -0200 |
tree | 5416bcefe2dbbae0be9df94fce24ccaa1e55fba6 | |
parent | 251ef1d98ae479e28702b5a12d300364e97c4241 [diff] [blame] |
Enable bootstrap test in CI Adds testing a bootstrap with RSA/ECDSA signing and KW encryption. Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/sim/mcuboot-sys/Cargo.toml b/sim/mcuboot-sys/Cargo.toml index 09b323b..16cc8d5 100644 --- a/sim/mcuboot-sys/Cargo.toml +++ b/sim/mcuboot-sys/Cargo.toml
@@ -29,6 +29,9 @@ # Encrypt image in slot1 using AES-KW-128 enc-kw = [] +# Allow bootstrapping an empty/invalid slot0 from a valid slot1 +bootstrap = [] + [build-dependencies] cc = "1.0.25"