I have installed OpenSSL on my system (Win98 and VC++ 6.0). I modified and
successfully compiled the two demo programs, cli.cpp and serv.cpp. I was
also able to generate some certs for testing.
However, while serv.cpp is working properly, cli.cpp fails to work.
SSL_connect(ssl) in cli.cpp always return -1, and the subsequent
ERR_print_errors_fp(stderr) does not return any message. It seems that the
program stops somewhere inside it.
What could be the problem?
Regards,
Michael Lee
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]