eriptic / uoscore-uedhoc

C implementations for constrained (and non-constrained) devices of the IETF protocols OSCORE and EDHOC
Other
15 stars 15 forks source link

Several clients #49

Open sabor12345 opened 1 year ago

sabor12345 commented 1 year ago

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 responder will terminate and returns some error code. If i want the server to be active again i have to rerun it.
Is this an issue or is this deliberate? I mean someone who wants to crash the server can just send an invalid message.

Sincerely Sabor

StefanHri commented 1 year ago

Hi Sabor,

thanks for rising this question. Generally, currently we can have a singe server talking to a single client. Concurrent operations are not possible yet. Actually some time ago I started working on this but did not have enough resources to finish the work.