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

Fix credential-by-value #279

Closed geonnave closed 6 months ago

geonnave commented 6 months ago

Fixes #273.

chrysn commented 6 months ago

It appears that something is wrong with the commits. Could it be that your changes were committed --amend to the latest merge commit?

chrysn commented 6 months ago

I've taken the liberty to force-push a version that has an actual commit in there.

chrysn commented 6 months ago

I have now tested this and it works on self-interop. Let's see if we can even squeeze one more interop test into this hackathon.

geonnave commented 6 months ago

I believe all is addressed.

chrysn commented 6 months ago

We're not there yet: from interop, we did {/kccs/14: <<{...}>>} while Marco (and the IANA registry) say it is {/kccs/14: {...}}

geonnave commented 6 months ago

Final part of the fix provided in PR #281.