|
Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)
Remove support for the command-line fallback --use-system-ssl, as it
adds to the maintenance burden and presents a security risk due to
inconsistent patching by the OS vendors. On all platforms but Android,
NSS is used for SSL in all situations.
This does not change how certificate verification is handled, just
the underlying SSL implementation.
BUG= 170214
TBR=sky
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177068
Total comments: 3
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+6 lines, -3591 lines) |
Patch |
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -18 lines |
3 comments
|
Download
|
 |
M |
content/public/common/content_switches.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_switches.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/base/cert_verify_proc_win.cc
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service.h
|
View
|
1
2
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_factory.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/client_socket_factory.cc
|
View
|
1
2
|
4 chunks |
+3 lines, -40 lines |
0 comments
|
Download
|
 |
D |
net/socket/ssl_client_socket_mac.h
|
View
|
|
1 chunk |
+0 lines, -184 lines |
0 comments
|
Download
|
 |
D |
net/socket/ssl_client_socket_mac.cc
|
View
|
|
1 chunk |
+0 lines, -1471 lines |
0 comments
|
Download
|
 |
D |
net/socket/ssl_client_socket_win.h
|
View
|
|
1 chunk |
+0 lines, -213 lines |
0 comments
|
Download
|
 |
D |
net/socket/ssl_client_socket_win.cc
|
View
|
|
1 chunk |
+0 lines, -1635 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|