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

Issue 371953003: x509_certificate_model_openssl: implement ProcessSubjectPublicKeyInfo (Closed)

Created:
6 years, 5 months ago by mattm
Modified:
6 years, 5 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

x509_certificate_model_openssl: implement ProcessSubjectPublicKeyInfo BUG=338887 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282213

Patch Set 1 #

Total comments: 2

Patch Set 2 : use BN_bn2bin return value #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -2 lines) Patch
M chrome/common/net/x509_certificate_model_openssl.cc View 1 2 chunks +30 lines, -2 lines 0 comments Download
M chrome/common/net/x509_certificate_model_unittest.cc View 1 chunk +48 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
mattm
6 years, 5 months ago (2014-07-07 19:08:58 UTC) #1
Ryan Sleevi
lgtm https://codereview.chromium.org/371953003/diff/1/chrome/common/net/x509_certificate_model_openssl.cc File chrome/common/net/x509_certificate_model_openssl.cc (right): https://codereview.chromium.org/371953003/diff/1/chrome/common/net/x509_certificate_model_openssl.cc#newcode51 chrome/common/net/x509_certificate_model_openssl.cc:51: BN_bn2bin(n, buf.get()); nit: A bit of a code-smell ...
6 years, 5 months ago (2014-07-07 19:53:42 UTC) #2
mattm
https://codereview.chromium.org/371953003/diff/1/chrome/common/net/x509_certificate_model_openssl.cc File chrome/common/net/x509_certificate_model_openssl.cc (right): https://codereview.chromium.org/371953003/diff/1/chrome/common/net/x509_certificate_model_openssl.cc#newcode51 chrome/common/net/x509_certificate_model_openssl.cc:51: BN_bn2bin(n, buf.get()); On 2014/07/07 19:53:42, Ryan Sleevi wrote: > ...
6 years, 5 months ago (2014-07-07 21:32:56 UTC) #3
mattm
The CQ bit was checked by mattm@chromium.org
6 years, 5 months ago (2014-07-07 21:32:58 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/371953003/20001
6 years, 5 months ago (2014-07-07 21:34:56 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 5 months ago (2014-07-08 00:55:57 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-08 01:17:22 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/168599)
6 years, 5 months ago (2014-07-08 01:17:23 UTC) #8
mattm
The CQ bit was checked by mattm@chromium.org
6 years, 5 months ago (2014-07-10 01:36:23 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/371953003/20001
6 years, 5 months ago (2014-07-10 01:38:39 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-10 01:40:28 UTC) #11
Message was sent while issue was closed.
Change committed as 282213

Powered by Google App Engine
This is Rietveld 408576698