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

Issue 559623002: Allow a crypto::RSAPrivateKey object to be wrapped round a pre-existing (Closed)

Created:
6 years, 3 months ago by dougsteed
Modified:
6 years, 3 months ago
Reviewers:
davidben, Ryan Sleevi
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Allow a crypto::RSAPrivateKey object to be wrapped round a pre-existing openssl key, as is currently supported for NSS. Change-Id: I36c848884273fe8e23451259655680b6b7d46a98 BUG=412427 R=davidben@chromium.org Committed: https://crrev.com/db7726aee7993008dff742790337f950fb371ebf Cr-Commit-Position: refs/heads/master@{#294254}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Respond to DavidBen comment #

Patch Set 3 : Fix build failure on trybot for flavors with neither USE_NSS nor USE_OPENSSL #

Patch Set 4 : Ouch, try again for the neither NSS nor openssl case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -21 lines) Patch
M crypto/rsa_private_key.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M crypto/rsa_private_key_nss_unittest.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M crypto/rsa_private_key_openssl.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M crypto/rsa_private_key_unittest.cc View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (8 generated)
dougsteed
6 years, 3 months ago (2014-09-09 17:43:34 UTC) #1
Ryan Sleevi
Punting to Davidben@ to review and/or suggest alternative high-level APIs. (FWIW, I think this is ...
6 years, 3 months ago (2014-09-09 18:17:03 UTC) #3
davidben
lgtm with comment nit. https://codereview.chromium.org/559623002/diff/1/crypto/rsa_private_key.h File crypto/rsa_private_key.h (right): https://codereview.chromium.org/559623002/diff/1/crypto/rsa_private_key.h#newcode221 crypto/rsa_private_key.h:221: // structure. Does not import ...
6 years, 3 months ago (2014-09-09 18:28:58 UTC) #4
dougsteed
done https://codereview.chromium.org/559623002/diff/1/crypto/rsa_private_key.h File crypto/rsa_private_key.h (right): https://codereview.chromium.org/559623002/diff/1/crypto/rsa_private_key.h#newcode221 crypto/rsa_private_key.h:221: // structure. Does not import the key. On ...
6 years, 3 months ago (2014-09-09 21:05:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dougsteed@chromium.org/559623002/20001
6 years, 3 months ago (2014-09-09 21:22:18 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_aosp/builds/13623) chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/9763) ios_dbg_simulator ...
6 years, 3 months ago (2014-09-09 22:06:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dougsteed@chromium.org/559623002/40001
6 years, 3 months ago (2014-09-09 22:06:25 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/9061) mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg/builds/13793) mac_chromium_rel_swarming ...
6 years, 3 months ago (2014-09-09 22:14:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dougsteed@chromium.org/559623002/60001
6 years, 3 months ago (2014-09-09 22:26:58 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/9798)
6 years, 3 months ago (2014-09-09 22:36:38 UTC) #16
Ryan Sleevi
On 2014/09/09 22:36:38, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-09 22:40:35 UTC) #17
Ryan Sleevi
On 2014/09/09 22:36:38, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-09 22:40:37 UTC) #18
dougsteed
On 2014/09/09 22:40:37, Ryan Sleevi wrote: > On 2014/09/09 22:36:38, I haz the power (commit-bot) ...
6 years, 3 months ago (2014-09-09 23:01:26 UTC) #19
davidben
USE_NSS changes lgtm, though note that this means you won't get this API on desktop ...
6 years, 3 months ago (2014-09-10 15:51:57 UTC) #21
dougsteed
On 2014/09/10 15:51:57, David Benjamin wrote: > USE_NSS changes lgtm, though note that this means ...
6 years, 3 months ago (2014-09-10 16:58:58 UTC) #22
dougsteed
On 2014/09/10 16:58:58, dougsteed wrote: > On 2014/09/10 15:51:57, David Benjamin wrote: > > USE_NSS ...
6 years, 3 months ago (2014-09-10 21:38:22 UTC) #23
Ryan Sleevi
David needs to stop slacking and add himself to //crypto/OWNERS LGTM though :)
6 years, 3 months ago (2014-09-10 21:50:15 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/559623002/60001
6 years, 3 months ago (2014-09-10 22:51:08 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 2eb182c3a09391f4ec4f3254e78c3f71a9c096ab
6 years, 3 months ago (2014-09-10 23:23:13 UTC) #27
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 23:27:20 UTC) #28
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/db7726aee7993008dff742790337f950fb371ebf
Cr-Commit-Position: refs/heads/master@{#294254}

Powered by Google App Engine
This is Rietveld 408576698