Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Issue 27026002: CT: Adding preliminary Certificate Transparency support to Chromium.

Created:
7 years, 2 months ago by Eran M. (Google)
Modified:
7 years, 1 month ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, tfarina, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, markusheintz_, miu+watch_chromium.org
Visibility:
Public.

Description

CT: Adding preliminary Certificate Transparency support to Chromium. This is based on Ryan Sleevi's patch and includes a fix of hash calculation over SPKI. BUG=

Patch Set 1 #

Patch Set 2 : Code cleanup, fixing unit tests #

Patch Set 3 : Unit test fixes and code cleanup #

Patch Set 4 : Another upload attempt #

Patch Set 5 : Adding unit tests to ct_serialization #

Patch Set 6 : Refreshing patch with trunk contents and pending reviews #

Patch Set 7 : Refreshing patch #

Patch Set 8 : Distinguish between SCTs from unknown logs and unverified ones #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1982 lines, -48 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.h View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 7 6 chunks +42 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc View 3 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 4 5 6 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.h View 1 4 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 6 7 3 chunks +32 lines, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_ui.h View 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_ui.cc View 1 2 3 4 5 6 2 chunks +23 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M content/browser/loader/resource_loader.cc View 1 2 3 4 5 6 2 chunks +7 lines, -2 lines 0 comments Download
M content/browser/ssl/ssl_manager.cc View 1 2 3 4 5 2 chunks +5 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M content/common/ssl_status_serialization.h View 1 2 3 4 5 6 7 1 chunk +8 lines, -5 lines 0 comments Download
M content/common/ssl_status_serialization.cc View 4 chunks +8 lines, -3 lines 0 comments Download
M content/public/common/ssl_status.h View 2 chunks +4 lines, -1 line 0 comments Download
M content/renderer/context_menu_params_builder.cc View 1 2 3 4 5 6 7 1 chunk +7 lines, -5 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M net/cert/cert_status_flags.h View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M net/cert/ct_log_verifier.h View 1 2 3 4 5 6 7 2 chunks +10 lines, -2 lines 0 comments Download
M net/cert/ct_log_verifier.cc View 1 2 3 4 5 6 7 1 chunk +12 lines, -8 lines 0 comments Download
M net/cert/ct_log_verifier_unittest.cc View 1 2 3 4 5 6 7 4 chunks +11 lines, -4 lines 0 comments Download
A net/cert/ct_objects_extractor.h View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
A net/cert/ct_objects_extractor_nss.cc View 1 2 3 4 5 1 chunk +276 lines, -0 lines 0 comments Download
A net/cert/ct_objects_extractor_openssl.cc View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
A net/cert/ct_objects_extractor_unittest.cc View 1 2 3 4 5 1 chunk +67 lines, -0 lines 0 comments Download
M net/cert/ct_serialization_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -5 lines 0 comments Download
A net/cert/ct_verifier.h View 1 chunk +34 lines, -0 lines 0 comments Download
A net/cert/ct_verify_result.h View 1 2 3 4 5 6 7 1 chunk +36 lines, -0 lines 0 comments Download
A net/cert/ct_verify_result.cc View 1 chunk +13 lines, -0 lines 0 comments Download
A net/cert/single_log_ct_verifier.h View 1 chunk +47 lines, -0 lines 0 comments Download
A net/cert/single_log_ct_verifier.cc View 1 2 3 4 5 6 7 1 chunk +109 lines, -0 lines 0 comments Download
A net/cert/single_log_ct_verifier_unittest.cc View 1 2 3 4 5 6 1 chunk +108 lines, -0 lines 0 comments Download
M net/data/ssl/certificates/README View 1 1 chunk +6 lines, -0 lines 0 comments Download
A net/data/ssl/certificates/ct-public-key.pem View 1 1 chunk +4 lines, -0 lines 0 comments Download
A net/data/ssl/certificates/ct-test-embedded-cert.pem View 1 2 3 4 5 1 chunk +126 lines, -0 lines 0 comments Download
A net/data/ssl/certificates/ct-test-embedded-chain.pem View 1 1 chunk +126 lines, -0 lines 0 comments Download
A net/data/ssl/certificates/ct-test-embedded-with-intermediate-chain.pem View 1 1 chunk +188 lines, -0 lines 0 comments Download
A net/data/ssl/certificates/ct-test-embedded-with-intermediate-preca-chain.pem View 1 1 chunk +188 lines, -0 lines 0 comments Download
A net/data/ssl/certificates/ct-test-embedded-with-preca-chain.pem View 1 1 chunk +126 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 7 6 chunks +16 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.h View 1 2 3 4 5 3 chunks +3 lines, -0 lines 0 comments Download
M net/socket/client_socket_pool_manager_impl.cc View 1 2 3 4 5 5 chunks +5 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket.h View 1 2 3 4 5 2 chunks +6 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket_nss.h View 5 chunks +9 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 2 3 4 5 6 7 6 chunks +69 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket_pool.h View 2 chunks +2 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M net/socket/ssl_client_socket_pool_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M net/test/cert_test_util.h View 1 chunk +13 lines, -4 lines 0 comments Download
M net/test/cert_test_util.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M net/url_request/url_request_context.h View 1 2 3 4 5 3 chunks +10 lines, -1 line 0 comments Download
M net/url_request/url_request_context.cc View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698