commit | 9771028579749bf5fbfd32490d56529473bddeba | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Fri May 24 17:44:49 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Jun 13 19:21:05 2019 -0300 |
tree | fcf4038d1b27901996255d95b444497d32e664d5 | |
parent | 4876484bce36cb030e1ec1acee0669ef996187cf [diff] [blame] |
Add ed25519 verification to sim Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/sim/mcuboot-sys/Cargo.toml b/sim/mcuboot-sys/Cargo.toml index 7512e22..4f20725 100644 --- a/sim/mcuboot-sys/Cargo.toml +++ b/sim/mcuboot-sys/Cargo.toml
@@ -21,6 +21,9 @@ # Verify ECDSA (secp256r1) signatures. sig-ecdsa = [] +# Verify ED25519 signatures. +sig-ed25519 = [] + # Overwrite only upgrade overwrite-only = []