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

Issue 749183004: WebCrypto: Implement crypto.subtle.deriveKey (chromium-side). (Closed)

Created:
6 years ago by eroman
Modified:
6 years ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@ecdh
Project:
chromium
Visibility:
Public.

Description

WebCrypto: Implement crypto.subtle.deriveKey (chromium-side). BUG=437577 Committed: https://crrev.com/20bf4c3c8f6c408cd2214d76e57265d424dae13e Cr-Commit-Position: refs/heads/master@{#308110}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 14

Patch Set 3 : Address comments #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -33 lines) Patch
M content/child/webcrypto/algorithm_dispatch.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M content/child/webcrypto/algorithm_dispatch.cc View 1 2 1 chunk +55 lines, -1 line 0 comments Download
M content/child/webcrypto/algorithm_implementation.h View 1 chunk +8 lines, -2 lines 0 comments Download
M content/child/webcrypto/algorithm_implementation.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/child/webcrypto/openssl/ecdh_openssl.cc View 3 chunks +14 lines, -8 lines 0 comments Download
M content/child/webcrypto/test/ecdh_unittest.cc View 1 2 3 chunks +230 lines, -21 lines 0 comments Download
M content/child/webcrypto/webcrypto_impl.h View 1 chunk +8 lines, -0 lines 0 comments Download
M content/child/webcrypto/webcrypto_impl.cc View 3 chunks +59 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
eroman
6 years ago (2014-12-04 00:46:30 UTC) #5
Ryan Sleevi
https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h File content/child/webcrypto/algorithm_dispatch.h (right): https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h#newcode99 content/child/webcrypto/algorithm_dispatch.h:99: const blink::WebCryptoAlgorithm& key_length_algorithm, Wait, why is |key_length_algorithm| different than ...
6 years ago (2014-12-10 03:21:26 UTC) #6
eroman
https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h File content/child/webcrypto/algorithm_dispatch.h (right): https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h#newcode99 content/child/webcrypto/algorithm_dispatch.h:99: const blink::WebCryptoAlgorithm& key_length_algorithm, On 2014/12/10 03:21:26, Ryan Sleevi wrote: ...
6 years ago (2014-12-10 17:58:55 UTC) #7
Ryan Sleevi
LGTM % nit https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h File content/child/webcrypto/algorithm_dispatch.h (right): https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h#newcode99 content/child/webcrypto/algorithm_dispatch.h:99: const blink::WebCryptoAlgorithm& key_length_algorithm, On 2014/12/10 17:58:55, ...
6 years ago (2014-12-11 23:23:48 UTC) #8
eroman
Thanks for the review! https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h File content/child/webcrypto/algorithm_dispatch.h (right): https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/algorithm_dispatch.h#newcode99 content/child/webcrypto/algorithm_dispatch.h:99: const blink::WebCryptoAlgorithm& key_length_algorithm, On 2014/12/11 ...
6 years ago (2014-12-12 01:21:17 UTC) #9
eroman
https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/test/ecdh_unittest.cc File content/child/webcrypto/test/ecdh_unittest.cc (right): https://codereview.chromium.org/749183004/diff/80001/content/child/webcrypto/test/ecdh_unittest.cc#newcode124 content/child/webcrypto/test/ecdh_unittest.cc:124: // Assume that the 7th key in the test ...
6 years ago (2014-12-12 01:25:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/749183004/120001
6 years ago (2014-12-12 01:53:55 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/17451)
6 years ago (2014-12-12 03:37:41 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/749183004/120001
6 years ago (2014-12-12 05:06:40 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/17503)
6 years ago (2014-12-12 05:59:39 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/749183004/120001
6 years ago (2014-12-12 07:03:01 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel/builds/17541)
6 years ago (2014-12-12 07:55:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/749183004/120001
6 years ago (2014-12-12 16:26:53 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:120001)
6 years ago (2014-12-12 17:22:47 UTC) #25
commit-bot: I haz the power
6 years ago (2014-12-12 17:23:27 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/20bf4c3c8f6c408cd2214d76e57265d424dae13e
Cr-Commit-Position: refs/heads/master@{#308110}

Powered by Google App Engine
This is Rietveld 408576698