|
Port SSLClientSocket to Linux
Passes tests (once you enable them by removing DISABLED_).
Probably want to add a mock https server so we can leave those tests enabled when we check in.
Had to add full duplex support to TCPClientSocket on Linux
to avoid kludgy plumbing issues.
Also had to add dummy implementation of
X509Certificate::~X509Certificate to prevent link error.
Rediffed to current trunk, addressed all review issues.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3751
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1291 lines, -53 lines) |
Patch |
 |
M |
base/nss_init.cc
|
View
|
10
11
12
13
14
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/client_socket.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/client_socket_factory.cc
|
View
|
8
9
10
11
12
13
14
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/nss_memio.h
|
View
|
6
7
8
9
10
11
12
13
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/nss_memio.c
|
View
|
6
7
8
9
10
11
12
13
|
1 chunk |
+547 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/ssl_client_socket_nss.h
|
View
|
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/ssl_client_socket_nss.cc
|
View
|
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+395 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_client_socket_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/tcp_client_socket.h
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
|
6 chunks |
+34 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/base/tcp_client_socket_libevent.cc
|
View
|
3
4
5
6
7
8
9
10
11
12
13
14
|
13 chunks |
+65 lines, -42 lines |
0 comments
|
Download
|
 |
A |
net/base/x509_certificate_nss.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/net_lib.scons
|
View
|
14
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/net_unittests.scons
|
View
|
14
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|