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

Support No-Response option #45

Closed magdalenaszumny closed 8 months ago

magdalenaszumny commented 1 year ago

Support No-Response option (see RFC8613, chapter 4.1.3.6 and RFC7967).

"No-Response [RFC7967] is an optional feature used by the client to communicate its disinterest in certain classes of responses to a particular request. "

magdalenaszumny commented 1 year ago

If No-Response option is set by the client it can shorten overall communication time. This option is optional, so this change is backwards compatible.

magdalenaszumny commented 1 year ago

@StefanHri Could you please review and merge if everything is ok?