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

Draft: Fixed incorrect buffer sizes for edhoc #47

Closed mopsiok closed 1 year ago

mopsiok commented 1 year ago

Prior to this change, if msg3 was larger than msg2, it would be truncated due to incorrect handling of buffer sizes.