RE: Async IO on Windows

2003-05-31 Thread David Schwartz
>Hi, I am try to add OpenSSL support to an application that uses Windows async IO.. >Basically, when a read completes, I get called back, and I need to decrypt the buffer etc. >Is this do-able? Is there an example? I don't see how I can use SSL_read... Read the OpenSSL documentation

RE: Async IO on Windows

2003-06-02 Thread steve thornton
Hi,   Yes it is possible to change OpenSSL to do this (I've just done it), but it's a bit fiddly. Try BIO pairs first though.   Steve -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Steve CollinsSent: 30 May 2003 19:53To: [EMAIL PROTECTED]Sub