intel / dps-for-iot

Other
61 stars 23 forks source link

Nonce may be reused on sequence number wraparound #121

Closed malsbat closed 4 years ago

malsbat commented 4 years ago

The nonce used in content encryption is derived from the publication UUID and the sequence number, thus it may be reused when the sequence number (a 32-bit number) wraps.

malsbat commented 4 years ago

This is resolved in commits a3d1e66d65a5bfc31b162073d1c34af87707f4f5 and 820f9bab3f4e7b69da0551eac6a225331aa0cc74.

malsbat commented 4 years ago

Commits have been merged to master