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

Issue 1759313002: Implement authenticator based on SPAKE2 implementation in boringssl. (Closed)

Created:
4 years, 9 months ago by Sergey Ulanov
Modified:
4 years, 9 months ago
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement authenticator based on SPAKE2 implementation in boringssl. The new authenticator uses SPAKE2 over Curve25519. It will be enabled in host and client in a separate CL. BUG=589698 Committed: https://crrev.com/bf336334ba59ae7cd150e9cb36a9b248d174a4eb Cr-Commit-Position: refs/heads/master@{#379972} Committed: https://crrev.com/e5aa32ee4fae3a3e4d038001ca5c5ed3e6f02b1e Cr-Commit-Position: refs/heads/master@{#380674}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+381 lines, -39 lines) Patch
M remoting/protocol/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/protocol/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + remoting/protocol/spake2_authenticator.h View 1 2 3 chunks +37 lines, -21 lines 0 comments Download
A remoting/protocol/spake2_authenticator.cc View 1 2 3 4 1 chunk +317 lines, -0 lines 0 comments Download
A + remoting/protocol/spake2_authenticator_unittest.cc View 4 chunks +19 lines, -17 lines 0 comments Download
M remoting/remoting.gyp View 1 2 chunks +2 lines, -1 line 0 comments Download
M remoting/remoting_srcs.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/remoting_test.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 35 (17 generated)
Sergey Ulanov
David, please approve dependency on BoringSSL. Kelvin, please review.
4 years, 9 months ago (2016-03-03 23:58:02 UTC) #5
davidben
DEPS lgtm. I didn't look too hard at the crypto and assume you already had ...
4 years, 9 months ago (2016-03-04 19:06:36 UTC) #7
kelvinp
lgtm with nits. https://codereview.chromium.org/1759313002/diff/60001/remoting/protocol/spake2_authenticator.h File remoting/protocol/spake2_authenticator.h (right): https://codereview.chromium.org/1759313002/diff/60001/remoting/protocol/spake2_authenticator.h#newcode61 remoting/protocol/spake2_authenticator.h:61: bool is_server, is_server is a bit ...
4 years, 9 months ago (2016-03-04 19:30:51 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/1759313002/diff/60001/remoting/protocol/spake2_authenticator.h File remoting/protocol/spake2_authenticator.h (right): https://codereview.chromium.org/1759313002/diff/60001/remoting/protocol/spake2_authenticator.h#newcode61 remoting/protocol/spake2_authenticator.h:61: bool is_server, On 2016/03/04 19:30:51, kelvinp wrote: > is_server ...
4 years, 9 months ago (2016-03-04 23:07:23 UTC) #9
Sergey Ulanov
+arnarb@ Arnar, can you also please take a look to make sure I'm using your ...
4 years, 9 months ago (2016-03-04 23:10:01 UTC) #11
Arnar Birgisson
The API is used correctly, but the key does not authenticate the server's certificate - ...
4 years, 9 months ago (2016-03-07 23:58:09 UTC) #12
Sergey Ulanov
The cert there is not really intended for authentication. See my comment below. https://codereview.chromium.org/1759313002/diff/100001/remoting/protocol/spake2_authenticator.cc File ...
4 years, 9 months ago (2016-03-08 01:53:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1759313002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1759313002/120001
4 years, 9 months ago (2016-03-08 21:39:31 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/156739)
4 years, 9 months ago (2016-03-08 22:15:47 UTC) #18
Arnar Birgisson
Thanks for the clarification! If the certificate isn't used at all, I'd suggest removing it ...
4 years, 9 months ago (2016-03-08 22:37:32 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1759313002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1759313002/140001
4 years, 9 months ago (2016-03-08 22:45:10 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 9 months ago (2016-03-08 23:50:24 UTC) #24
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/bf336334ba59ae7cd150e9cb36a9b248d174a4eb Cr-Commit-Position: refs/heads/master@{#379972}
4 years, 9 months ago (2016-03-08 23:52:31 UTC) #26
Sergey Ulanov
On 2016/03/08 22:37:32, Arnar Birgisson wrote: > Thanks for the clarification! > > If the ...
4 years, 9 months ago (2016-03-09 18:13:15 UTC) #27
chrishall
A revert of this CL (patchset #5 id:140001) has been created in https://codereview.chromium.org/1778223003/ by chrishall@chromium.org. ...
4 years, 9 months ago (2016-03-10 05:05:15 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1759313002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1759313002/140001
4 years, 9 months ago (2016-03-11 17:32:40 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:140001)
4 years, 9 months ago (2016-03-11 18:22:00 UTC) #33
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 18:24:12 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e5aa32ee4fae3a3e4d038001ca5c5ed3e6f02b1e
Cr-Commit-Position: refs/heads/master@{#380674}

Powered by Google App Engine
This is Rietveld 408576698