Hello,
at startup after SSL_library_init I correctly call SSL_load_error_strings and 
every time I have an SSL error I try to log useful data using 
ERR_error_string_n.

The problem is that the output never contains error messages but only numeric 
code like:
error:00000001:lib(0):func(0):reason(1)

Please note that if I use the function ERR_print_errors_fp (stdout);
than it correctly loads and print useful debug messages like:
4349079552:error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no 
certificate 
returned:/SourceCache/OpenSSL098/OpenSSL098-50/src/ssl/s3_srvr.c:2631:

Any idea?
--
Marco Bambini
http://www.sqlabs.com
http://twitter.com/sqlabs
http://instagram.com/sqlabs



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to