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

Ability to verify the EAD handler type #120

Closed geonnave closed 4 months ago

geonnave commented 8 months ago

See discussion here.

geonnave commented 6 months ago

This is partially solved by #170 and #174. What is missing is some code to actually test the EAD type and act accordingly.

geonnave commented 4 months ago

In fact, the ead type can be just checked by the application, and it is in fact checked in the current ead-authz implementation. Therefore closing this issue.