Releases: nknorg/encrypted-stream
Releases · nknorg/encrypted-stream
Release list
v1.0.1
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
Reduce max message size from max uint32 to max int32 Signed-off-by: Yilun <[email protected]>