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
13 stars 10 forks source link

Tests (authz): add mock function to fetch cred_i #250

Closed geonnave closed 6 months ago

geonnave commented 6 months ago

This fixes #121.

In fact, #121 has been solved since when we split the message processing, but with this test, it is now more explicit how the fetching mechanism should work.