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

Issue 165504: Add new certificate error code... (Closed)

Created:
11 years, 4 months ago by wtc
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, willchan no longer on Chromium, Ben Goodger (Google)
Visibility:
Public.

Description

Add new certificate error code ERR_CERT_WEAK_SIGNATURE_ALGORITHM and certificate status flag CERT_STATUS_WEAK_SIGNATURE_ALGORITHM. Note that I didn't add new load flag LOAD_IGNORE_CERT_WEAK_SIGNATURE_ALGORITHM. Allow users to accept MD2 certificates as certificates signed using a weak signature algorithm. MD4 certificates are still treated as invalid certificates. R=jar,jcampan BUG=http://crbug.com/18725 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23497

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix wrapped line in generated_resources.grd #

Total comments: 2

Patch Set 3 : Improve strings #

Patch Set 4 : Upload before checkin #

Patch Set 5 : Upload before checkin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -11 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_error_info.h View 1 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ssl/ssl_error_info.cc View 1 4 chunks +20 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_policy.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/security_filter_peer.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/cert_status_flags.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/cert_status_flags.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M net/base/net_error_list.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M net/base/x509_certificate_win.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jcampan
LGTM http://codereview.chromium.org/165504/diff/1/6 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/165504/diff/1/6#newcode1934 Line 1934: You attempted to reach &lt;strong&gt;<ph name="DOMAIN"> Nit: ...
11 years, 4 months ago (2009-08-14 00:11:37 UTC) #1
wtc
abarth: just FYI jcampan: thanks for the review. I fixed the wrapped line in generated_resources.grd. ...
11 years, 4 months ago (2009-08-14 03:00:07 UTC) #2
wtc
http://codereview.chromium.org/165504/diff/25/1009 File net/base/cert_status_flags.cc (right): http://codereview.chromium.org/165504/diff/25/1009#newcode41 Line 41: int MapCertStatusToNetError(int cert_status) { jar, cevans, abarth: Here ...
11 years, 4 months ago (2009-08-14 03:08:03 UTC) #3
abarth-chromium
http://codereview.chromium.org/165504/diff/25/1009 File net/base/cert_status_flags.cc (right): http://codereview.chromium.org/165504/diff/25/1009#newcode48 Line 48: if (cert_status & CERT_STATUS_REVOKED) Revoked is the worst. ...
11 years, 4 months ago (2009-08-14 03:12:50 UTC) #4
wtc
Jim, I updated the strings per our discussion. Please review generated_resources.grd. Thanks!
11 years, 4 months ago (2009-08-14 19:23:15 UTC) #5
jar (doing other things)
The resource strings LGTM
11 years, 4 months ago (2009-08-14 21:18:34 UTC) #6
wtc
11 years, 4 months ago (2009-08-17 23:39:01 UTC) #7
Ian, could you review the new strings in generated_resources.grd?  Thanks.

Powered by Google App Engine
This is Rietveld 408576698