Re: [kitten] Kerberos preauth negotiation techniques

Nico Williams <nico@cryptonector.com> Tue, 17 February 2015 17:37 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 956331A8F3E for <kitten@ietfa.amsl.com>; Tue, 17 Feb 2015 09:37:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.266
X-Spam-Level:
X-Spam-Status: No, score=-0.266 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, 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 7G7lqMGvb3jQ for <kitten@ietfa.amsl.com>; Tue, 17 Feb 2015 09:37:14 -0800 (PST)
Received: from homiemail-a112.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 9CBFF1A893A for <kitten@ietf.org>; Tue, 17 Feb 2015 09:37:14 -0800 (PST)
Received: from homiemail-a112.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a112.g.dreamhost.com (Postfix) with ESMTP id 7D2602005E807; Tue, 17 Feb 2015 09:37:14 -0800 (PST)
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=0SrjakXsddEUma VxkQzF1RRGf60=; b=MHHGn/Q4QSet+AJQ8aFzPWUMHyluOGNWcevjb5/LEMPLpk oTU69QytXRTpr0mqEMppjHt4hOdZjJnYgm+uwFKW8pyPbt/AMNGrJOCl0t3X4CxU bEBTS6KL/ohsZrtTluDJeLTq1LnxrvzPekhGRMVz1laUaoCwczf+iKs7cwioE=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a112.g.dreamhost.com (Postfix) with ESMTPA id 2038B2005E801; Tue, 17 Feb 2015 09:37:14 -0800 (PST)
Date: Tue, 17 Feb 2015 11:37:13 -0600
From: Nico Williams <nico@cryptonector.com>
To: Nathaniel McCallum <npmccallum@redhat.com>
Message-ID: <20150217173713.GI5246@localhost>
References: <x7da90k47ox.fsf@equal-rites.mit.edu> <1424189675.2645.23.camel@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <1424189675.2645.23.camel@redhat.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/zd2Lx9iKMGtZfCIy8mWnKcFt0C8>
Cc: kitten@ietf.org
Subject: Re: [kitten] Kerberos preauth negotiation techniques
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: Tue, 17 Feb 2015 17:37:15 -0000

On Tue, Feb 17, 2015 at 11:14:35AM -0500, Nathaniel McCallum wrote:
> I see 1 and 3 as the only good options. Having to register group 
> parameters instead of using OIDs is a deal-breaker in my book.

I also prefer not to have to add registration of groups.  I'm not sure
that I want to have any support for negotiable group parameters though,
if that's what you meant.  I'd rather have well-known curves (groups)
suitable for discrete codepoint assignments regardless of whether we
have/need a registry.

However, a single popular use case for negotiable groups will make (2)
utterly inapplicable, and that's the best case for not considering (2),
IMO.

On the whole I prefer (3).  I agree that it's an optimization that could
come later though.  But it's also an optimization that clients could
implement immediately (with the fallback penalty); it's only the AS
where more work is needed.

Nico
--