|
Support EC certs in OriginBoundCertService and OriginBoundCertStore.
OriginBoundCertService::GetOriginBoundCert takes a vector of requested cert
types in order of preferrence and will return or generate one of an acceptable
type.
BUG= 88782
TEST=net_unittests, unit_tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113108
Total comments: 37
Total comments: 29
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+875 lines, -241 lines) |
Patch |
 |
M |
chrome/browser/net/sqlite_origin_bound_cert_store.cc
|
View
|
1
2
3
4
|
8 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/sqlite_origin_bound_cert_store_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+94 lines, -8 lines |
0 comments
|
Download
|
 |
M |
crypto/ec_private_key.h
|
View
|
1
2
3
4
|
2 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
crypto/ec_private_key_nss.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+82 lines, -52 lines |
0 comments
|
Download
|
 |
M |
net/base/default_origin_bound_cert_store.h
|
View
|
1
2
3
4
5
|
4 chunks |
+12 lines, -28 lines |
0 comments
|
Download
|
 |
M |
net/base/default_origin_bound_cert_store.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+7 lines, -22 lines |
0 comments
|
Download
|
 |
M |
net/base/default_origin_bound_cert_store_unittest.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+53 lines, -28 lines |
0 comments
|
Download
|
 |
M |
net/base/net_error_list.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/origin_bound_cert_service.h
|
View
|
1
2
|
4 chunks |
+25 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/base/origin_bound_cert_service.cc
|
View
|
1
2
3
4
5
6
7
|
19 chunks |
+141 lines, -39 lines |
0 comments
|
Download
|
 |
M |
net/base/origin_bound_cert_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+260 lines, -19 lines |
0 comments
|
Download
|
 |
M |
net/base/origin_bound_cert_store.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+39 lines, -13 lines |
0 comments
|
Download
|
 |
A |
net/base/origin_bound_cert_store.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/base/ssl_client_cert_type.h
|
View
|
1
2
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/net.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.h
|
View
|
1
2
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
2
3
4
|
6 chunks |
+55 lines, -15 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|