OnReceive() not getting called

2006-02-16 Thread Sitaram
Hello,     I have an FTPServer application developed using CAysncSocket, which is running quite well from the past 4 years.   I have added SSL support to this application recently.     This is how my application works exactly.          A connection is established from a client.     Once the connect

Linking errors while compilation. Please Help

2005-07-21 Thread Sitaram
Hi   I am facing a problem in compiling the openssl -0.9.7g version. I am using PERL to compile this. The following are the steps I am following in the compilation:   1)  Type “perl Configure no-idea no-mdc2 no-rc5 no-rc2 no-rc4 VC-WIN32” 2)  Type “ms\do_nasm” 3)  Type "nmake -f ms\ntd

Linker errors while compiling openssl v0.9.7g

2005-06-21 Thread Sitaram
Hi I am getting the following linker errors while compiling. I have used perl, nasm.exe to do the compilation. Help will be appreciated. Thanks in advance.   link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dl l\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~1\LMAHES~1\LOCALS~1\

SSL_Accept fails

2005-05-08 Thread Sitaram
Hi!   I have a typical problem. I have derived my socket class from CAsyncSocket. This is a server application. Whenever my client tries to connect, in OnAccept() function of my class, I try to do an SSL_accept.   Sometimes it succeeds, some times it fails and sometimes, it gives the following