• davidben's avatar
    Include better OpenSSL error information in NetLog. · a4409c63
    davidben authored
    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}
    a4409c63
ssl_server_socket_nss.cc 24.2 KB