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

Issue 11570019: Fix a glitch in disentanglement of CertVerifyProc(OpenSSL/Android) (Closed)

Created:
8 years ago by ppi
Modified:
8 years ago
Reviewers:
joth, Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix a glitch in disentanglement of CertVerifyProc(OpenSSL/Android) This refers to https://chromiumcodereview.appspot.com/11549033/, which separated OpenSSL/Android certificate verification routines. As joth@chromium.org pointed out, the above erroneously omits hard-setting |issued_by_trusted_root| field of the result on Android. This patch fixes this omission. BUG=147786 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173458

Patch Set 1 : #

Total comments: 5

Patch Set 2 : address Ryan's remarks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M net/base/cert_verify_proc_android.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ppi
A simple fix, could you guys have a quick look?
8 years ago (2012-12-14 04:13:56 UTC) #1
joth
Lgtm On Thursday, 13 December 2012, <ppi@chromium.org> wrote: > Reviewers: joth, Ryan Sleevi, > > ...
8 years ago (2012-12-14 05:58:55 UTC) #2
Ryan Sleevi
LGTM, mod nit. https://codereview.chromium.org/11570019/diff/4001/net/base/cert_verify_proc_android.cc File net/base/cert_verify_proc_android.cc (right): https://codereview.chromium.org/11570019/diff/4001/net/base/cert_verify_proc_android.cc#newcode94 net/base/cert_verify_proc_android.cc:94: verify_result->is_issued_by_known_root = true; blaaarghh This will ...
8 years ago (2012-12-14 18:22:07 UTC) #3
ppi
Thanks joth and Ryan! I have uploaded patch set 2 addressing Ryan's remarks - unless ...
8 years ago (2012-12-14 20:27:35 UTC) #4
joth
https://codereview.chromium.org/11570019/diff/4001/net/base/cert_verify_proc_android.cc File net/base/cert_verify_proc_android.cc (right): https://codereview.chromium.org/11570019/diff/4001/net/base/cert_verify_proc_android.cc#newcode94 net/base/cert_verify_proc_android.cc:94: verify_result->is_issued_by_known_root = true; On 2012/12/14 20:27:35, ppi wrote: > ...
8 years ago (2012-12-14 20:30:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ppi@chromium.org/11570019/9001
8 years ago (2012-12-14 21:41:53 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-15 02:15:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ppi@chromium.org/11570019/9001
8 years ago (2012-12-15 02:21:25 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-15 05:59:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ppi@chromium.org/11570019/9001
8 years ago (2012-12-17 10:21:37 UTC) #10
commit-bot: I haz the power
8 years ago (2012-12-17 15:01:54 UTC) #11
Message was sent while issue was closed.
Change committed as 173458

Powered by Google App Engine
This is Rietveld 408576698