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

Issue 8727014: Implement RSAPrivateKey::Copy() (Closed)

Created:
9 years ago by Sergey Ulanov
Modified:
9 years ago
Reviewers:
wtc, Ryan Sleevi
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, Paweł Hajdan Jr., sergeyu+watch_chromium.org
Visibility:
Public.

Description

Implement RSAPrivateKey::Copy() BUG=105220 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112837

Patch Set 1 : - #

Total comments: 8

Patch Set 2 : - #

Total comments: 6

Patch Set 3 : - #

Patch Set 4 : fix windows compilation #

Patch Set 5 : - #

Patch Set 6 : - #

Patch Set 7 : - #

Patch Set 8 : - #

Patch Set 9 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -131 lines) Patch
M crypto/rsa_private_key.h View 1 2 3 4 5 6 7 1 chunk +5 lines, -2 lines 0 comments Download
M crypto/rsa_private_key_mac.cc View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -3 lines 0 comments Download
M crypto/rsa_private_key_nss.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -2 lines 0 comments Download
M crypto/rsa_private_key_openssl.cc View 1 2 3 4 5 6 7 1 chunk +13 lines, -2 lines 0 comments Download
M crypto/rsa_private_key_unittest.cc View 1 2 2 chunks +125 lines, -106 lines 0 comments Download
M crypto/rsa_private_key_win.cc View 1 2 3 4 5 6 7 2 chunks +14 lines, -2 lines 0 comments Download
M remoting/protocol/v1_authenticator.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/v1_authenticator.cc View 1 2 2 chunks +5 lines, -11 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Sergey Ulanov
9 years ago (2011-11-29 00:03:42 UTC) #1
Sergey Ulanov
wtc: ping
9 years ago (2011-11-29 21:56:08 UTC) #2
wtc
http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_mac.cc File crypto/rsa_private_key_mac.cc (right): http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_mac.cc#newcode15 crypto/rsa_private_key_mac.cc:15: bool CopyCssmKey(const CSSM_KEY& source, CSSM_KEY* destination) { Nit: CopyCssmKey ...
9 years ago (2011-11-30 00:58:10 UTC) #3
wtc
Patch Set 1 LGTM. rsleevi: I have a question for you in my previous email ...
9 years ago (2011-11-30 00:59:00 UTC) #4
Ryan Sleevi
http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_mac.cc File crypto/rsa_private_key_mac.cc (right): http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_mac.cc#newcode15 crypto/rsa_private_key_mac.cc:15: bool CopyCssmKey(const CSSM_KEY& source, CSSM_KEY* destination) { On 2011/11/30 ...
9 years ago (2011-11-30 02:05:09 UTC) #5
wtc
rsleevi: thank you for answering my question. Do you think we should instead make RSAPrivateKey ...
9 years ago (2011-11-30 02:37:15 UTC) #6
Ryan Sleevi
On 2011/11/30 02:37:15, wtc wrote: > rsleevi: thank you for answering my question. > > ...
9 years ago (2011-11-30 02:42:37 UTC) #7
Wez
On 2011/11/30 02:42:37, Ryan Sleevi wrote: > On 2011/11/30 02:37:15, wtc wrote: > > rsleevi: ...
9 years ago (2011-11-30 20:51:50 UTC) #8
Sergey Ulanov
I rewrote the mac version to export key to an array and then import from ...
9 years ago (2011-11-30 22:30:03 UTC) #9
Sergey Ulanov
On 2011/11/30 02:37:15, wtc wrote: > rsleevi: thank you for answering my question. > > ...
9 years ago (2011-11-30 22:35:23 UTC) #10
wtc
On 2011/11/30 22:35:23, sergeyu wrote: > > I think that because RSAPrivateKey instances are mutable ...
9 years ago (2011-11-30 23:42:37 UTC) #11
wtc
http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_unittest.cc File crypto/rsa_private_key_unittest.cc (right): http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_unittest.cc#newcode54 crypto/rsa_private_key_unittest.cc:54: ASSERT_EQ(privkey1, privkey_copy); On 2011/11/30 22:30:03, sergeyu wrote: > > ...
9 years ago (2011-11-30 23:44:37 UTC) #12
Sergey Ulanov
On 2011/11/30 23:44:37, wtc wrote: > http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_unittest.cc > File crypto/rsa_private_key_unittest.cc (right): > > http://codereview.chromium.org/8727014/diff/1025/crypto/rsa_private_key_unittest.cc#newcode54 > ...
9 years ago (2011-11-30 23:49:08 UTC) #13
Sergey Ulanov
On 2011/11/30 23:42:37, wtc wrote: > On 2011/11/30 22:35:23, sergeyu wrote: > > > > ...
9 years ago (2011-11-30 23:50:02 UTC) #14
wtc
Patch Set 2 LGTM. http://codereview.chromium.org/8727014/diff/18001/crypto/rsa_private_key_unittest.cc File crypto/rsa_private_key_unittest.cc (right): http://codereview.chromium.org/8727014/diff/18001/crypto/rsa_private_key_unittest.cc#newcode138 crypto/rsa_private_key_unittest.cc:138: TEST(RSAPrivateKeyUnitTest, Copy) { Nit: Copy ...
9 years ago (2011-12-01 22:40:38 UTC) #15
Sergey Ulanov
http://codereview.chromium.org/8727014/diff/18001/crypto/rsa_private_key_unittest.cc File crypto/rsa_private_key_unittest.cc (right): http://codereview.chromium.org/8727014/diff/18001/crypto/rsa_private_key_unittest.cc#newcode138 crypto/rsa_private_key_unittest.cc:138: TEST(RSAPrivateKeyUnitTest, Copy) { On 2011/12/01 22:40:39, wtc wrote: > ...
9 years ago (2011-12-01 23:05:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8727014/21005
9 years ago (2011-12-01 23:13:50 UTC) #17
commit-bot: I haz the power
Try job failure for 8727014-21005 (previous was lost) (retry) on win_rel for step "compile" (clobber ...
9 years ago (2011-12-02 00:15:43 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8727014/23006
9 years ago (2011-12-02 00:59:34 UTC) #19
commit-bot: I haz the power
Try job failure for 8727014-23006 (previous was lost) (retry) (previous was lost) on win_rel for ...
9 years ago (2011-12-02 02:08:59 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8727014/23007
9 years ago (2011-12-02 20:41:55 UTC) #21
commit-bot: I haz the power
9 years ago (2011-12-02 22:03:19 UTC) #22
Try job failure for 8727014-23007 (retry) (previous was lost) (previous was
lost) on mac_rel for step "compile" (clobber build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698