RE: A Few General OpenSSL Questions...

2005-12-01 Thread Usman Riaz
From: "Mark" <[EMAIL PROTECTED]> Reply-To: openssl-users@openssl.org To: openssl-users@openssl.org Subject: RE: A Few General OpenSSL Questions... Date: Thu, 1 Dec 2005 12:37:55 - Hello Usman, > > > an error. Can someone tell what do i need to do to mak

RE: A Few General OpenSSL Questions...

2005-12-01 Thread Mark
Hello Usman, > > > an error. Can someone tell what do i need to do to make > the server > >connect > > > with SSL v3, or TLS ver 1 > > > >Have you tried the SSLv23_method? it starts with a v2 Hello, then it > >upgrades to v3 or tlsv1 ... Try this with SSLv23_method: /* Set any paramet

Re: A Few General OpenSSL Questions...

2005-12-01 Thread Usman Riaz
On 11/30/05, Usman Riaz <[EMAIL PROTECTED]> wrote: > b. Secondly, I set the SSL version to 3 via "SSLv3_method" and wait for > client to connect. When the client connects (client is a FireFox browser, > with SSLv2,3 & TLSv1 enabled), on the server side when i try to read from > the bio (afte

Re: A Few General OpenSSL Questions...

2005-11-30 Thread Cesc
On 11/30/05, Usman Riaz <[EMAIL PROTECTED]> wrote: > b. Secondly, I set the SSL version to 3 via "SSLv3_method" and wait for > client to connect. When the client connects (client is a FireFox browser, > with SSLv2,3 & TLSv1 enabled), on the server side when i try to read from > the bio (after writi