Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Drop connection when it has reached a certain number of packets #21

Closed
emschwartz opened this issue May 8, 2018 · 0 comments
Closed

Comments

@emschwartz
Copy link
Member

As @dappelt pointed out in interledger/rfcs#417 (comment), AES-GCM can only be used to encrypt 2^32 messages with a single key. Connections should automatically be dropped when either side has sent ~2^31 messages, or ideally some time before that.

sentientwaffle added a commit that referenced this issue Oct 17, 2019
Drop the connection after sending `2^31` packets over a single connection.

Fixes #21.
sentientwaffle added a commit that referenced this issue Oct 18, 2019
Drop the connection after sending `2^31` packets over a single connection.

Fixes #21.
justmoon pushed a commit to interledgerjs/interledgerjs that referenced this issue May 1, 2022
Drop the connection after sending `2^31` packets over a single connection.

Fixes interledgerjs/ilp-protocol-stream#21.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant