RE: OpenSSL & Asynchronous Windows Sockets

2002-03-14 Thread Daryl Odnert
Common wisdom on this topic seems to be that you should handle the I/O in your own code and use BIO pairs to do the handshake/encryption/decryption. If you search the list archives for the keyword "overlapped" or "completion port" you will find a couple of good descriptions of what to do. Daryl

RE: OpenSSL & Asynchronous Windows Sockets

2002-03-20 Thread Justin Kagan
extremely vague. Thanks - Justin -Original Message- From: Daryl Odnert [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 10:05 AM To: '[EMAIL PROTECTED]' Subject: RE: OpenSSL & Asynchronous Windows Sockets Common wisdom on this topic seems to be that you should ha