You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2015/06/09 13:07:00 UTC

[jira] [Resolved] (SSHD-443) Improve supported cipher detection

     [ https://issues.apache.org/jira/browse/SSHD-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Goldstein Lyor resolved SSHD-443.
---------------------------------
    Resolution: Fixed

Added tests to make sure that the reported _isSupported_ result matches reality + that client/server are always configured by default with all the built-in ciphers whose key length is <= 128 since such keys are supported by all JDKs (for now at least)

> Improve supported cipher detection
> ----------------------------------
>
>                 Key: SSHD-443
>                 URL: https://issues.apache.org/jira/browse/SSHD-443
>             Project: MINA SSHD
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Goldstein Lyor
>             Fix For: 1.0.0
>
>
> The detection for supported ciphers actually creates and initialize the cipher, which is very time consuming.
> Checking the maximum allowed key size is a much faster option.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)