openwsn-berkeley / lakers

EDHOC implemented in Rust, optimized for microcontrollers, with bindings for C and Python.
https://crates.io/crates/lakers
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Implement `Learning` and `NoLearning` trust models #181

Open geonnave opened 6 months ago

geonnave commented 6 months ago

The draft Implementation Considerations for EDHOC defines three trust models for learning new credentials. Based on a recent conversation with Marco Tiloca, it is likely that the models will be simplified to just two options:

This issue aims at experimenting with these models in the implementation.