[MINA3] Re: More SSL thoughts

2014-10-11 Thread Emmanuel Lécharny
Replying again, but this time with MINA 3 in mind (please add a tage in front of teh subject, i order to avoid confusion : I was in MINA 2 mode those last 3 weeks...) 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 > hands

Re: More SSL thoughts

2014-10-11 Thread Emmanuel Lécharny
Le 11/10/14 08:38, Jeff MAURY a écrit : > On Sat, Oct 11, 2014 at 8:24 AM, Emmanuel Lécharny > wrote: > > > I was mentioning the SSLContext that is the argument of the initSecure > method. Please note that in 3.0, there is no more SSLFilter as SSL >> handling >>> has been moved to core. >>> So my

Re: More SSL thoughts

2014-10-10 Thread Jeff MAURY
On Sat, Oct 11, 2014 at 8:24 AM, Emmanuel Lécharny wrote: > Le 08/10/14 11:45, Jeff MAURY a écrit : > > 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 specif

Re: More SSL thoughts

2014-10-10 Thread Emmanuel Lécharny
Le 08/10/14 11:45, Jeff MAURY a écrit : > 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 quest

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: > > > >-

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

More SSL thoughts

2014-10-07 Thread Jeff MAURY
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 event: handshakeStarted, handshakeCompleted and secureCl