Ticket #23 (closed defect: Invalid)

Opened 7 years ago

Last modified 39 years ago

SSL error messages could be more verbose

Reported by: msjogren Owned by:
Priority: normal Milestone:
Component: ssl Version: 1.0.*
Keywords: Cc:

Description

At least in licq 1.0.3, ERR_get_error_line() is used to retrieve error messages from OpenSSL in case SSL_accept() or SSL_connect() fails. This just says which file and line in OpenSSL the error occurred, i.e. not very informative.

The ERR_error_string() or a combination of ERR_lib_error_string(), ERR_func_error_string() and ERR_reason_error_string() would be much more informative.

Change History

Changed 7 years ago by daywalker

  • status changed from assigned to closed
Note: See TracTickets for help on using tickets.