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

Issue 27195002: openssl: Implement crypto::ECPrivateKey. (Closed)

Created:
7 years, 2 months ago by digit1
Modified:
7 years, 2 months ago
Reviewers:
agl, wtc, Ryan Sleevi
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 20

Patch Set 2 : Address nits. #

Patch Set 3 : Trivial rebase #

Total comments: 2

Patch Set 4 : Trivial rebase. #

Patch Set 5 : Fix mac build by adding one \n at the end of a source file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -26 lines) Patch
M crypto/ec_private_key_openssl.cc View 1 2 3 3 chunks +164 lines, -16 lines 0 comments Download
M crypto/ec_private_key_unittest.cc View 1 2 3 4 2 chunks +2 lines, -10 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
digit1
7 years, 2 months ago (2013-10-14 14:58:21 UTC) #1
wtc
Patch set 1 LGTM. https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc File crypto/ec_private_key_openssl.cc (right): https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc#newcode23 crypto/ec_private_key_openssl.cc:23: typedef int (*ExportFunctionWithBio)(BIO* bio, void* ...
7 years, 2 months ago (2013-10-14 21:45:07 UTC) #2
agl
https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc File crypto/ec_private_key_openssl.cc (right): https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc#newcode32 crypto/ec_private_key_openssl.cc:32: // OpenSSLErrStackTracer err_tracer(FROM_HERE); Uncomment or delete? https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc#newcode56 crypto/ec_private_key_openssl.cc:56: // ...
7 years, 2 months ago (2013-10-14 21:47:31 UTC) #3
digit1
https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc File crypto/ec_private_key_openssl.cc (right): https://codereview.chromium.org/27195002/diff/1/crypto/ec_private_key_openssl.cc#newcode23 crypto/ec_private_key_openssl.cc:23: typedef int (*ExportFunctionWithBio)(BIO* bio, void* key); I've changed it ...
7 years, 2 months ago (2013-10-15 11:43:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/digit@chromium.org/27195002/11001
7 years, 2 months ago (2013-10-15 15:16:40 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-15 15:35:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/digit@chromium.org/27195002/30001
7 years, 2 months ago (2013-10-15 19:29:36 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-15 20:21:45 UTC) #8
wtc
Patch set 3 LGTM. https://codereview.chromium.org/27195002/diff/30001/crypto/ec_private_key_openssl.cc File crypto/ec_private_key_openssl.cc (right): https://codereview.chromium.org/27195002/diff/30001/crypto/ec_private_key_openssl.cc#newcode149 crypto/ec_private_key_openssl.cc:149: // as a lookup key ...
7 years, 2 months ago (2013-10-15 23:13:24 UTC) #9
digit1
https://codereview.chromium.org/27195002/diff/30001/crypto/ec_private_key_openssl.cc File crypto/ec_private_key_openssl.cc (right): https://codereview.chromium.org/27195002/diff/30001/crypto/ec_private_key_openssl.cc#newcode149 crypto/ec_private_key_openssl.cc:149: // as a lookup key when storing the private ...
7 years, 2 months ago (2013-10-17 08:12:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/digit@chromium.org/27195002/52001
7 years, 2 months ago (2013-10-17 09:06:13 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-17 12:07:07 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/digit@chromium.org/27195002/66001
7 years, 2 months ago (2013-10-17 13:55:19 UTC) #13
commit-bot: I haz the power
7 years, 2 months ago (2013-10-17 16:09:25 UTC) #14
Message was sent while issue was closed.
Change committed as 229153

Powered by Google App Engine
This is Rietveld 408576698