Re: [kitten] SPAKE Preauth

Nico Williams <nico@cryptonector.com> Wed, 13 May 2015 16:30 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: kitten@ietfa.amsl.com
Delivered-To: kitten@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A01B41B2D99 for <kitten@ietfa.amsl.com>; Wed, 13 May 2015 09:30:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.233
X-Spam-Level:
X-Spam-Status: No, score=0.233 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SeibXDTaj05l for <kitten@ietfa.amsl.com>; Wed, 13 May 2015 09:30:53 -0700 (PDT)
Received: from homiemail-a31.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 1C7231B2D10 for <kitten@ietf.org>; Wed, 13 May 2015 09:30:53 -0700 (PDT)
Received: from homiemail-a31.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a31.g.dreamhost.com (Postfix) with ESMTP id B422D202060; Wed, 13 May 2015 09:30:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=cryptonector.com; bh=OKBNVB17ZfL7sQ Klp7IocY062e8=; b=duqYX3KBolsVLueiL2cDcNgaze1kGqLMroTdwMOrJ9pYYO y+i3JZOV017mhTYTO6I9IlHHfUknui95+kW68Xsn5y3Z5OAa/z7oqLqIYDtUwpy0 d1Eba+OX78qSqzoOHaDyuy6PU3nJYTdNrGFdkVzSIrtvE4JykDJ7Ml1e8Muw8=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a31.g.dreamhost.com (Postfix) with ESMTPA id 48169202054; Wed, 13 May 2015 09:30:52 -0700 (PDT)
Date: Wed, 13 May 2015 11:30:51 -0500
From: Nico Williams <nico@cryptonector.com>
To: Nathaniel McCallum <npmccallum@redhat.com>
Message-ID: <20150513163050.GW7287@localhost>
References: <1430138754.2682.10.camel@redhat.com> <20150502231603.GG10065@localhost>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20150502231603.GG10065@localhost>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/KJSAZ1lbA3ueCVAO2CMoH02xmIg>
Cc: "kitten@ietf.org" <kitten@ietf.org>
Subject: Re: [kitten] SPAKE Preauth
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/kitten>, <mailto:kitten-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/kitten/>
List-Post: <mailto:kitten@ietf.org>
List-Help: <mailto:kitten-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 16:30:53 -0000

On Sat, May 02, 2015 at 06:16:04PM -0500, Nico Williams wrote:
> In addition to adding some standard OTP-ish second factors, I'd like to
> have a way to "augment" the PAKE with the same user password so as to
> improve resistance to KDC database compromise.

As discussed off-list, Nathaniel proposes that an augmentation factor
can wrap other factors, and so can be left to later.  I'm satisfied with
that answer.

Nico
--