uoscore-uedhoc
uoscore-uedhoc copied to clipboard
C implementations for constrained (and non-constrained) devices of the IETF protocols OSCORE and EDHOC
According to EDHOC specification this pull request introduce full support of key ID encoded as integer or byte string according to [3.3.2. Representation of Byte String Identifiers](https://datatracker.ietf.org/doc/html/draft-ietf-lake-edhoc-22#name-representation-of-byte-stri).
Hi! I guess EDHOC can be used between one server and several clients. Right now if the sender receives message one and some problem occurs when processing it then the...
Hello, We are developing a model learning tool for EDHOC clients and servers and we have used the implementations found in `samples/linux_edhoc` and `samples/linux_edhoc_oscore`, in order to learn their models...
Issue received per email: As I see my problems with Observe in Zephyr stems from the following lines in Zephyr coap.c and the fact “inner observe” with OSCORE is zero:...
I am doing research that involves configuring different key management strategies, such as Pre-shared Keys (PSK), Raw Public Keys (RPK), and dynamically generated keys. I also want to remove the...
Hello, I am trying to replicate the steps from https://github.com/eriptic/uoscore-uedhoc/blob/a03997fc698db562527d95ea531985678d7a0954/samples/zephyr_edhoc/README.MD but after flashing onto the ESP-32 that I'm using, I don't see uart:~$ *** Booting Zephyr OS build zephyr-v3.1.0-4283-g5108c4f21d3d ***...