Skip to content

Releases: nknorg/encrypted-stream

Release list

v1.0.1

Choose a tag to compare

@yilunzhang yilunzhang released this 10 Oct 06:18

Add sequential nonce and direction to prevent MITM attack

  • Support sequential nonce to prevent replay, re-order and packet drop attack
  • Add stream direction (initiator) to prevent reflection attack
  • Compatibility with old version is achieved through DisableNonceVerification config

v1.0.0

Choose a tag to compare

@yilunzhang yilunzhang released this 06 Jul 04:39
Reduce max message size from max uint32 to max int32

Signed-off-by: Yilun <[email protected]>