Hello.
I am implementing openssl app which uses async windows
sockets(nonblocking) and I am wondering whether openssl has any
completion notification like a callback function to signal that the
connection stage has been completed, or there is information ready to
read. I cannot use Winsock IO
I am a C++ Programmer developing a
program that combines OpenSSL
and I/O Completion Ports using WinSock
2.2.
I would like to know whether the
SSL_write() and SSL_read() send
completion notification to the I/O
Completion Port mechanism.
Further more, I would like to know if I
set
I am a C++ Programmer developing a
program that combines OpenSSL
and I/O Completion Ports using WinSock
2.2.
I would like to know whether the
SSL_write() and SSL_read() send
completion notification to the I/O
Completion Port mechanism.
Further more, I would like to know if I
set