Re: [MNA 3] SSL support

2012-05-03 Thread Emmanuel Lécharny
Le 5/2/12 8:00 PM, Julien Vermillard a écrit : +1 Ok, I have committed some changes, but I'm still not pleased with what we get at the end. The problem is that in order to get a TCP session secured, we have to store the SSLContext somwhere. If we stores it into the AbstractTcpServer/Client,

Re: [MNA 3] SSL support

2012-05-03 Thread Emmanuel Lécharny
Le 5/3/12 12:11 PM, Emmanuel Lécharny a écrit : Le 5/2/12 8:00 PM, Julien Vermillard a écrit : +1 Ok, I have committed some changes, but I'm still not pleased with what we get at the end. The problem is that in order to get a TCP session secured, we have to store the SSLContext somwhere. If

[MNA 3] SSL support

2012-05-02 Thread Emmanuel Lécharny
Hi guys, right now, the SSLContext and ServiceMode classes are stored into the AbstractIoService, which makes no sense, as UDP for instance does not support SSL at all. I will move those fields to the AbstractTcpServer/Client. -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Re: [MNA 3] SSL support

2012-05-02 Thread Julien Vermillard
+1 On Wed, May 2, 2012 at 7:15 PM, Emmanuel Lécharny elecha...@gmail.com wrote: Hi guys, right now, the SSLContext and ServiceMode classes are stored into the AbstractIoService, which makes no sense, as UDP for instance does not support SSL at all. I will move those fields to the