|
Completely remove SSLv3 support.
It's been off by default since Chrome 40 with a policy opt-in. The policy was
documented to stop working after Chrome 43, so remove all logic for SSL 3.0.
Chrome will no longer honor a --ssl-version-min=ssl3 flag and the option is
removed from about:flags.
This CL also removes the SSL 3.0 support from the extensions' TLS socket API.
BUG= 487730
Committed: https://crrev.com/b937d6c4aaf04dcdd6823dd5092a3716cf3e9d5e
Cr-Commit-Position: refs/heads/master@{#329805}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+96 lines, -172 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/ssl_config_service_manager_pref.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/ssl_config_service_manager_pref_unittest.cc
|
View
|
|
3 chunks |
+31 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/socket/tls_socket.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
1 comment
|
Download
|
 |
M |
extensions/common/api/socket.idl
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/sockets_tcp.idl
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_ssl_unittest.cc
|
View
|
1
|
4 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
M |
net/http/transport_security_state_static.json
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_pool_manager.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
|
2 chunks |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_openssl.cc
|
View
|
|
4 chunks |
+6 lines, -22 lines |
1 comment
|
Download
|
 |
M |
net/socket/ssl_server_socket_openssl.cc
|
View
|
|
1 chunk |
+5 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_config.h
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_config_service_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/url_request/url_request_unittest.cc
|
View
|
|
7 chunks |
+15 lines, -46 lines |
0 comments
|
Download
|
Total messages: 9 (2 generated)
|