[
https://issues.apache.org/jira/browse/SSHD-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705845#comment-16705845
]
Goldstein Lyor commented on SSHD-873:
-------------------------------------
I prefer an explicit {{getCipherBlockSize()}} method in order to facilitate the
re-keying mechanism described in [RFC 4253 - section
9|(https://tools.ietf.org/html/rfc4253#section-9] and [RFC 4344 - section
3.2|https://tools.ietf.org/html/rfc4344#section-3.2]. In any case, users code
can use whatever {{getXXXSize()}} they see fit.
> BuiltinCiphers.aes256cbc.getBlockSize() returns wrong value
> -----------------------------------------------------------
>
> Key: SSHD-873
> URL: https://issues.apache.org/jira/browse/SSHD-873
> Project: MINA SSHD
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: Thomas Wolf
> Assignee: Goldstein Lyor
> Priority: Minor
>
> As far as I know AES always has a block size of 16. BuiltinCiphers returns 32
> for aes256, and 24 for aes192. That's not the block size, it's the key size
> in bytes.
> Maybe I misunderstand something?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)