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

Issue 8368015: Record when certificates signed with md[2,4,5] are encountered when using OpenSSL (Closed)

Created:
9 years, 2 months ago by Ryan Sleevi
Modified:
9 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, agl, ian fette
Visibility:
Public.

Description

Record when certificates signed with md[2,4,5] are encountered when using OpenSSL R=joth@chromium.org BUG=101123 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108425

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Enable tests and disable checking trusted certs #

Patch Set 4 : Fix compile #

Patch Set 5 : Capture chain even on verification failure #

Patch Set 6 : Remove debug statement #

Total comments: 4

Patch Set 7 : Rebased #

Patch Set 8 : Extract AppendPublicKeyHashes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -37 lines) Patch
M net/base/x509_certificate_openssl.cc View 1 2 3 4 5 6 7 2 chunks +63 lines, -32 lines 0 comments Download
M net/base/x509_certificate_unittest.cc View 1 2 3 4 5 6 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Ryan Sleevi
joth: PTAL
9 years, 2 months ago (2011-10-22 02:04:16 UTC) #1
joth
LGTM Thanks,
9 years, 2 months ago (2011-10-23 17:10:26 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/8368015/1
9 years, 2 months ago (2011-10-23 17:46:01 UTC) #3
commit-bot: I haz the power
Presubmit check for 8368015-1 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 2 months ago (2011-10-23 17:46:03 UTC) #4
Ryan Sleevi
wtc: For your rubberstamping.
9 years, 2 months ago (2011-10-23 17:53:12 UTC) #5
joth
One thought: are there any tests that cover these flags? I just noticed that the ...
9 years, 2 months ago (2011-10-24 09:01:55 UTC) #6
Ryan Sleevi
On 2011/10/24 09:01:55, joth wrote: > One thought: are there any tests that cover these ...
9 years, 2 months ago (2011-10-24 09:02:56 UTC) #7
wtc
LGTM.
9 years, 2 months ago (2011-10-25 18:09:35 UTC) #8
palmer
http://codereview.chromium.org/8368015/diff/1/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8368015/diff/1/net/base/x509_certificate_openssl.cc#newcode484 net/base/x509_certificate_openssl.cc:484: verify_result->has_md4 = true; Even if we never expect to ...
9 years, 2 months ago (2011-10-25 19:44:48 UTC) #9
wtc
http://codereview.chromium.org/8368015/diff/1/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8368015/diff/1/net/base/x509_certificate_openssl.cc#newcode484 net/base/x509_certificate_openssl.cc:484: verify_result->has_md4 = true; On 2011/10/25 19:44:48, Chris P. wrote: ...
9 years, 2 months ago (2011-10-25 20:37:31 UTC) #10
palmer
> MD4 is more broken than MD2 and MD5 and probably was only > supported ...
9 years, 2 months ago (2011-10-25 20:52:29 UTC) #11
Ryan Sleevi
joth: Would you mind taking another look at this, as I made some non-trivial changes. ...
9 years, 1 month ago (2011-11-01 08:01:55 UTC) #12
joth
LGTM with 2 suggestions. And thanks once again! http://codereview.chromium.org/8368015/diff/13003/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8368015/diff/13003/net/base/x509_certificate_openssl.cc#newcode302 net/base/x509_certificate_openssl.cc:302: void ...
9 years, 1 month ago (2011-11-01 09:31:45 UTC) #13
Ryan Sleevi
http://codereview.chromium.org/8368015/diff/13003/net/base/x509_certificate_openssl.cc File net/base/x509_certificate_openssl.cc (right): http://codereview.chromium.org/8368015/diff/13003/net/base/x509_certificate_openssl.cc#newcode302 net/base/x509_certificate_openssl.cc:302: void GetCertChainInfo(X509_STORE_CTX* store_ctx, On 2011/11/01 09:31:45, joth wrote: > ...
9 years, 1 month ago (2011-11-03 01:52:58 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/8368015/17002
9 years, 1 month ago (2011-11-03 02:43:11 UTC) #15
commit-bot: I haz the power
9 years, 1 month ago (2011-11-03 03:44:30 UTC) #16
Change committed as 108425

Powered by Google App Engine
This is Rietveld 408576698