Re: tomcat native - SSL setBIO()

2010-06-17 Thread jean-frederic clere
On 06/16/2010 07:44 PM, Costin Manolache wrote: On Tue, Jun 15, 2010 at 11:14 PM, jean-frederic clere jfcl...@gmail.comwrote: On 06/16/2010 07:08 AM, Mladen Turk wrote: On 06/16/2010 12:34 AM, Costin Manolache wrote: Hi, There are some methods in SSLContext to create and use a new BIO.

Re: tomcat native - SSL setBIO()

2010-06-17 Thread jean-frederic clere
On 06/17/2010 04:30 PM, Costin Manolache wrote: On Thu, Jun 17, 2010 at 12:56 AM, jean-frederic clere jfcl...@gmail.com mailto:jfcl...@gmail.com wrote: On 06/16/2010 07:44 PM, Costin Manolache wrote: On Tue, Jun 15, 2010 at 11:14 PM, jean-frederic clere jfcl...@gmail.com

Re: tomcat native - SSL setBIO()

2010-06-16 Thread jean-frederic clere
On 06/16/2010 07:08 AM, Mladen Turk wrote: On 06/16/2010 12:34 AM, Costin Manolache wrote: Hi, There are some methods in SSLContext to create and use a new BIO. Are there any examples/tests for this ? I can't find how to attach the BIO to a socket, it seems SSL_set_bio is never called,

Re: tomcat native - SSL setBIO()

2010-06-16 Thread Costin Manolache
On Tue, Jun 15, 2010 at 11:14 PM, jean-frederic clere jfcl...@gmail.comwrote: On 06/16/2010 07:08 AM, Mladen Turk wrote: On 06/16/2010 12:34 AM, Costin Manolache wrote: Hi, There are some methods in SSLContext to create and use a new BIO. Are there any examples/tests for this ? I

tomcat native - SSL setBIO()

2010-06-15 Thread Costin Manolache
Hi, There are some methods in SSLContext to create and use a new BIO. Are there any examples/tests for this ? I can't find how to attach the BIO to a socket, it seems SSL_set_bio is never called, can't figure what SSLContext.setBIO() does. Costin

Re: tomcat native - SSL setBIO()

2010-06-15 Thread Mladen Turk
On 06/16/2010 12:34 AM, Costin Manolache wrote: Hi, There are some methods in SSLContext to create and use a new BIO. Are there any examples/tests for this ? I can't find how to attach the BIO to a socket, it seems SSL_set_bio is never called, can't figure what SSLContext.setBIO() does. I'd