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

Issue 414883002: Fix VariationsSeedStoreTest.VerifySeedSignature in the OpenSSL build. (Closed)

Created:
6 years, 5 months ago by davidben
Modified:
6 years, 5 months ago
CC:
chromium-reviews, Ilya Sherman, asvitkine+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Fix VariationsSeedStoreTest.VerifySeedSignature in the OpenSSL build. Unlike NSS, which decodes the signature in VerifyInit, OpenSSL decodes the signature late, after digesting the data, and doesn't distinguish signature decode failure from signature mismatch. Adjust test expectations for this. This does not appear to have any practical impact on our code except that some histogram buckets will merge. BUG=338885 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285196

Patch Set 1 #

Patch Set 2 : histograms.xml #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M chrome/browser/metrics/variations/variations_seed_store_unittest.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
davidben
6 years, 5 months ago (2014-07-23 20:42:19 UTC) #1
Alexei Svitkine (slow)
Hmm, how did this work before? I thought we used OpenSSL on Android and these ...
6 years, 5 months ago (2014-07-23 21:03:13 UTC) #2
davidben
On 2014/07/23 21:03:13, Alexei Svitkine wrote: > Hmm, how did this work before? I thought ...
6 years, 5 months ago (2014-07-23 21:03:57 UTC) #3
Alexei Svitkine (slow)
On 2014/07/23 21:03:57, David Benjamin wrote: > On 2014/07/23 21:03:13, Alexei Svitkine wrote: > > ...
6 years, 5 months ago (2014-07-23 21:10:06 UTC) #4
davidben
On 2014/07/23 21:10:06, Alexei Svitkine wrote: > On 2014/07/23 21:03:57, David Benjamin wrote: > > ...
6 years, 5 months ago (2014-07-23 21:41:19 UTC) #5
Alexei Svitkine (slow)
LGTM I'm OK with not bothering trying to surface this distinction in OpenSSL if it ...
6 years, 5 months ago (2014-07-23 21:50:58 UTC) #6
Ryan Sleevi
On 2014/07/23 21:50:58, Alexei Svitkine wrote: > LGTM > > I'm OK with not bothering ...
6 years, 5 months ago (2014-07-23 22:03:55 UTC) #7
davidben
The CQ bit was checked by davidben@chromium.org
6 years, 5 months ago (2014-07-23 22:28:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/davidben@chromium.org/414883002/20001
6 years, 5 months ago (2014-07-23 22:30:21 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-24 11:43:42 UTC) #10
Message was sent while issue was closed.
Change committed as 285196

Powered by Google App Engine
This is Rietveld 408576698