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 openssl and then actually send the encrypted payloads using WSASend,
WSARecv on an overlapped socket.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Schwartz
Sent: Tuesday, February 24, 2004 2:53 PM
To: [EMAIL PROTECTED]
Subject: RE: Non-Blocking Socket Reads and Writes?




> For windows programmers, switching an existing
> socket from blocking to non-blocking is
> considered dangerous.  Have a look at the
> "Winsock Programmer's Lame List":

> http://tangentsoft.net/wskfaq/articles/lame-list.html

> -- kov

        I looked and couldn't find any such warning. Can you cite the
specific
paragraph?

        DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to