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

A Few General OpenSSL Questions...

2005-11-30 Thread Usman Riaz
Hi*! I am implementing SSL support for my IOCP server using bio pairs. I would like if someone can throw some light on the following ... a. Do the bio pairs support full duplex data flow, like for example I get some data from client thats less then a complete SSL record, I write that inco