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

Issue 316873004: Interface plus stub implementation for PrivetV3CryptoProvider (Closed)

Created:
6 years, 6 months ago by Noam Samuel
Modified:
6 years, 6 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Interface plus stub implementation for PrivetV3CryptoProvider This is a class to handle the session handshake logic as well as encryption with session key. The stub implementation for session type "empty" does nothing and passes the data unencrypted. BUG=380795 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275635

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -0 lines) Patch
A chrome/browser/local_discovery/privetv3_crypto_provider.h View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/browser/local_discovery/privetv3_crypto_provider.cc View 1 2 3 1 chunk +114 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Noam Samuel
6 years, 6 months ago (2014-06-04 18:28:07 UTC) #1
Vitaly Buka (NO REVIEWS)
pretty sure we would need to change this significantly. https://codereview.chromium.org/316873004/diff/1/chrome/browser/local_discovery/privetv3_crypto_provider.cc File chrome/browser/local_discovery/privetv3_crypto_provider.cc (right): https://codereview.chromium.org/316873004/diff/1/chrome/browser/local_discovery/privetv3_crypto_provider.cc#newcode48 chrome/browser/local_discovery/privetv3_crypto_provider.cc:48: ...
6 years, 6 months ago (2014-06-04 18:34:46 UTC) #2
Vitaly Buka (NO REVIEWS)
lgtm
6 years, 6 months ago (2014-06-04 18:34:50 UTC) #3
Vitaly Buka (NO REVIEWS)
On 2014/06/04 18:34:50, Vitaly Buka wrote: > lgtm Please create bug for encryption and attach ...
6 years, 6 months ago (2014-06-04 18:35:38 UTC) #4
Noam Samuel
Added bug. https://codereview.chromium.org/316873004/diff/1/chrome/browser/local_discovery/privetv3_crypto_provider.cc File chrome/browser/local_discovery/privetv3_crypto_provider.cc (right): https://codereview.chromium.org/316873004/diff/1/chrome/browser/local_discovery/privetv3_crypto_provider.cc#newcode48 chrome/browser/local_discovery/privetv3_crypto_provider.cc:48: *package = std::string(); On 2014/06/04 18:34:46, Vitaly ...
6 years, 6 months ago (2014-06-04 18:44:38 UTC) #5
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 6 months ago (2014-06-04 18:44:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/316873004/20001
6 years, 6 months ago (2014-06-04 18:46:25 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-04 22:42:24 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-05 06:17:45 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_compile_dbg/builds/26006)
6 years, 6 months ago (2014-06-05 06:17:46 UTC) #10
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/316873004/diff/20001/chrome/browser/local_discovery/privetv3_crypto_provider.h File chrome/browser/local_discovery/privetv3_crypto_provider.h (right): https://codereview.chromium.org/316873004/diff/20001/chrome/browser/local_discovery/privetv3_crypto_provider.h#newcode23 chrome/browser/local_discovery/privetv3_crypto_provider.h:23: virtual const std::string& GetAuthMethod() = 0; const std::string& -> ...
6 years, 6 months ago (2014-06-05 07:50:00 UTC) #11
Noam Samuel
Just realized this doesn't account for on-screen verification. Will add that to interface today.
6 years, 6 months ago (2014-06-05 17:45:52 UTC) #12
Vitaly Buka (NO REVIEWS)
On 2014/06/05 17:45:52, Noam Samuel wrote: > Just realized this doesn't account for on-screen verification. ...
6 years, 6 months ago (2014-06-05 17:57:13 UTC) #13
Noam Samuel
Hey, updated the interface and I think it matches the protocol more. PTAL?
6 years, 6 months ago (2014-06-05 20:43:37 UTC) #14
Vitaly Buka (NO REVIEWS)
lgtm
6 years, 6 months ago (2014-06-05 21:07:31 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 01:13:29 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 02:01:53 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/16779)
6 years, 6 months ago (2014-06-06 02:01:54 UTC) #18
Vitaly Buka (NO REVIEWS)
The CQ bit was checked by vitalybuka@chromium.org
6 years, 6 months ago (2014-06-06 03:43:11 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/316873004/40001
6 years, 6 months ago (2014-06-06 03:43:52 UTC) #20
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_compile_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-06 07:05:26 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-06 07:55:19 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/16881)
6 years, 6 months ago (2014-06-06 07:55:20 UTC) #23
Vitaly Buka (NO REVIEWS)
https://codereview.chromium.org/316873004/diff/40001/chrome/browser/local_discovery/privetv3_crypto_provider.h File chrome/browser/local_discovery/privetv3_crypto_provider.h (right): https://codereview.chromium.org/316873004/diff/40001/chrome/browser/local_discovery/privetv3_crypto_provider.h#newcode31 chrome/browser/local_discovery/privetv3_crypto_provider.h:31: ERROR ERROR -> HANDSHAKE_ERROR or something else there is ...
6 years, 6 months ago (2014-06-06 17:33:30 UTC) #24
Noam Samuel
https://codereview.chromium.org/316873004/diff/40001/chrome/browser/local_discovery/privetv3_crypto_provider.h File chrome/browser/local_discovery/privetv3_crypto_provider.h (right): https://codereview.chromium.org/316873004/diff/40001/chrome/browser/local_discovery/privetv3_crypto_provider.h#newcode31 chrome/browser/local_discovery/privetv3_crypto_provider.h:31: ERROR On 2014/06/06 17:33:30, Vitaly Buka wrote: > ERROR ...
6 years, 6 months ago (2014-06-06 21:57:36 UTC) #25
Noam Samuel
The CQ bit was checked by noamsml@chromium.org
6 years, 6 months ago (2014-06-06 21:57:39 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/316873004/60001
6 years, 6 months ago (2014-06-06 21:58:48 UTC) #27
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-07 01:42:02 UTC) #28
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 06:34:58 UTC) #29
Message was sent while issue was closed.
Change committed as 275635

Powered by Google App Engine
This is Rietveld 408576698