|
Move client certificates retrieval logic out of the SSL sockets.
CL 11879048 introduces ClientCertStore API providing client certificate
lookup/filtering logic currently being done at the SSL socket level. This patch
removes this logic from the sockets, plugging the new API in the upper layers instead.
BUG= 170374
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181104
Total comments: 6
Total comments: 4
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+359 lines, -376 lines) |
Patch |
 |
M |
content/browser/loader/resource_loader.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+24 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+37 lines, -10 lines |
0 comments
|
Download
|
 |
A |
content/browser/loader/resource_loader_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+256 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_error_handler.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/resource_controller.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate.h
|
View
|
1
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_mac.cc
|
View
|
1
|
1 chunk |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
M |
net/base/x509_certificate_unittest.cc
|
View
|
1
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
M |
net/data/ssl/scripts/client_authentication/generate-client-certificates.sh
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/data/ssl/scripts/client_authentication/run-test-server.sh
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction.cc
|
View
|
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
|
8 chunks |
+5 lines, -163 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_openssl.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_openssl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket_stream/socket_stream.cc
|
View
|
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|