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

Issue 491763002: [webcrypto] Implement AES-CTR using BoringSSL. (Closed)

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

Description

[webcrypto] Implement AES-CTR using BoringSSL. BUG=399084 Committed: https://crrev.com/4d7a0e041f0b446265e4b9261396342e9f77fab5 Cr-Commit-Position: refs/heads/master@{#292053}

Patch Set 1 #

Total comments: 13

Patch Set 2 : rebase #

Patch Set 3 : rebase and address davidben's comments #

Patch Set 4 : rebase onto master (moves unittest to its own file) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+636 lines, -8 lines) Patch
M content/child/webcrypto/algorithm_registry.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M content/child/webcrypto/nss/util_nss.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M content/child/webcrypto/openssl/aes_cbc_openssl.cc View 3 chunks +4 lines, -6 lines 0 comments Download
A content/child/webcrypto/openssl/aes_ctr_openssl.cc View 1 2 1 chunk +288 lines, -0 lines 0 comments Download
M content/child/webcrypto/openssl/util_openssl.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/child/webcrypto/platform_crypto.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/webcrypto/status.h View 1 chunk +12 lines, -0 lines 0 comments Download
M content/child/webcrypto/status.cc View 1 chunk +15 lines, -0 lines 0 comments Download
A content/child/webcrypto/test/aes_ctr_unittest.cc View 1 2 3 1 chunk +218 lines, -0 lines 0 comments Download
M content/content_child.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A content/test/data/webcrypto/aes_ctr.json View 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
eroman
6 years, 4 months ago (2014-08-20 07:25:21 UTC) #1
eroman
Tentatively changing reviewer rsleevi --> davidben (Ryan doesn't have time for this ATM).
6 years, 4 months ago (2014-08-22 19:23:55 UTC) #2
davidben
davidben@chromium.org changed reviewers: + agl@chromium.org
6 years, 4 months ago (2014-08-25 19:25:45 UTC) #3
davidben
+agl. Could we teach BoringSSL to deal with < 128-bit counters and perhaps overflow too? ...
6 years, 4 months ago (2014-08-25 19:25:46 UTC) #4
agl
The reason why I didn't want this inside BoringSSL is that it's not clear where ...
6 years, 4 months ago (2014-08-25 20:36:15 UTC) #5
eroman
https://codereview.chromium.org/491763002/diff/20001/content/child/webcrypto/openssl/aes_cbc_openssl.cc File content/child/webcrypto/openssl/aes_cbc_openssl.cc (right): https://codereview.chromium.org/491763002/diff/20001/content/child/webcrypto/openssl/aes_cbc_openssl.cc#newcode82 content/child/webcrypto/openssl/aes_cbc_openssl.cc:82: cipher_operation)) { On 2014/08/25 19:25:45, David Benjamin wrote: > ...
6 years, 3 months ago (2014-08-26 00:25:28 UTC) #6
davidben
lgtm. The BIGNUMs make me unhappy, but I can see how it'd might be even ...
6 years, 3 months ago (2014-08-26 20:53:27 UTC) #7
eroman
The CQ bit was checked by eroman@chromium.org
6 years, 3 months ago (2014-08-26 21:41:17 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/491763002/80001
6 years, 3 months ago (2014-08-26 21:42:51 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (80001) as 962a49d00467e81be6a31080330f5a4c510df007
6 years, 3 months ago (2014-08-27 00:30:48 UTC) #10
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:48:11 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/4d7a0e041f0b446265e4b9261396342e9f77fab5
Cr-Commit-Position: refs/heads/master@{#292053}

Powered by Google App Engine
This is Rietveld 408576698