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
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
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
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
little push in the right direction please.
Thanks in advance,
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
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
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