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

Issue 23621050: Added WebCypto digest OpenSSL implementation. (Closed)

Created:
7 years, 3 months ago by padolph
Modified:
7 years, 2 months ago
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

Added WebCypto digest OpenSSL implementation. BUG=267888 TEST=content_unittests --gtest_filter="WebCryptoImpl*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227175

Patch Set 1 #

Patch Set 2 : Trivial change to test cl upload #

Total comments: 19

Patch Set 3 : Fixes for bryaneyler and rsleevi #

Patch Set 4 : clang-format reformatting #

Total comments: 7

Patch Set 5 : clang-format -style=Chromium reformatting #

Patch Set 6 : Fixes for bryaneyler #

Patch Set 7 : rebase only #

Patch Set 8 : for openssl, #ifdef disable all tests except digest #

Total comments: 2

Patch Set 9 : rebase only #

Patch Set 10 : rebase #

Patch Set 11 : fixed minor rebase issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -15 lines) Patch
M content/renderer/webcrypto/webcrypto_impl_openssl.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +61 lines, -8 lines 0 comments Download
M content/renderer/webcrypto/webcrypto_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 3 chunks +2 lines, -7 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
padolph
New CL to try to fix upload problems
7 years, 3 months ago (2013-09-16 23:02:53 UTC) #1
Bryan Eyler
Also please enable unit tests for OpenSSL on this algorithm. The unit tests are disabled ...
7 years, 3 months ago (2013-09-18 21:36:21 UTC) #2
Ryan Sleevi
Hi Paul, Some initial style comments to get you moving and save you a round-trip. ...
7 years, 3 months ago (2013-09-18 22:05:36 UTC) #3
padolph
https://codereview.chromium.org/23621050/diff/6001/content/renderer/webcrypto_impl_openssl.cc File content/renderer/webcrypto_impl_openssl.cc (right): https://codereview.chromium.org/23621050/diff/6001/content/renderer/webcrypto_impl_openssl.cc#newcode7 content/renderer/webcrypto_impl_openssl.cc:7: #include <openssl/evp.h> On 2013/09/18 22:05:36, Ryan Sleevi wrote: > ...
7 years, 3 months ago (2013-09-18 22:50:07 UTC) #4
padolph
On 2013/09/18 21:36:21, Bryan Eyler wrote: > Also please enable unit tests for OpenSSL on ...
7 years, 3 months ago (2013-09-18 23:20:44 UTC) #5
padolph
On 2013/09/18 22:05:36, Ryan Sleevi wrote: > Hi Paul, > > Some initial style comments ...
7 years, 3 months ago (2013-09-18 23:24:07 UTC) #6
Bryan Eyler
On 2013/09/18 23:24:07, padolph wrote: > On 2013/09/18 22:05:36, Ryan Sleevi wrote: > > Hi ...
7 years, 3 months ago (2013-09-23 21:17:12 UTC) #7
Bryan Eyler
https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi File content/content_tests.gypi (left): https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi#oldcode784 content/content_tests.gypi:784: 'renderer/webcrypto_impl_unittest.cc', Removal of this check is correct, but my ...
7 years, 3 months ago (2013-09-23 21:45:51 UTC) #8
padolph
https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi File content/content_tests.gypi (left): https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi#oldcode784 content/content_tests.gypi:784: 'renderer/webcrypto_impl_unittest.cc', On 2013/09/23 21:45:51, Bryan Eyler wrote: > Removal ...
7 years, 3 months ago (2013-09-23 22:08:31 UTC) #9
padolph
On 2013/09/23 22:08:31, padolph wrote: > https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi > File content/content_tests.gypi (left): > > https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi#oldcode784 > ...
7 years, 3 months ago (2013-09-23 23:17:24 UTC) #10
Ryan Sleevi
On 2013/09/23 23:17:24, padolph wrote: > On 2013/09/23 22:08:31, padolph wrote: > > https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi > ...
7 years, 3 months ago (2013-09-23 23:21:52 UTC) #11
padolph
On 2013/09/23 23:21:52, Ryan Sleevi wrote: > On 2013/09/23 23:17:24, padolph wrote: > > On ...
7 years, 3 months ago (2013-09-24 02:07:12 UTC) #12
padolph
https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi File content/content_tests.gypi (left): https://codereview.chromium.org/23621050/diff/18001/content/content_tests.gypi#oldcode784 content/content_tests.gypi:784: 'renderer/webcrypto_impl_unittest.cc', On 2013/09/23 22:08:31, padolph wrote: > On 2013/09/23 ...
7 years, 3 months ago (2013-09-24 02:08:31 UTC) #13
Bryan Eyler
lgtm https://codereview.chromium.org/23621050/diff/166001/content/renderer/webcrypto_impl_openssl.cc File content/renderer/webcrypto_impl_openssl.cc (right): https://codereview.chromium.org/23621050/diff/166001/content/renderer/webcrypto_impl_openssl.cc#newcode59 content/renderer/webcrypto_impl_openssl.cc:59: if (hash_expected_size <= 0) { Would this be ...
7 years, 2 months ago (2013-09-25 22:33:04 UTC) #14
padolph
https://codereview.chromium.org/23621050/diff/166001/content/renderer/webcrypto_impl_openssl.cc File content/renderer/webcrypto_impl_openssl.cc (right): https://codereview.chromium.org/23621050/diff/166001/content/renderer/webcrypto_impl_openssl.cc#newcode59 content/renderer/webcrypto_impl_openssl.cc:59: if (hash_expected_size <= 0) { On 2013/09/25 22:33:05, Bryan ...
7 years, 2 months ago (2013-09-25 22:48:38 UTC) #15
eroman
I sent this patch to the tryserver, the results should be visible above. It looks ...
7 years, 2 months ago (2013-09-26 23:05:45 UTC) #16
eroman
(I will take care of the .data() problem)
7 years, 2 months ago (2013-09-26 23:11:10 UTC) #17
eroman
@jochen: could you approve for content/content_tests.gypi ? (Paul is now in the signers list). Thanks
7 years, 2 months ago (2013-09-26 23:23:33 UTC) #18
eroman
Paul: please rebase the changelist as these files have now moved. Thanks!
7 years, 2 months ago (2013-09-27 08:29:00 UTC) #19
padolph
On 2013/09/27 08:29:00, eroman wrote: > Paul: please rebase the changelist as these files have ...
7 years, 2 months ago (2013-09-27 20:35:44 UTC) #20
padolph
All my CL's are rebased now. On Fri, Sep 27, 2013 at 1:29 AM, <eroman@chromium.org> ...
7 years, 2 months ago (2013-09-28 01:26:58 UTC) #21
Bryan Eyler
On 2013/09/28 01:26:58, padolph wrote: > All my CL's are rebased now. > > > ...
7 years, 2 months ago (2013-09-30 23:52:00 UTC) #22
padolph
On 2013/09/30 23:52:00, Bryan Eyler wrote: > Hi Paul, > > The content_tests.gypi changes will ...
7 years, 2 months ago (2013-10-04 20:21:00 UTC) #23
Bryan Eyler
lgtm
7 years, 2 months ago (2013-10-04 20:39:14 UTC) #24
Ryan Sleevi
lgtm
7 years, 2 months ago (2013-10-04 22:40:24 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/padolph@netflix.com/23621050/205001
7 years, 2 months ago (2013-10-04 23:19:19 UTC) #26
commit-bot: I haz the power
7 years, 2 months ago (2013-10-05 04:57:57 UTC) #27
Message was sent while issue was closed.
Change committed as 227175

Powered by Google App Engine
This is Rietveld 408576698