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

Make parse_cred safe #163

Closed geonnave closed 6 months ago

geonnave commented 7 months ago

Improve CBOR decoding and make sure all accesses are within bounds.

geonnave commented 6 months ago

Solved in #169