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

Issue 8499032: net: add low-entropy, shared secret authentication protocol. (Closed)

Created:
9 years, 1 month ago by agl
Modified:
9 years, 1 month ago
Reviewers:
Wez
CC:
chromium-reviews, Sergey Ulanov
Visibility:
Public.

Description

net: add low-entropy, shared secret authentication protocol. BUG=none TEST=crypto_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111070

Patch Set 1 #

Total comments: 44

Patch Set 2 : ... #

Patch Set 3 : ... #

Patch Set 4 : ... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+518 lines, -0 lines) Patch
M crypto/crypto.gyp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M crypto/p224.h View 1 chunk +4 lines, -0 lines 0 comments Download
A crypto/p224_spake.h View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
A crypto/p224_spake.cc View 1 2 1 chunk +259 lines, -0 lines 0 comments Download
A crypto/p224_spake_unittest.cc View 1 2 1 chunk +139 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
agl
9 years, 1 month ago (2011-11-08 22:57:38 UTC) #1
Wez
Looks pretty good. :) http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.cc File crypto/mutual_auth.cc (right): http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.cc#newcode122 crypto/mutual_auth.cc:122: session_length[3] = session.size(); nit: Do ...
9 years, 1 month ago (2011-11-09 22:43:46 UTC) #2
agl
http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.cc File crypto/mutual_auth.cc (right): http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.cc#newcode122 crypto/mutual_auth.cc:122: session_length[3] = session.size(); On 2011/11/09 22:43:46, Wez wrote: > ...
9 years, 1 month ago (2011-11-10 17:18:19 UTC) #3
Wez
For Chromoting Me2Me, we need to be able to store |password| at the Host, in ...
9 years, 1 month ago (2011-11-11 01:51:35 UTC) #4
agl
Yep, sorry. Missed a whole file of comments. http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.h File crypto/mutual_auth.h (right): http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.h#newcode6 crypto/mutual_auth.h:6: #define ...
9 years, 1 month ago (2011-11-11 16:05:17 UTC) #5
agl
On Thu, Nov 10, 2011 at 8:51 PM, <wez@chromium.org> wrote: > For Chromoting Me2Me, we ...
9 years, 1 month ago (2011-11-11 16:13:30 UTC) #6
Wez
LGTM! http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.h File crypto/mutual_auth.h (right): http://codereview.chromium.org/8499032/diff/1/crypto/mutual_auth.h#newcode6 crypto/mutual_auth.h:6: #define CRYPTO_MUTUAL_AUTH_H_ On 2011/11/11 16:05:17, agl wrote: > ...
9 years, 1 month ago (2011-11-12 00:50:23 UTC) #7
Wez
Adding sergeyu@ as FYI.
9 years, 1 month ago (2011-11-12 00:50:59 UTC) #8
Wez
On 11 November 2011 08:13, Adam Langley <agl@chromium.org> wrote: > On Thu, Nov 10, 2011 ...
9 years, 1 month ago (2011-11-12 00:57:27 UTC) #9
agl
On Fri, Nov 11, 2011 at 7:57 PM, Wez <wez@chromium.org> wrote: > When we store ...
9 years, 1 month ago (2011-11-15 00:16:32 UTC) #10
Wez
On 14 November 2011 16:16, Adam Langley <agl@chromium.org> wrote: > scrypt would be best, but ...
9 years, 1 month ago (2011-11-15 00:21:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agl@chromium.org/8499032/19001
9 years, 1 month ago (2011-11-22 00:16:37 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-22 01:29:38 UTC) #13
Change committed as 111070

Powered by Google App Engine
This is Rietveld 408576698