commit | 3929743408eaab6b308cbb7c09d634249a6f3a52 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Wed May 08 18:51:10 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu May 16 14:01:19 2019 -0300 |
tree | 616e011f7af5ceeeaa97619b2c3f4c254e5eb654 | |
parent | 19fd79a496248c40f95d3359e1e60931df5e734f [diff] [blame] |
Add simulator support for RSA-3072 sigs Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/sim/mcuboot-sys/Cargo.toml b/sim/mcuboot-sys/Cargo.toml index 8071ba1..7512e22 100644 --- a/sim/mcuboot-sys/Cargo.toml +++ b/sim/mcuboot-sys/Cargo.toml
@@ -15,6 +15,9 @@ # compile with both sig-rsa and sig-ecdsa enabled. sig-rsa = [] +# Verify RSA-3072 signatures. +sig-rsa3072 = [] + # Verify ECDSA (secp256r1) signatures. sig-ecdsa = []