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

coapserver-coaphandler: Restore feature parity with coapserver #239

Closed chrysn closed 3 months ago

chrysn commented 4 months ago

authz support was added to the coapserver but not to coapserver-coaphandler; this fixes the regression.

This is based on #238 because the C client's bugs were hidden by coapserver's lax handling (see https://github.com/martindisch/coap-lite/issues/36), and would otherwise make it unusable for even basic testing.

geonnave commented 3 months ago

Looks good, thanks for this PR.