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

Check EAD item size when encoding #164

Closed geonnave closed 6 months ago

geonnave commented 7 months ago

Check whether the EAD item actually fits alongside the message in the buffer.

geonnave commented 6 months ago

Solved in #168