Hi. I am having problems with an OpenSSL enabled application.
Unfortunatley I'm not the author of the app. and don't know much about SSL
programming. What I am trying to do is modify the code to produced more
useful error messages.
The client is failing on the call to SSL_connect and the server is failing
on the call to SSL_accept.
Can someone show me an example of calling these functions complete with
inspection and human readable printing of the error messages?
For example, this is how SSL_connect is currently implemented:
if( SSL_connect( ssl ) < 0 )
{
syslog( LOG_DEBUG, "SSL_connect() failed." );
return( NULL );
}
Not verbose on error is it.
Thanks.
-Todd
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]