Memory BIO_pairs and SSL

2004-02-29 Thread Chris Rowe
Where's a good example that shows doing an SSL handshake with a memory BIO_pair?I want to do overlapped IO on sockets and pipes without going through the SSL_connect(), SSL_write(), etc. functions, but I'm not sure how to go about doing the handshake mechanics to perform the certificate e

RE: Non-Blocking Socket Reads and Writes?

2004-02-24 Thread Chris Rowe
Just to get this thread back on track. I am simply trying to find a code example that shows using bio pairs instead of the SSL_write and SSL_read functions, so that I can use openssl routines in conjunction with native WinSock calls. In other words, I would like to be able to encrypt/decrypt using

RE: Non-Blocking Socket Reads and Writes?

2004-02-24 Thread Chris Rowe
non-blocking: fcntl(my_socket,F_SETFL,O_NONBLOCK) blocking: fcntl(my_socket,F_SETFL,0) -- http://www.badgerbadgerbadger.com/ On Feb 20, 2004, at 9:14 AM, Chris Rowe wrote: > Do I need to call  ioctlsocket(m_socket, FIONBIO, (u_long FAR*) > &iMode); to enable non-blocking or can I just

RE: Non-Blocking Socket Reads and Writes?

2004-02-20 Thread Chris Rowe
Do I need to call  ioctlsocket(m_socket, FIONBIO, (u_long FAR*) &iMode); to enable non-blocking or can I just #define FIONBIO and #define USE_NBIO from within my code?     From: Chris Rowe [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:18 AM To: '[EMAIL

Non-Blocking Socket Reads and Writes?

2004-02-20 Thread Chris Rowe
little push in the right direction please.   Thanks in advance, Chris Rowe  

RE: Installation Trouble VC7 Win32

2004-02-18 Thread Chris Rowe
.NET 2003 Regards Andrzej Posiadała "Chris Rowe" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 2004-02-17 22:04 Please respond to openssl-users To: <[EMAIL PROTECTED]> cc: Subject:Installation Trouble VC7 Win32 OK I am new to

RE: Installation Trouble VC7 Win32

2004-02-18 Thread Chris Rowe
Regards,   Steven -Original Message- From: owner-[EMAIL PROTECTED] [mailto:owner-[EMAIL PROTECTED]] On Behalf Of Chris Rowe Sent: Wednesday, 18 February 2004 8:04 AM To: [EMAIL PROTECTED] Subject: Installation Trouble VC7 Win32 OK I am new to openssl and am experiencing

Installation Trouble VC7 Win32

2004-02-17 Thread Chris Rowe
OK I am new to openssl and am experiencing difficulty building openssl. I have followed the install.w32 instructions to the letter, but still no luck on the nmake step… Does anyone have a makefile or project/solution file *.sln that simplifies the build under VS.Net VC7?   These two step