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

Issue 508823009: Mark SHA-1 as deprecated (Closed)

Created:
6 years, 3 months ago by Ryan Sleevi
Modified:
6 years, 2 months ago
CC:
chromium-reviews, markusheintz_, android-webview-reviews_chromium.org, mmenke, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@cert_verify_result_sha1
Project:
chromium
Visibility:
Public.

Description

Mark SHA-1 as deprecated BUG=401365 Committed: https://crrev.com/4f80127285b5be9265ad96ce9b118e414107815a Cr-Commit-Position: refs/heads/master@{#297331}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Rebased #

Patch Set 3 : Moar work #

Total comments: 5

Patch Set 4 : WIP #

Patch Set 5 : More cleanup #

Patch Set 6 : Tweak #

Total comments: 12

Patch Set 7 : Cleanup #

Patch Set 8 : Slight tweak to allow levels of errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -51 lines) Patch
M build/ios/grit_whitelist.txt View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chromium_strings.grd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_error_info.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 2 3 4 5 6 7 3 chunks +58 lines, -2 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 2 3 4 5 6 2 chunks +62 lines, -42 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_ui.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 5 6 2 chunks +59 lines, -0 lines 0 comments Download
M net/cert/cert_status_flags_list.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/cert/cert_verify_proc.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M net/cert/cert_verify_proc_unittest.cc View 1 2 3 7 chunks +7 lines, -7 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (4 generated)
Ryan Sleevi
rsleevi@chromium.org changed reviewers: + felt@chromium.org, mkwst@chromium.org, palmer@chromium.org
6 years, 3 months ago (2014-08-28 04:20:15 UTC) #1
Ryan Sleevi
felt, palmer, mkwst: I'm going to give you first crack at this before I pull ...
6 years, 3 months ago (2014-08-28 04:20:15 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/508823009/diff/1/chrome/browser/ssl/ssl_error_info.cc File chrome/browser/ssl/ssl_error_info.cc (right): https://codereview.chromium.org/508823009/diff/1/chrome/browser/ssl/ssl_error_info.cc#newcode153 chrome/browser/ssl/ssl_error_info.cc:153: break; This was unrelated, but *cough cough* https://codereview.chromium.org/508823009/diff/1/chrome/browser/ui/website_settings/website_settings.cc File ...
6 years, 3 months ago (2014-08-28 04:23:31 UTC) #3
palmer
LGTM, pending the UI treatment decision. https://codereview.chromium.org/508823009/diff/1/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/508823009/diff/1/chrome/app/chromium_strings.grd#newcode613 chrome/app/chromium_strings.grd:613: The site is ...
6 years, 3 months ago (2014-08-28 21:23:13 UTC) #4
Ryan Sleevi
https://codereview.chromium.org/508823009/diff/1/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/508823009/diff/1/chrome/app/chromium_strings.grd#newcode613 chrome/app/chromium_strings.grd:613: The site is using outdated security settings that may ...
6 years, 3 months ago (2014-08-28 21:25:15 UTC) #5
felt
https://codereview.chromium.org/508823009/diff/1/chrome/app/chromium_strings.grd File chrome/app/chromium_strings.grd (right): https://codereview.chromium.org/508823009/diff/1/chrome/app/chromium_strings.grd#newcode613 chrome/app/chromium_strings.grd:613: The site is using outdated security settings that may ...
6 years, 3 months ago (2014-08-29 00:28:35 UTC) #6
palmer
> > > This string is OK, but I'd rather try to say something to ...
6 years, 3 months ago (2014-08-29 00:37:46 UTC) #7
Ryan Sleevi
Adding David as a reviewer to get a sense of his hate for this, the ...
6 years, 3 months ago (2014-09-24 02:50:36 UTC) #9
Ryan Sleevi
Markus, David, Chris, Adrienne: Friendly Ping? Each of your inputs is desired here.
6 years, 2 months ago (2014-09-26 19:03:08 UTC) #11
palmer
Still LGTM. https://codereview.chromium.org/508823009/diff/40001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/508823009/diff/40001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode73 chrome/browser/ui/toolbar/toolbar_model_impl.cc:73: // related UI treatment - will increase ...
6 years, 2 months ago (2014-09-26 19:15:04 UTC) #12
davidben
lgtm. The policy sprinkling is slightly odd, but I don't have significantly better suggestions. CertStatus ...
6 years, 2 months ago (2014-09-26 20:09:24 UTC) #13
Ryan Sleevi
On 2014/09/26 20:09:24, David Benjamin wrote: > lgtm. The policy sprinkling is slightly odd, but ...
6 years, 2 months ago (2014-09-26 20:24:33 UTC) #14
Ryan Sleevi
pkasting@chromium.org: Please review changes in chrome/browser/ui/toolbar and chrome/browser/ui/website_settings Please note that this is an attempt ...
6 years, 2 months ago (2014-09-27 01:00:44 UTC) #16
davidben
https://codereview.chromium.org/508823009/diff/100001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/508823009/diff/100001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode173 content/browser/loader/resource_dispatcher_host_impl.cc:173: sha1_histogram = SHA1_EXPIRES_AFTER_JANUARY_2016; SHA1_EXPIRES_AFTER_JANUARY_201*7* https://codereview.chromium.org/508823009/diff/100001/net/url_request/url_request_http_job.cc File net/url_request/url_request_http_job.cc (right): https://codereview.chromium.org/508823009/diff/100001/net/url_request/url_request_http_job.cc#newcode748 ...
6 years, 2 months ago (2014-09-29 20:21:32 UTC) #17
Peter Kasting
LGTM https://codereview.chromium.org/508823009/diff/100001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/508823009/diff/100001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode57 chrome/browser/ui/toolbar/toolbar_model_impl.cc:57: static const int64_t kJanuary2016 = INT64_C(13096080000000000); Nit: Declare ...
6 years, 2 months ago (2014-09-29 20:25:53 UTC) #18
Ilya Sherman
histograms lgtm, thanks
6 years, 2 months ago (2014-09-29 21:09:18 UTC) #19
Ryan Sleevi
https://codereview.chromium.org/508823009/diff/100001/chrome/browser/ui/toolbar/toolbar_model_impl.cc File chrome/browser/ui/toolbar/toolbar_model_impl.cc (right): https://codereview.chromium.org/508823009/diff/100001/chrome/browser/ui/toolbar/toolbar_model_impl.cc#newcode148 chrome/browser/ui/toolbar/toolbar_model_impl.cc:148: if ((ssl.cert_status & net::CERT_STATUS_IS_EV) && cert.get()) On 2014/09/29 20:25:52, ...
6 years, 2 months ago (2014-09-30 00:15:50 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/508823009/140001
6 years, 2 months ago (2014-09-30 00:18:40 UTC) #22
commit-bot: I haz the power
Committed patchset #8 (id:140001) as 3ef5ae260e6d2833c0897ad6a74c243fa9abf5c5
6 years, 2 months ago (2014-09-30 01:28:17 UTC) #23
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/4f80127285b5be9265ad96ce9b118e414107815a Cr-Commit-Position: refs/heads/master@{#297331}
6 years, 2 months ago (2014-09-30 01:29:06 UTC) #24
felt
6 years, 2 months ago (2014-10-09 00:46:13 UTC) #25
Message was sent while issue was closed.
sorry this CL got lost in my inbox. luckily i saw it so i can wince over that
break statement

https://codereview.chromium.org/508823009/diff/1/chrome/browser/ssl/ssl_error...
File chrome/browser/ssl/ssl_error_info.cc (right):

https://codereview.chromium.org/508823009/diff/1/chrome/browser/ssl/ssl_error...
chrome/browser/ssl/ssl_error_info.cc:153: break;
On 2014/08/28 21:23:13, Chromium Palmer wrote:
> *cough*

facepalm

Powered by Google App Engine
This is Rietveld 408576698