Include better OpenSSL error information in NetLog.
The 'ssl_lib_error' value reported is rather uninteresting. OpenSSL is has two levels of errors. The one we were logging is almost always 1. Make the error callback SSL-implementation-specific and include the library code, reason code, file name, and line number, all of which OpenSSL already tracks. BUG=286480 Review URL: https://codereview.chromium.org/494913002 Cr-Commit-Position: refs/heads/master@{#292173}
Showing
Please register or sign in to comment