|
Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses
SSLClientSocketMac. Specify the --use-nss-for-ssl command-line
option to use SSLClientSocketNSS.
The nss.gyp in src/net/third_party/nss is renamed ssl.gyp to avoid
a naming conflict with the nss.gyp in src/third_party/nss. The
GYP generator for Xcode project files disallows same-named .gyp files.
SSL client authentication doesn't work yet.
R=mark
BUG= 30689
TEST=No build and test failures on Mac and Windows.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=48650
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -259 lines) |
Patch |
|
M |
base/base.gypi
|
View
|
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
|
M |
base/nss_util.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
|
3 chunks |
+6 lines, -1 line |
3 comments
|
Download
|
|
M |
build/linux/system.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/browser_main.cc
|
View
|
|
4 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
net/base/x509_certificate.h
|
View
|
|
2 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
|
M |
net/net.gyp
|
View
|
|
5 chunks |
+38 lines, -44 lines |
0 comments
|
Download
|
|
M |
net/socket/ssl_client_socket_nss.h
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
|
6 chunks |
+25 lines, -27 lines |
0 comments
|
Download
|
|
D |
net/third_party/nss/nss.gyp
|
View
|
|
1 chunk |
+0 lines, -144 lines |
0 comments
|
Download
|
|
A + |
net/third_party/nss/ssl.gyp
|
View
|
|
3 chunks |
+18 lines, -13 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|