Re: More SSL thoughts

2014-10-08 Thread Emmanuel Lécharny
Le 07/10/14 23:37, Jeff MAURY a écrit : > Hello, > > as I'm working on the SSL part this time and more specifically on the > handshake/rehandshake processing, I have a couple of questions and some > infos to share: > >- I've added 3 more methods in IoHandler to reflect handshake related >ev

Re: More SSL thoughts

2014-10-08 Thread Jeff MAURY
On Wed, Oct 8, 2014 at 10:33 AM, Emmanuel Lécharny wrote: > Le 07/10/14 23:37, Jeff MAURY a écrit : > > Hello, > > > > as I'm working on the SSL part this time and more specifically on the > > handshake/rehandshake processing, I have a couple of questions and some > > infos to share: > > > >-

[jira] [Updated] (SSHD-356) Backport SSHD-330 Handshake fails (wrong shared secret) to 0.9 release

2014-10-08 Thread David Ostrovsky (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ostrovsky updated SSHD-356: - Attachment: 0001-Backport-Handshake-fails-wrong-shared-secret-to-0.9-.patch Attaching the patch in a

Re: Q: why is the KeepAliveHandler always return ReplyFailure ?

2014-10-08 Thread Jeff MAURY
Can you more precise ? What part of MINA are you talking about ? Jeff On Tue, Oct 7, 2014 at 11:50 AM, Lyor Goldstein wrote: > Shouldn't it return ReplySuccess ? After all, if its code has been reached > then the server is alive... > -- Jeff MAURY "Legacy code" often differs from its sugg

Re: Q: why is the KeepAliveHandler always return ReplyFailure ?

2014-10-08 Thread Emmanuel Lécharny
Le 08/10/14 22:34, Jeff MAURY a écrit : > Can you more precise ? What part of MINA are you talking about ? This is about SSHd.