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

Issue 8903001: Simplify SPAKE2 implementation. (Closed)

Created:
9 years ago by Sergey Ulanov
Modified:
9 years ago
Reviewers:
agl
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Simplify SPAKE2 implementation. Currently P224EncryptedKeyExchange uses two pieces of secret: password and session-specific key. They are combined and used together as one password. It is not really needed and the calling code can do it when neccessary. BUG=105214 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114189

Patch Set 1 #

Patch Set 2 : added GetKey() #

Patch Set 3 : - #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -61 lines) Patch
M crypto/p224_spake.h View 1 2 4 chunks +14 lines, -12 lines 0 comments Download
M crypto/p224_spake.cc View 1 6 chunks +13 lines, -27 lines 0 comments Download
M crypto/p224_spake_unittest.cc View 1 2 chunks +7 lines, -22 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sergey Ulanov
9 years ago (2011-12-09 22:51:54 UTC) #1
agl
As it appears, this isn't right. Since the API authenticates a channel, a secret tied ...
9 years ago (2011-12-09 23:29:39 UTC) #2
Sergey Ulanov
On 2011/12/09 23:29:39, agl wrote: > As it appears, this isn't right. Since the API ...
9 years ago (2011-12-09 23:58:53 UTC) #3
agl
On Fri, Dec 9, 2011 at 6:58 PM, <sergeyu@chromium.org> wrote: > I'm not sure I ...
9 years ago (2011-12-12 15:13:37 UTC) #4
Wez
On 2011/12/12 15:13:37, agl wrote: > On Fri, Dec 9, 2011 at 6:58 PM, <mailto:sergeyu@chromium.org> ...
9 years ago (2011-12-12 18:21:40 UTC) #5
agl
On Mon, Dec 12, 2011 at 1:21 PM, <wez@chromium.org> wrote: > Fundamentally EKE just generates ...
9 years ago (2011-12-12 18:25:04 UTC) #6
Sergey Ulanov
I've added GetKey() method to this class and updated the comments to reflect the fact ...
9 years ago (2011-12-12 23:49:40 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/8903001/9001
9 years ago (2011-12-13 05:24:40 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-13 07:00:21 UTC) #9
Change committed as 114189

Powered by Google App Engine
This is Rietveld 408576698