Completion Notification (again)

2002-04-29 Thread agent
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

Completion notification

2001-09-04 Thread Nebi Musa
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

Completion Notification

2001-09-04 Thread Nebi Musa
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