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

Support multiple authentication methods #278

Open geonnave opened 1 month ago

geonnave commented 1 month ago

Right now we support authentication method 3: Static DH Key x Static DH Key.

We should support more methods.

Background

According to the spec:

We also have a potential need for a (still under research) new PSK method (cc @ElsaLopez133).