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

fixed wrong calculation of notification number #37

Closed mopsiok closed 1 year ago

mopsiok commented 1 year ago

notification_number_update was using memcpy instead of dedicated PIV decoding function, resulting in falsely triggered notification check errors.