tomaswolf commented on pull request #176:
URL: https://github.com/apache/mina-sshd/pull/176#issuecomment-877871488


   And it's in again.
   
   Chacha20-poly1305 has a block size of 8, and `AbstractSession` computed 
rekey limits for ciphers with block sizes < 16 wrongly, which caused SSHD-1191. 
That's fixed now. If there are remaining problems with rekeying, they're in any 
case not caused by the choice of cipher.
   
   This chacha20-poly1305 implementation itself is perfectly fine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to