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

Issue 205913002: [webcrypto] Add JWK RSA public key export for NSS. (Closed)

Created:
6 years, 9 months ago by padolph
Modified:
6 years, 9 months ago
Reviewers:
eroman, Ryan Sleevi
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[webcrypto] Add JWK RSA public key export for NSS. BUG=245025 TEST=content_unittests --gtest_filter="SharedCryptoTest*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259432

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : checkpoint #

Patch Set 4 : rebase #

Total comments: 10

Patch Set 5 : fixes for eroman #

Patch Set 6 : fixes for eroman #

Patch Set 7 : rebase #

Total comments: 15

Patch Set 8 : fixes for eroman #

Patch Set 9 : rebase #

Patch Set 10 : Fixed Mac and OpenSSL build failures, added missing comment fix. #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -43 lines) Patch
M content/child/webcrypto/jwk.cc View 1 2 3 4 5 6 7 6 chunks +100 lines, -17 lines 0 comments Download
M content/child/webcrypto/platform_crypto.h View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -0 lines 0 comments Download
M content/child/webcrypto/platform_crypto_nss.cc View 1 2 3 4 5 6 7 8 2 chunks +18 lines, -0 lines 0 comments Download
M content/child/webcrypto/platform_crypto_openssl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M content/child/webcrypto/shared_crypto_unittest.cc View 1 2 3 4 5 6 7 8 9 5 chunks +158 lines, -26 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/child/webcrypto/webcrypto_util.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
padolph
6 years, 9 months ago (2014-03-21 01:34:24 UTC) #1
eroman
BTW I am gone tomorrow, so may not do the next review pass until Monday. ...
6 years, 9 months ago (2014-03-21 02:30:51 UTC) #2
padolph
https://codereview.chromium.org/205913002/diff/60001/content/child/webcrypto/platform_crypto.h File content/child/webcrypto/platform_crypto.h (right): https://codereview.chromium.org/205913002/diff/60001/content/child/webcrypto/platform_crypto.h#newcode182 content/child/webcrypto/platform_crypto.h:182: blink::WebArrayBuffer* modulus, On 2014/03/21 02:30:51, eroman wrote: > Please ...
6 years, 9 months ago (2014-03-24 04:24:06 UTC) #3
padolph
https://codereview.chromium.org/205913002/diff/60001/content/child/webcrypto/jwk.cc File content/child/webcrypto/jwk.cc (right): https://codereview.chromium.org/205913002/diff/60001/content/child/webcrypto/jwk.cc#newcode312 content/child/webcrypto/jwk.cc:312: const base::StringPiece modulus_str(static_cast<const char*>(modulus.data()), On 2014/03/21 02:30:51, eroman wrote: ...
6 years, 9 months ago (2014-03-24 04:28:28 UTC) #4
eroman
patchset 7 LGTM after these comments: https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/jwk.cc File content/child/webcrypto/jwk.cc (right): https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/jwk.cc#newcode326 content/child/webcrypto/jwk.cc:326: unsigned int raw_key_length_bytes, ...
6 years, 9 months ago (2014-03-24 22:05:51 UTC) #5
padolph
https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/jwk.cc File content/child/webcrypto/jwk.cc (right): https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/jwk.cc#newcode326 content/child/webcrypto/jwk.cc:326: unsigned int raw_key_length_bytes, On 2014/03/24 22:05:51, eroman wrote: > ...
6 years, 9 months ago (2014-03-25 01:10:28 UTC) #6
eroman
https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/shared_crypto_unittest.cc File content/child/webcrypto/shared_crypto_unittest.cc (right): https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/shared_crypto_unittest.cc#newcode644 content/child/webcrypto/shared_crypto_unittest.cc:644: // TODO(padolph): LowerCaseEqualsASCII() does not work for above! On ...
6 years, 9 months ago (2014-03-25 01:21:11 UTC) #7
eroman
patchset 8 LGTM
6 years, 9 months ago (2014-03-25 01:22:45 UTC) #8
padolph
The CQ bit was checked by padolph@netflix.com
6 years, 9 months ago (2014-03-25 16:19:55 UTC) #9
padolph
The CQ bit was unchecked by padolph@netflix.com
6 years, 9 months ago (2014-03-25 16:19:59 UTC) #10
padolph
The CQ bit was checked by padolph@netflix.com
6 years, 9 months ago (2014-03-25 16:44:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/padolph@netflix.com/205913002/180001
6 years, 9 months ago (2014-03-25 16:45:03 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 17:13:24 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_compile_dbg
6 years, 9 months ago (2014-03-25 17:13:25 UTC) #14
eroman
The issue is that either CreateRsaSsaImportAlgorithm() has to be marked as CONTENT_EXPORT in webcrypto_util.h, or ...
6 years, 9 months ago (2014-03-25 17:20:46 UTC) #15
padolph
On 2014/03/25 17:20:46, eroman wrote: > The issue is that either CreateRsaSsaImportAlgorithm() has to be ...
6 years, 9 months ago (2014-03-25 17:35:18 UTC) #16
padolph
On 2014/03/25 17:20:46, eroman wrote: > The issue is that either CreateRsaSsaImportAlgorithm() has to be ...
6 years, 9 months ago (2014-03-25 18:12:14 UTC) #17
padolph
On 2014/03/25 01:21:11, eroman wrote: > https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/shared_crypto_unittest.cc > File content/child/webcrypto/shared_crypto_unittest.cc (right): > > https://codereview.chromium.org/205913002/diff/120001/content/child/webcrypto/shared_crypto_unittest.cc#newcode644 > ...
6 years, 9 months ago (2014-03-25 18:15:34 UTC) #18
eroman
lgtm patchset 11 LGTM
6 years, 9 months ago (2014-03-25 19:22:33 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/padolph@netflix.com/205913002/480001
6 years, 9 months ago (2014-03-25 19:24:09 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 21:35:06 UTC) #21
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=287778
6 years, 9 months ago (2014-03-25 21:35:07 UTC) #22
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 9 months ago (2014-03-25 21:37:35 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/padolph@netflix.com/205913002/480001
6 years, 9 months ago (2014-03-25 21:38:24 UTC) #24
commit-bot: I haz the power
6 years, 9 months ago (2014-03-26 01:39:35 UTC) #25
Message was sent while issue was closed.
Change committed as 259432

Powered by Google App Engine
This is Rietveld 408576698