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

Issue 3536019: Fix 58162: Mixed Content False Positive for intranet hostname certificates... (Closed)

Created:
10 years, 2 months ago by Finnur
Modified:
9 years, 6 months ago
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Fix 58162: Mixed Content False Positive for intranet hostname certificates Previously, we lumped the intranet host warning in with mixed content warning. This calls it out as a separate warning. BUG=58162 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=62178

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 9

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -22 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/page_info_model.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_host_state.cc View 1 2 3 2 chunks +0 lines, -17 lines 0 comments Download
M chrome/browser/ssl/ssl_policy.cc View 1 2 3 2 chunks +20 lines, -0 lines 0 comments Download
M net/base/cert_status_flags.h View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/base/net_error_list.h View 5 chunks +8 lines, -5 lines 1 comment Download

Messages

Total messages: 21 (0 generated)
Finnur
Adam, you probably are best equipped to review this. Ian/Adam are probably the right candidates ...
10 years, 2 months ago (2010-10-08 13:20:53 UTC) #1
abarth-chromium
Hum... This change isn't quite right, but I'm not sure the original code was right ...
10 years, 2 months ago (2010-10-08 16:23:20 UTC) #2
abarth-chromium
10 years, 2 months ago (2010-10-08 16:23:26 UTC) #3
Scott Hess - ex-Googler
On 2010/10/08 13:20:53, Finnur wrote: > Scott, this is more of an FYI for you. ...
10 years, 2 months ago (2010-10-08 16:31:26 UTC) #4
Finnur
Adam, Thanks for reviewing. Is that an LGTM if Ian comes up with proper text ...
10 years, 2 months ago (2010-10-08 21:32:14 UTC) #5
abarth-chromium
Yes, it was. Well, that plus more work for me. :) On Fri, Oct 8, ...
10 years, 2 months ago (2010-10-08 21:40:35 UTC) #6
wtc
http://codereview.chromium.org/3536019/diff/7002/13001 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/3536019/diff/7002/13001#newcode5776 chrome/app/generated_resources.grd:5776: <message name="IDS_PAGE_INFO_SECURITY_TAB_NON_UNIQUE_NAME" desc="The text of the identity section when ...
10 years, 2 months ago (2010-10-09 00:18:56 UTC) #7
abarth-chromium
http://codereview.chromium.org/3536019/diff/7002/13006 File net/base/cert_status_flags.h (right): http://codereview.chromium.org/3536019/diff/7002/13006#newcode25 net/base/cert_status_flags.h:25: CERT_STATUS_NON_UNIQUE_NAME = 1 << 10, On 2010/10/09 00:18:56, wtc ...
10 years, 2 months ago (2010-10-09 00:32:22 UTC) #8
Finnur
http://codereview.chromium.org/3536019/diff/7002/13001 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/3536019/diff/7002/13001#newcode5777 chrome/app/generated_resources.grd:5777: The host is not unique. Lorum ipsum dolores shot ...
10 years, 2 months ago (2010-10-09 14:40:57 UTC) #9
ian fette
For text, would suggest: "The identity of the server you are connected to cannot be ...
10 years, 2 months ago (2010-10-09 15:04:25 UTC) #10
abarth-chromium
It doesn't matter who the CA is. You can't trust the connection. The attacker can ...
10 years, 2 months ago (2010-10-09 15:09:50 UTC) #11
abarth-chromium
Also, to be clear, this triggers a broken lock, not a full page block, right? ...
10 years, 2 months ago (2010-10-09 15:10:42 UTC) #12
ian fette
Sigh. In line for bagels, will send another try in an hour. On Oct 9, ...
10 years, 2 months ago (2010-10-09 15:36:07 UTC) #13
Finnur
Ian: Still need the revised text from you, bagel-boy. :) Adam: Correct, this does not ...
10 years, 2 months ago (2010-10-11 10:42:33 UTC) #14
ian fette
"The identity of the server you are connected to cannot be fully validated. You are ...
10 years, 2 months ago (2010-10-11 16:39:04 UTC) #15
abarth-chromium
Yeah, I think we want the red x not the yellow triangle. The attacker can ...
10 years, 2 months ago (2010-10-11 17:32:12 UTC) #16
ian fette
Adam, did the latest text work for you? On Mon, Oct 11, 2010 at 10:31 ...
10 years, 2 months ago (2010-10-11 17:50:43 UTC) #17
abarth-chromium
Yeah, looks great. On Mon, Oct 11, 2010 at 10:49 AM, Ian Fette <ian@chromium.org> wrote: ...
10 years, 2 months ago (2010-10-11 17:55:13 UTC) #18
ian fette
Adam, did the latest text work for you? On Mon, Oct 11, 2010 at 10:31 ...
10 years, 2 months ago (2010-10-11 17:55:41 UTC) #19
Finnur
Uploaded new cl (just changed it to use the text Ian sent). I believe Adam ...
10 years, 2 months ago (2010-10-11 19:26:19 UTC) #20
wtc
10 years, 2 months ago (2010-10-11 19:56:00 UTC) #21
LGTM.  Thanks for fixing the typos in net_error_list.

http://codereview.chromium.org/3536019/diff/44001/45006
File net/base/net_error_list.h (right):

http://codereview.chromium.org/3536019/diff/44001/45006#newcode281
net/base/net_error_list.h:281: // The host specified in the certificate is not
unique.
Nit: host => host name

Or just "name".

Powered by Google App Engine
This is Rietveld 408576698