[
https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386397#comment-16386397
]
Jonathan Valliere edited comment on DIRMINA-1068 at 3/5/18 5:29 PM:
--
[
https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386397#comment-16386397
]
Jonathan Valliere commented on DIRMINA-1068:
Windows limits the number of so
[
https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386386#comment-16386386
]
Emmanuel Lecharny commented on DIRMINA-1068:
I don't think we create those t
> +public static byte[] readOakleyGroup(String name) {
>
The method was private, but making it public would need just a bit of
javadoc explaining the input/output.
I don't really see the need, since we have the getP16() and similar methods
that are already public though...
>> In general in a
[
https://issues.apache.org/jira/browse/DIRMINA-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386375#comment-16386375
]
Jonathan Valliere commented on DIRMINA-893:
---
That is interesting. because I pro
[
https://issues.apache.org/jira/browse/DIRMINA-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386352#comment-16386352
]
Jonathan Valliere commented on DIRMINA-1068:
Please pull MINA from GIT and c
[
https://issues.apache.org/jira/browse/DIRMINA-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386347#comment-16386347
]
Emmanuel Lecharny commented on DIRMINA-893:
---
The check was added a while back,
[
https://issues.apache.org/jira/browse/DIRMINA-1079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386331#comment-16386331
]
Jonathan Valliere commented on DIRMINA-1079:
Please make your suggestion as
[
https://issues.apache.org/jira/browse/DIRMINA-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16386323#comment-16386323
]
Jonathan Valliere commented on DIRMINA-893:
---
Seems to me like a deadlock check
Guillaume Nodet created SSHD-806:
Summary: Split mina io support in its own module
Key: SSHD-806
URL: https://issues.apache.org/jira/browse/SSHD-806
Project: MINA SSHD
Issue Type: New Feature
[
https://issues.apache.org/jira/browse/SSHD-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved SSHD-805.
--
Resolution: Fixed
https://github.com/apache/mina-sshd/commit/b8301774da5eb933fc297e5172579b53d2204
Hello,
I would like to use the FtpServer configure the allowed remotes and
users programmatic.
Utility classes:
* AddressPlusPort: simple object that holds an inet address and a port
(wildcard for address and port is allowed)
* ConnectionInfo: an AddressPlusPort for the local endpoint and an
Addr
2018-03-05 14:18 GMT+01:00 :
> Repository: mina-sshd
> Updated Branches:
> refs/heads/master f38e14df3 -> 2d43f6fe2
>
>
> [SSHD-805] Return a clone of the RFC8268 modulu number bytes to avoid
> inadvertent modification of the shared instance
>
>
> Project: http://git-wip-us.apache.org/repos/asf/
I've actually added the support for RFC 8268:
https://github.com/apache/mina-sshd/commit/b8301774da5eb933fc297e5172579b53d2204a57
2018-03-05 5:52 GMT+01:00 Mark D. Baushke :
> At a minimum, I recommend adding support for
>
> diffie-hellman-group14-sha256
>
> even if you are not able to support
Guillaume Nodet created SSHD-805:
Summary: RFC 8268 support
Key: SSHD-805
URL: https://issues.apache.org/jira/browse/SSHD-805
Project: MINA SSHD
Issue Type: New Feature
Reporter:
Could you create a JIRA issue for that ?
If you have some time, a patch to add this would be nice, the related code
is located in
https://github.com/apache/mina-sshd/blob/master/sshd-core/src/main/java/org/apache/sshd/common/kex/BuiltinDHFactories.java
and should not be too difficult to add suppor
At a minimum, I recommend adding support for
diffie-hellman-group14-sha256
even if you are not able to support larger DH prime sizes.
--
Mark D. Baushke
m...@juniper.net
17 matches
Mail list logo