Maximum packet size is 4096 bits (or less)
Bug #892896 reported by
aj00200
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Anonplus |
In Progress
|
Critical
|
Vomun Security Team |
Bug Description
The maximum packet size is 4096 bits because we are using 4096 bit RSA keys.
Messages need to be split at that size and encrypted. They then need to be sent to the remote host in a format that allows for decryption of multiple blocks.
This can be fixed by implementing the tmp-rsa blueprint. (Or the AES blueprint, which has been done :-))
description: | updated |
tags: | added: encryption |
Changed in anonplus: | |
milestone: | none → build-8 |
importance: | Undecided → High |
description: | updated |
Changed in anonplus: | |
assignee: | aj00200 (aj00200) → Vomun Security Team (vomun-security) |
summary: |
- Maximum packet size is 2048 bits (or less) + Maximum packet size is 4096 bits (or less) |
description: | updated |
To post a comment you must log in.
I am working to setup proper use of the friend- identification blueprint which will make it easier to transition into using AES encryption. However, I am having problems with sending the 0x0000 packet. It seems we may actually need to fix this afterall.