[
https://issues.apache.org/jira/browse/SSHD-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on SSHD-949 started by Lyor Goldstein.
-------------------------------------------
> 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
> Priority: Major
>
> {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: [email protected]
For additional commands, e-mail: [email protected]