Expose OpenSSL's key_exchange_info in the content API
commit79cf372726c52fd12a9009db8735b5098270b6c5
authorsigbjorn <sigbjorn@opera.com>
Fri, 18 Sep 2015 09:15:20 +0000 (18 02:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 18 Sep 2015 09:15:57 +0000 (18 09:15 +0000)
tree5dde45b55c88fd56d1903b5898be0d512115fbf7
parente68d4e38e2afd5232d319aa1a2470d9b0c037d78
Expose OpenSSL's key_exchange_info in the content API

The key_exchange_info contains information about the strength of the SSL
key exchange. This information is useful for statistics, user information,
and making trust decisions for connections. This commit makes the information
available in the API.

BUG=525957

Review URL: https://codereview.chromium.org/1313363003

Cr-Commit-Position: refs/heads/master@{#349635}
content/browser/loader/resource_loader.cc
content/common/ssl_status_serialization.cc
content/common/ssl_status_serialization_unittest.cc
content/public/common/ssl_status.cc
content/public/common/ssl_status.h
net/http/http_response_info.cc
net/socket/ssl_client_socket_openssl.cc
net/ssl/ssl_cipher_suite_names.cc
net/ssl/ssl_cipher_suite_names.h
net/ssl/ssl_info.cc
net/ssl/ssl_info.h