commit | d0157343dc715ae0ff92066a5d3c5e82528a403d | [log] [tgz] |
---|---|---|
author | Fabio Utzig <fabio.utzig@nordicsemi.no> | Fri Oct 02 15:22:11 2020 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Mon Oct 05 17:11:14 2020 -0300 |
tree | ad758d077c22c51c49b01aa7474447bd9b1ee5e3 | |
parent | aac99a14c9cdc8684fd4fbced130d3065a75ffea [diff] [blame] |
sim: add bootstrap test Add caps for bootstrap option and implement simple bootstrap test for the simulator. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
diff --git a/sim/src/caps.rs b/sim/src/caps.rs index edffd0c..1d9a612 100644 --- a/sim/src/caps.rs +++ b/sim/src/caps.rs
@@ -24,6 +24,7 @@ SwapUsingMove = (1 << 11), DowngradePrevention = (1 << 12), EncX25519 = (1 << 13), + Bootstrap = (1 << 14), } impl Caps {