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
>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
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