[Patch] ssltest.c

2005-01-18 Thread Gisle Vanem
Currently ssltest.exe prints to stdout/stderr using binary mode on DOS/Win32. So the screen output is all screwed: ssltest.exe -d -v -time -server_auth Using BIO pair (-bio_pair) Warning: For accurate timings, use more connections (e .g. -num 1000) Available

Socket layer and OpenSsl

2005-01-18 Thread Prashant Kumar
Hello Group, In the project I am working on, we are trying to use OpenSsl in the non blocking mode. However, we want to avoid using the BSD select call and also may have to modify the read/send, write/receive calls. Basically, we want to modify the socket library to achieve our scaling

Re: Socket layer and OpenSsl

2005-01-18 Thread Lutz Jaenicke
On Tue, Jan 18, 2005 at 06:45:11AM -0800, Prashant Kumar wrote: Hello Group, In the project I am working on, we are trying to use OpenSsl in the non blocking mode. However, we want to avoid using the BSD select call and also may have to modify the read/send, write/receive calls.

Re: Socket layer and OpenSsl

2005-01-18 Thread Ng Pheng Siong
On Tue, Jan 18, 2005 at 04:33:18PM +0100, Lutz Jaenicke wrote: On Tue, Jan 18, 2005 at 06:45:11AM -0800, Prashant Kumar wrote: In the project I am working on, we are trying to use OpenSsl in the non blocking mode. However, we want to avoid using the BSD select call [...] Is there any