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

Issue 419673006: [webcrypto] Implement RSA-OAEP using BoringSSL. (Closed)

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

Description

Patch Set 1 : #

Total comments: 5

Patch Set 2 : cleanup label handling #

Patch Set 3 : Address rsleevi comments #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Total comments: 5

Patch Set 7 : rebase onto master #

Patch Set 8 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -6 lines) Patch
A content/child/webcrypto/openssl/rsa_oaep_openssl.cc View 1 2 3 4 5 6 7 1 chunk +153 lines, -0 lines 0 comments Download
M content/child/webcrypto/openssl/util_openssl.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M content/child/webcrypto/shared_crypto_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/content_child.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M crypto/scoped_openssl_types.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
eroman
6 years, 5 months ago (2014-07-25 19:31:13 UTC) #1
Ryan Sleevi
Redirecting to David
6 years, 5 months ago (2014-07-25 19:33:02 UTC) #2
Ryan Sleevi
https://codereview.chromium.org/419673006/diff/20001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc File content/child/webcrypto/openssl/rsa_oaep_openssl.cc (right): https://codereview.chromium.org/419673006/diff/20001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc#newcode32 content/child/webcrypto/openssl/rsa_oaep_openssl.cc:32: ScopedEVP_PKEY_CTX; Should probably move this into crypto/scoped_openssl_types. It certainly ...
6 years, 5 months ago (2014-07-25 19:34:56 UTC) #3
eroman
https://codereview.chromium.org/419673006/diff/20001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc File content/child/webcrypto/openssl/rsa_oaep_openssl.cc (right): https://codereview.chromium.org/419673006/diff/20001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc#newcode32 content/child/webcrypto/openssl/rsa_oaep_openssl.cc:32: ScopedEVP_PKEY_CTX; On 2014/07/25 19:34:56, Ryan Sleevi wrote: > Should ...
6 years, 5 months ago (2014-07-25 20:11:48 UTC) #4
eroman
Ping
6 years, 4 months ago (2014-07-30 05:10:57 UTC) #5
davidben
lgtm with comment https://codereview.chromium.org/419673006/diff/110001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc File content/child/webcrypto/openssl/rsa_oaep_openssl.cc (right): https://codereview.chromium.org/419673006/diff/110001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc#newcode46 content/child/webcrypto/openssl/rsa_oaep_openssl.cc:46: EVP_PKEY* pkey = pkey = AsymKeyOpenSsl::Cast(key)->key(); ...
6 years, 4 months ago (2014-07-30 16:08:48 UTC) #6
eroman
Thanks for the review! https://codereview.chromium.org/419673006/diff/110001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc File content/child/webcrypto/openssl/rsa_oaep_openssl.cc (right): https://codereview.chromium.org/419673006/diff/110001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc#newcode46 content/child/webcrypto/openssl/rsa_oaep_openssl.cc:46: EVP_PKEY* pkey = pkey = ...
6 years, 4 months ago (2014-07-30 16:27:59 UTC) #7
davidben
https://codereview.chromium.org/419673006/diff/110001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc File content/child/webcrypto/openssl/rsa_oaep_openssl.cc (right): https://codereview.chromium.org/419673006/diff/110001/content/child/webcrypto/openssl/rsa_oaep_openssl.cc#newcode66 content/child/webcrypto/openssl/rsa_oaep_openssl.cc:66: // calling set0_rsa_oaep_label(). On 2014/07/30 16:27:59, eroman wrote: > ...
6 years, 4 months ago (2014-07-30 16:44:13 UTC) #8
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 4 months ago (2014-07-30 17:38:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/419673006/130001
6 years, 4 months ago (2014-07-30 17:40:00 UTC) #10
eroman
The CQ bit was unchecked by eroman@chromium.org
6 years, 4 months ago (2014-07-30 19:55:08 UTC) #11
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 4 months ago (2014-07-30 19:56:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eroman@chromium.org/419673006/150001
6 years, 4 months ago (2014-07-30 19:57:32 UTC) #13
Ryan Sleevi
lgtm
6 years, 4 months ago (2014-07-30 21:28:17 UTC) #14
eroman
6 years, 4 months ago (2014-07-30 21:29:02 UTC) #15
Message was sent while issue was closed.
Committed patchset #8 manually as r286599 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698