|
Defines SSLServerSocket and implements SSLServerSocketNSS
Defines a SSLServerSocket interface. Implement this interface using NSS as
SSLServerSocketNSS.
This is the first version of the code. It disables several functions of NSS
like caching, session ticket, reneogotiation, etc. This is implemented to
suit the needs of Chromoting. Additional features of this socket will be added
when necessary.
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70041
Total comments: 79
Total comments: 36
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1560 lines, -223 lines) |
Patch |
 |
M |
base/crypto/rsa_private_key.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/net_log_event_type_list.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/ssl_config_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_mac.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_nss.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_openssl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_win.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/nss_ssl_util.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/nss_ssl_util.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+11 lines, -221 lines |
0 comments
|
Download
|
 |
A |
net/socket/ssl_server_socket.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/ssl_server_socket_nss.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/ssl_server_socket_nss.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+671 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/socket/ssl_server_socket_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+347 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|