[EMAIL PROTECTED]:

> In s_server and s_client is there the following structure:
>  if (SSL_accept(ssl) <= 0){
> .....
> }
> if (SSL_connect(ssl) <= 0){
> .....
> }
> 
> where are the macro-defines for the error message? What do the returned integers 
>exactly mean?

See the SSL_get_error() manual page, which should also be available at
<URL: http://www.openssl.org/docs/ssl/SSL_get_error.html>.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to