Comment 0 for bug 892896

Revision history for this message
aj00200 (aj00200) wrote : Maximum packet size is 2048 bits (or less)

The maximum packet size is 2048 bits because we are using 2048 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.