Re: Supporting both TLSv1 and SSLv3

2005-06-29 Thread david kine
Thanks for the reply, don't know how I missed that one, perhaps the name SSLv23 is confusing because it doesn't contain TLS. -David --- Cesc <[EMAIL PROTECTED]> wrote: > Why don't you try SSLv23_client_method()? > You can also use the set_options (for the SSL > structure or the > SSL_CTX) to pro

Re: Supporting both TLSv1 and SSLv3

2005-06-29 Thread Cesc
Why don't you try SSLv23_client_method()? You can also use the set_options (for the SSL structure or the SSL_CTX) to prohibit the use of SSLv2. This way, you got an SSLv3 and TLSv1 client. Cesc On 6/29/05, david kine <[EMAIL PROTECTED]> wrote: > Hello, > > How should I program my client applicat

Re: Getting sockaddr_in structures from a BIO or SSL struct.

2005-06-29 Thread Dr. Stephen Henson
On Tue, Jun 28, 2005, Joe Santapau wrote: > Thanks one and all, > > I had priviously used a socket BIO, but now I think I'll use accept() get > what I need, and then populate it into a SSL * it might give me > flexability > with the socket itself, timeouts and the like. > You can stick to BIO