Lyor Goldstein created SSHD-949:
-----------------------------------

             Summary: Session should use cipher block size and not IV size to 
calculate padding
                 Key: SSHD-949
                 URL: https://issues.apache.org/jira/browse/SSHD-949
             Project: MINA SSHD
          Issue Type: Bug
    Affects Versions: 2.3.0
            Reporter: Lyor Goldstein
            Assignee: Lyor Goldstein


{code:java|title=AbstractSession.java}
// values are subsequently used to calculated padding boundary
inCipherSize = inCipher.getIVSize();
outCipherSize = outCipher.getIVSize();
{code}

By chance, since usually the selected cipher is AES we get 16 which is +both+ 
the initial vector (IV) and cipher block size.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to