Re: [kitten] SPAKE Preauth

Nico Williams <nico@cryptonector.com> Sat, 02 May 2015 23:08 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 D40B51A9112 for <kitten@ietfa.amsl.com>; Sat, 2 May 2015 16:08:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.666
X-Spam-Level:
X-Spam-Status: No, score=-1.666 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 VAY241ma32WL for <kitten@ietfa.amsl.com>; Sat, 2 May 2015 16:08:59 -0700 (PDT)
Received: from homiemail-a33.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 291861A9110 for <kitten@ietf.org>; Sat, 2 May 2015 16:08:59 -0700 (PDT)
Received: from homiemail-a33.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a33.g.dreamhost.com (Postfix) with ESMTP id A3BE759406B; Sat, 2 May 2015 16:08:58 -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=z8fU89K3Vu0Ttu 3m7lRZ0amT+vU=; b=cQOulwngNU8fiaOrP3WI/7j+K+N48sliXBCbvgvOAPTALE qSikYwvugD1d0TohNUkNag+1udFrHAOjr+ssgNzxpNZ0+U2Dl/knM2/R+TpO5Kb+ AZJ3HTOTpk6yHseyQBm5E/SC1SLP2CH1evfDq1Gp92Sv66/KdRS7WU+VC3Rt4=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a33.g.dreamhost.com (Postfix) with ESMTPA id 5B9D6594057; Sat, 2 May 2015 16:08:58 -0700 (PDT)
Date: Sat, 02 May 2015 18:08:57 -0500
From: Nico Williams <nico@cryptonector.com>
To: Nathaniel McCallum <npmccallum@redhat.com>
Message-ID: <20150502230856.GF10065@localhost>
References: <1430138754.2682.10.camel@redhat.com> <20150501212003.GB10065@localhost> <1430515444.2514.14.camel@redhat.com> <20150501222257.GE10065@localhost> <1430533498.2720.3.camel@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <1430533498.2720.3.camel@redhat.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/Bx3DTR1amhYs2wvNpxHDfqzaIek>
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: Sat, 02 May 2015 23:09:00 -0000

On Fri, May 01, 2015 at 10:24:58PM -0400, Nathaniel McCallum wrote:
> On Fri, 2015-05-01 at 17:22 -0500, Nico Williams wrote:
> > Is there any reason that a generic one couldn't be specified here?
> 
> Speaking for myself, I want to create a high-quality integrated
> experience, not a generic one. I would prefer picking one open
> standard (such as OATH) and getting the details right. This is
> somewhat hard for me to quantify, but it arises from my experience
> implementing RFC 6560.

I don't buy this.  I understand and agree about how a dependency on
_FAST_ made RFC6560 difficult to deploy, and also how RFC6560's
incomplete/missing handling of *multiple* factors made it less useful
than expected.  I don't think that means "generality -> bad".

Also, I don't think a generic OTP 2nd factor here would necessarily lead
to a low-quality user experience.  For all user-input OTPs, all the user
needs is a prompt, which can be sent in UTF-8 and already localized to
a language of the user's preference (since the AS ought to know what
that might be).  I don't see how the user-input OTP experience can get
much better than that.

I suppose one could add media (a vine showing the act of pulling the OTP
out of one's pocket or purse, reading the OTP, then entering it on a
keyboard?  an audio description of the same?), but text is quite
accessible.

Nico
--