Hello,
We have an application on Windows NT that uses IO Completion ports for
its socket communication. I now need to add SSL support to secure this
communication and we are considering using openssl for this.
I had a look at header files, the documentation I could get hold of and
some of the apps that come with openssl, but was unable to find any
explicit IO Completion Port info.
What is the best way to implement this? Is it to use BIO_f_ssl() to
encrypt/decrypt the data before writing and after reading, respectively?
Is there some way I can get the writing and reading of the handshake
messages to use IO completion ports as well?
Regards
Roger Boden
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]