|
Convert SignedCertificateClass to be ref_counted, and add an SCTStore in which to store them. Add SCT status to SSLInfo.
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+558 lines, -233 lines) |
Patch |
 |
M |
content/browser/cert_store_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/browser/cert_store_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -146 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/resource_loader.cc
|
View
|
|
3 chunks |
+27 lines, -6 lines |
0 comments
|
Download
|
 |
A |
content/browser/renderer_data_memoizing_store.h
|
View
|
1
2
3
4
5
|
1 chunk |
+217 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/sct_store_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/sct_store_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/ssl/ssl_manager.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/ssl_status_serialization.h
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/ssl_status_serialization.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+31 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/sct_store.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/ssl_status.h
|
View
|
|
4 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/common/ssl_status.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/context_menu_params_builder.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/ct_serialization.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/cert/ct_serialization.cc
|
View
|
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
net/cert/ct_verify_result.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
net/cert/sct_status_flags.h
|
View
|
1
2
3
4
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/signed_certificate_timestamp.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/cert/signed_certificate_timestamp.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/cert/single_log_ct_verifier.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket/ssl_client_socket_nss.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_info.h
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_info.cc
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|