RE: Async IO on Windows

2003-06-02 Thread steve thornton
PROTECTED]Subject: Async IO on Windows 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

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

Async IO on Windows

2003-05-31 Thread Steve Collins
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…..   TIA Steve