Use cipher suite config options in SSLServerSocketOpenSSL.
commitff826d5ebbddde14ca7e813b5c86a76d7ec6519d
authorsergeyu <sergeyu@chromium.org>
Wed, 13 May 2015 20:35:22 +0000 (13 13:35 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 13 May 2015 20:35:29 +0000 (13 20:35 +0000)
treed5e97fcc56c8692ff441b999d8c5602aac8fa1d0
parentb74eff813ab0708158022afc3b029aacd47cfaf6
Use cipher suite config options in SSLServerSocketOpenSSL.

Previously SSLServerSocketOpenSSL was ignoring disabled_cipher_suites
list and require_forward_secrecy flag from SSLConfig. Fixed
SSLServerSocketOpenSSL to trim the list of cipher suites used in BoringSSL.

BUG=481163

Committed: https://crrev.com/d0eae58087e6f45088d6ef349d9ebaa2da450ea1
Cr-Commit-Position: refs/heads/master@{#329528}

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

Cr-Commit-Position: refs/heads/master@{#329707}
net/socket/ssl_server_socket_nss.cc
net/socket/ssl_server_socket_openssl.cc
net/socket/ssl_server_socket_unittest.cc
net/ssl/ssl_config.cc
net/ssl/ssl_config.h
net/ssl/ssl_config_service.cc
remoting/protocol/ssl_hmac_channel_authenticator.cc