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

Issue 1312363004: Add histogram for key exchange strength (Closed)

Created:
5 years, 3 months ago by sigbjorn
Modified:
5 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add histogram for key exchange strength BUG=525957 Committed: https://crrev.com/66456a28179acfaaac34fa0e5c38d571ffe78145 Cr-Commit-Position: refs/heads/master@{#349644}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove Non-ephemeral methods #

Total comments: 4

Patch Set 3 : Update comment #

Total comments: 8

Patch Set 4 : Stricter on what is logged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -3 lines) Patch
M net/socket/ssl_client_socket_pool.cc View 1 2 3 2 chunks +23 lines, -3 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +38 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
sigbjorn
PTAL
5 years, 3 months ago (2015-08-26 15:25:53 UTC) #2
sigbjorn
On 2015/08/26 15:25:53, sigbjorn wrote: > PTAL Requires https://codereview.chromium.org/1313363003/, this is the first implementation of ...
5 years, 3 months ago (2015-08-26 15:26:19 UTC) #3
agl
https://codereview.chromium.org/1312363004/diff/1/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/1312363004/diff/1/net/socket/ssl_client_socket_pool.cc#newcode383 net/socket/ssl_client_socket_pool.cc:383: // UMA_HISTOGRAM_... macros cache the Histogram instance and thus ...
5 years, 3 months ago (2015-08-26 17:28:02 UTC) #4
sigbjorn
https://codereview.chromium.org/1312363004/diff/1/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/1312363004/diff/1/net/socket/ssl_client_socket_pool.cc#newcode383 net/socket/ssl_client_socket_pool.cc:383: // UMA_HISTOGRAM_... macros cache the Histogram instance and thus ...
5 years, 3 months ago (2015-08-27 14:51:38 UTC) #5
Alexei Svitkine (slow)
histograms lgtm, but leaving it up to owners to make the call on this
5 years, 3 months ago (2015-08-28 20:36:28 UTC) #6
Alexei Svitkine (slow)
not lgtm Actually, have a question after looking at this deeper. https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): ...
5 years, 3 months ago (2015-08-28 20:39:07 UTC) #7
Ryan Sleevi
https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml#newcode24622 tools/metrics/histograms/histograms.xml:24622: + Key exchange information/strength, by connection method. Recorded for ...
5 years, 3 months ago (2015-08-28 20:52:20 UTC) #8
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml#newcode24622 tools/metrics/histograms/histograms.xml:24622: + Key exchange information/strength, by connection method. Recorded ...
5 years, 3 months ago (2015-08-28 21:00:01 UTC) #9
sigbjorn
https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/1312363004/diff/20001/tools/metrics/histograms/histograms.xml#newcode24622 tools/metrics/histograms/histograms.xml:24622: + Key exchange information/strength, by connection method. Recorded for ...
5 years, 3 months ago (2015-08-31 15:02:24 UTC) #10
agl
lgtm
5 years, 3 months ago (2015-08-31 17:11:12 UTC) #11
davidben
Drive-by comment as this was linked from the other CL's bug. https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): ...
5 years, 3 months ago (2015-09-15 14:35:35 UTC) #13
sigbjorn
https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc#newcode385 net/socket/ssl_client_socket_pool.cc:385: if (strncmp(str, "RSA", 3) == 0) { On 2015/09/15 ...
5 years, 3 months ago (2015-09-15 15:35:05 UTC) #14
davidben
https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc#newcode385 net/socket/ssl_client_socket_pool.cc:385: if (strncmp(str, "RSA", 3) == 0) { On 2015/09/15 ...
5 years, 3 months ago (2015-09-15 15:41:54 UTC) #15
sigbjorn
https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc File net/socket/ssl_client_socket_pool.cc (right): https://codereview.chromium.org/1312363004/diff/40001/net/socket/ssl_client_socket_pool.cc#newcode385 net/socket/ssl_client_socket_pool.cc:385: if (strncmp(str, "RSA", 3) == 0) { On 2015/09/15 ...
5 years, 3 months ago (2015-09-15 16:30:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312363004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312363004/80001
5 years, 3 months ago (2015-09-16 10:17:46 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/100315)
5 years, 3 months ago (2015-09-16 10:25:56 UTC) #21
sigbjorn
Accidentally uploaded the rebase for Issue 1313363003 to here instead. Will fix once that is ...
5 years, 3 months ago (2015-09-16 11:24:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1312363004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1312363004/60001
5 years, 3 months ago (2015-09-18 09:20:29 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-18 10:45:22 UTC) #26
commit-bot: I haz the power
5 years, 3 months ago (2015-09-18 10:46:08 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/66456a28179acfaaac34fa0e5c38d571ffe78145
Cr-Commit-Position: refs/heads/master@{#349644}

Powered by Google App Engine
This is Rietveld 408576698