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

Issue 418723002: Log the certificate subjects from the server certificate sent via QUIC. (Closed)

Created:
6 years, 5 months ago by Ryan Hamilton
Modified:
6 years, 5 months ago
Reviewers:
wtc, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, mmenke
Project:
chromium
Visibility:
Public.

Description

Log the certificate subjects from the server certificate sent via QUIC. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285446 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285721

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 12

Patch Set 3 : fix comments #

Total comments: 4

Patch Set 4 : fix additional comments #

Patch Set 5 : disable timing in hsts_view.js #

Total comments: 2

Patch Set 6 : Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -2 lines) Patch
M chrome/test/data/webui/net_internals/hsts_view.js View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M net/base/net_log_event_type_list.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection_logger.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M net/quic/quic_connection_logger.cc View 1 2 3 3 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Ryan Hamilton
6 years, 5 months ago (2014-07-23 22:09:57 UTC) #1
wtc
Patch set 2 LGTM. https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h#newcode1363 net/base/net_log_event_type_list.h:1363: // "cert_subjects": <list of DNS ...
6 years, 5 months ago (2014-07-24 16:59:54 UTC) #2
wtc
https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h#newcode1363 net/base/net_log_event_type_list.h:1363: // "cert_subjects": <list of DNS names that the certs ...
6 years, 5 months ago (2014-07-24 17:17:01 UTC) #3
Ryan Hamilton
https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h#newcode1363 net/base/net_log_event_type_list.h:1363: // "cert_subjects": <list of DNS names that the certs ...
6 years, 5 months ago (2014-07-24 17:24:47 UTC) #4
wtc
Patch set 3 LGTM. https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h#newcode1363 net/base/net_log_event_type_list.h:1363: // "cert_subjects": <list of DNS ...
6 years, 5 months ago (2014-07-24 17:34:36 UTC) #5
Ryan Hamilton
Thanks! https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h File net/base/net_log_event_type_list.h (right): https://codereview.chromium.org/418723002/diff/20001/net/base/net_log_event_type_list.h#newcode1363 net/base/net_log_event_type_list.h:1363: // "cert_subjects": <list of DNS names that the ...
6 years, 5 months ago (2014-07-24 17:45:09 UTC) #6
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 5 months ago (2014-07-24 17:45:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/418723002/60001
6 years, 5 months ago (2014-07-24 17:47:47 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 21:33:53 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-24 22:16:27 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel_swarming/builds/2107)
6 years, 5 months ago (2014-07-24 22:16:28 UTC) #11
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 5 months ago (2014-07-24 23:54:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/418723002/60001
6 years, 5 months ago (2014-07-24 23:59:37 UTC) #13
commit-bot: I haz the power
Change committed as 285446
6 years, 5 months ago (2014-07-25 01:16:55 UTC) #14
Ryan Hamilton
mmenke: can you confirm that this is the the right fix you proposed offline?
6 years, 5 months ago (2014-07-25 19:06:59 UTC) #15
mmenke
LGTM https://codereview.chromium.org/418723002/diff/80001/chrome/test/data/webui/net_internals/hsts_view.js File chrome/test/data/webui/net_internals/hsts_view.js (right): https://codereview.chromium.org/418723002/diff/80001/chrome/test/data/webui/net_internals/hsts_view.js#newcode57 chrome/test/data/webui/net_internals/hsts_view.js:57: // this.stsObserved_ = stsObserved; nit: Should add a ...
6 years, 5 months ago (2014-07-25 19:11:53 UTC) #16
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 5 months ago (2014-07-25 19:33:48 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/418723002/100001
6 years, 5 months ago (2014-07-25 19:35:13 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_clang_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-25 21:32:28 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 21:41:04 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/46899)
6 years, 5 months ago (2014-07-25 21:41:05 UTC) #21
Ryan Hamilton
The CQ bit was checked by rch@chromium.org
6 years, 5 months ago (2014-07-25 23:12:05 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/418723002/100001
6 years, 5 months ago (2014-07-25 23:13:34 UTC) #23
commit-bot: I haz the power
Change committed as 285721
6 years, 5 months ago (2014-07-25 23:42:14 UTC) #24
Ryan Hamilton
6 years, 5 months ago (2014-07-26 03:16:03 UTC) #25
Message was sent while issue was closed.
https://codereview.chromium.org/418723002/diff/80001/chrome/test/data/webui/n...
File chrome/test/data/webui/net_internals/hsts_view.js (right):

https://codereview.chromium.org/418723002/diff/80001/chrome/test/data/webui/n...
chrome/test/data/webui/net_internals/hsts_view.js:57: // this.stsObserved_ =
stsObserved;
On 2014/07/25 19:11:53, mmenke wrote:
> nit:  Should add a link to the new bug here, once you've filed it.

Done.

Powered by Google App Engine
This is Rietveld 408576698