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

Issue 1060483002: Add SecureMessage definitions to CryptAuth. (Closed)

Created:
5 years, 8 months ago by Tim Song
Modified:
5 years, 8 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add SecureMessage definitions to CryptAuth. BUG=473471 Committed: https://crrev.com/bbb566c2518db4a962f5ca529bb8204ec53f94c1 Cr-Commit-Position: refs/heads/master@{#324006}

Patch Set 1 : #

Total comments: 18

Patch Set 2 : fixes #

Patch Set 3 : add unit test #

Total comments: 28

Patch Set 4 : fix compile #

Patch Set 5 : fixes #

Patch Set 6 : use StartsWithASCII #

Unified diffs Side-by-side diffs Delta from patch set Stats (+706 lines, -0 lines) Patch
M components/components_tests.gyp View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/BUILD.gn View 1 2 2 chunks +20 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/fake_secure_message_delegate.h View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/fake_secure_message_delegate.cc View 1 2 3 4 5 1 chunk +192 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc View 1 2 3 4 1 chunk +196 lines, -0 lines 0 comments Download
M components/proximity_auth/cryptauth/proto/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/proto/securemessage.proto View 1 1 chunk +95 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/secure_message_delegate.h View 1 2 3 4 1 chunk +101 lines, -0 lines 0 comments Download
A components/proximity_auth/cryptauth/secure_message_delegate.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
Tim Song
5 years, 8 months ago (2015-04-03 01:27:36 UTC) #3
Ilya Sherman
https://codereview.chromium.org/1060483002/diff/20001/components/proximity_auth/cryptauth/BUILD.gn File components/proximity_auth/cryptauth/BUILD.gn (right): https://codereview.chromium.org/1060483002/diff/20001/components/proximity_auth/cryptauth/BUILD.gn#newcode60 components/proximity_auth/cryptauth/BUILD.gn:60: "//testing/gtest", Should :test_support be added here? If not, what ...
5 years, 8 months ago (2015-04-03 02:13:05 UTC) #4
Tim Song
https://codereview.chromium.org/1060483002/diff/20001/components/proximity_auth/cryptauth/BUILD.gn File components/proximity_auth/cryptauth/BUILD.gn (right): https://codereview.chromium.org/1060483002/diff/20001/components/proximity_auth/cryptauth/BUILD.gn#newcode60 components/proximity_auth/cryptauth/BUILD.gn:60: "//testing/gtest", On 2015/04/03 02:13:05, Ilya Sherman wrote: > Should ...
5 years, 8 months ago (2015-04-03 02:46:34 UTC) #5
Tim Song
I added a unit test for the FakeSecureMessageDelegate. Please take another look.
5 years, 8 months ago (2015-04-03 17:33:40 UTC) #6
Ilya Sherman
On 2015/04/03 17:33:40, Tim Song wrote: > I added a unit test for the FakeSecureMessageDelegate. ...
5 years, 8 months ago (2015-04-03 22:14:45 UTC) #7
Ilya Sherman
I guess it's okay to add the fake implementation in this CL, though it still ...
5 years, 8 months ago (2015-04-03 22:43:42 UTC) #8
Tim Song
The FakeSecureMessageDelegate is pretty complex, so I think it's appropriate to have a unit test ...
5 years, 8 months ago (2015-04-04 05:06:15 UTC) #9
Ilya Sherman
https://codereview.chromium.org/1060483002/diff/60001/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc File components/proximity_auth/cryptauth/fake_secure_message_delegate.cc (right): https://codereview.chromium.org/1060483002/diff/60001/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc#newcode119 components/proximity_auth/cryptauth/fake_secure_message_delegate.cc:119: private_key.size() > prefix.size() On 2015/04/04 05:06:14, Tim Song wrote: ...
5 years, 8 months ago (2015-04-06 18:33:52 UTC) #10
Tim Song
https://codereview.chromium.org/1060483002/diff/60001/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc File components/proximity_auth/cryptauth/fake_secure_message_delegate.cc (right): https://codereview.chromium.org/1060483002/diff/60001/components/proximity_auth/cryptauth/fake_secure_message_delegate.cc#newcode119 components/proximity_auth/cryptauth/fake_secure_message_delegate.cc:119: private_key.size() > prefix.size() On 2015/04/06 18:33:51, Ilya Sherman wrote: ...
5 years, 8 months ago (2015-04-06 19:37:23 UTC) #11
Ilya Sherman
LGTM, thanks.
5 years, 8 months ago (2015-04-06 20:32:55 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1060483002/120001
5 years, 8 months ago (2015-04-07 02:02:29 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 8 months ago (2015-04-07 02:53:56 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-04-07 02:54:47 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/bbb566c2518db4a962f5ca529bb8204ec53f94c1
Cr-Commit-Position: refs/heads/master@{#324006}

Powered by Google App Engine
This is Rietveld 408576698