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

Issue 353043005: [webcrypto] Wire up {spki, pkcs8} import/export for OpenSSL. (Closed)

Created:
6 years, 6 months ago by eroman
Modified:
6 years, 5 months ago
Reviewers:
agl, Ryan Sleevi
CC:
chromium-reviews, darin-cc_chromium.org, jam, Ryan Sleevi
Project:
chromium
Visibility:
Public.

Description

[webcrypto] Wire up {spki, pkcs8} import/export for OpenSSL. BUG=389314 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284331

Patch Set 1 #

Total comments: 6

Patch Set 2 : adress rsleevi comments #

Patch Set 3 : Rebase on top of https://codereview.chromium.org/379383002/ #

Total comments: 10

Patch Set 4 : Address agl's comments #

Patch Set 5 : rebase onto master #

Patch Set 6 : Rebase onto master (which no longer has boringssl) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+323 lines, -49 lines) Patch
M content/child/webcrypto/openssl/key_openssl.h View 1 2 3 4 5 4 chunks +22 lines, -0 lines 0 comments Download
M content/child/webcrypto/openssl/key_openssl.cc View 1 2 3 4 5 2 chunks +20 lines, -0 lines 0 comments Download
A + content/child/webcrypto/openssl/rsa_key_openssl.h View 1 2 3 4 5 5 chunks +10 lines, -42 lines 0 comments Download
A content/child/webcrypto/openssl/rsa_key_openssl.cc View 1 2 3 4 5 1 chunk +232 lines, -0 lines 0 comments Download
A content/child/webcrypto/openssl/rsa_ssa_openssl.cc View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
M content/child/webcrypto/openssl/util_openssl.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M content/child/webcrypto/shared_crypto_unittest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/content_child.gypi View 1 2 4 5 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
eroman
6 years, 6 months ago (2014-06-27 01:12:46 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/353043005/diff/1/content/child/webcrypto/platform_crypto_openssl.cc File content/child/webcrypto/platform_crypto_openssl.cc (right): https://codereview.chromium.org/353043005/diff/1/content/child/webcrypto/platform_crypto_openssl.cc#newcode229 content/child/webcrypto/platform_crypto_openssl.cc:229: DCHECK(EVP_PKEY_id(key) == EVP_PKEY_RSA); DCHECK_EQ https://codereview.chromium.org/353043005/diff/1/content/child/webcrypto/platform_crypto_openssl.cc#newcode241 content/child/webcrypto/platform_crypto_openssl.cc:241: if (static_cast<int>(e.size()) != ...
6 years, 6 months ago (2014-06-27 01:43:25 UTC) #2
eroman
https://codereview.chromium.org/353043005/diff/1/content/child/webcrypto/platform_crypto_openssl.cc File content/child/webcrypto/platform_crypto_openssl.cc (right): https://codereview.chromium.org/353043005/diff/1/content/child/webcrypto/platform_crypto_openssl.cc#newcode229 content/child/webcrypto/platform_crypto_openssl.cc:229: DCHECK(EVP_PKEY_id(key) == EVP_PKEY_RSA); On 2014/06/27 01:43:25, Ryan Sleevi wrote: ...
6 years, 6 months ago (2014-06-27 02:12:47 UTC) #3
eroman
PTAL, I have rebased this onto the upcoming webcrypto refactor
6 years, 5 months ago (2014-07-18 03:15:09 UTC) #4
agl
https://codereview.chromium.org/353043005/diff/60001/content/child/webcrypto/openssl/rsa_key_openssl.cc File content/child/webcrypto/openssl/rsa_key_openssl.cc (right): https://codereview.chromium.org/353043005/diff/60001/content/child/webcrypto/openssl/rsa_key_openssl.cc#newcode32 content/child/webcrypto/openssl/rsa_key_openssl.cc:32: if (!i2d_PUBKEY_bio(bio.get(), key)) This is fine, although if it ...
6 years, 5 months ago (2014-07-18 16:55:19 UTC) #5
agl
LGTM (I'll probably be at the IETF after this so don't wait for me.)
6 years, 5 months ago (2014-07-18 16:55:33 UTC) #6
eroman
https://codereview.chromium.org/353043005/diff/60001/content/child/webcrypto/openssl/rsa_key_openssl.cc File content/child/webcrypto/openssl/rsa_key_openssl.cc (right): https://codereview.chromium.org/353043005/diff/60001/content/child/webcrypto/openssl/rsa_key_openssl.cc#newcode32 content/child/webcrypto/openssl/rsa_key_openssl.cc:32: if (!i2d_PUBKEY_bio(bio.get(), key)) On 2014/07/18 16:55:19, agl wrote: > ...
6 years, 5 months ago (2014-07-18 20:17:31 UTC) #7
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 5 months ago (2014-07-19 07:01:48 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/353043005/120001
6 years, 5 months ago (2014-07-19 07:02:18 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-07-19 12:48:17 UTC) #10
Message was sent while issue was closed.
Change committed as 284331

Powered by Google App Engine
This is Rietveld 408576698