[kitten] Bootstrapping PKINIT server certs with Re: SPAKE Preauth

Nico Williams <nico@cryptonector.com> Mon, 01 June 2015 19:46 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 5E3681B2C34 for <kitten@ietfa.amsl.com>; Mon, 1 Jun 2015 12:46:44 -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 eVpVHyH4lTCL for <kitten@ietfa.amsl.com>; Mon, 1 Jun 2015 12:46:43 -0700 (PDT)
Received: from homiemail-a106.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 5871F1A89FE for <kitten@ietf.org>; Mon, 1 Jun 2015 12:46:41 -0700 (PDT)
Received: from homiemail-a106.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a106.g.dreamhost.com (Postfix) with ESMTP id 1E1392005D006; Mon, 1 Jun 2015 12:46:41 -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=YwyvozT1aTw3zi vgu76odYww9CE=; b=WfoOeePGe/4oSUXbjQ/u84kuWFpEam+88fx1TSSylg0Fuc udoYYFyxCfntUNm3UUiMJIMqEuxEkoq4GDQHmH/Mw6wdHy/tJcumi5ZZu5eOyP4L 7t7uq2aQNcX+bhJ0iB6pJ+ylznG64Tv4FHuxAg7oWoVGWd2X807hZH5yNZbU0=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a106.g.dreamhost.com (Postfix) with ESMTPA id E87452005D008; Mon, 1 Jun 2015 12:46:39 -0700 (PDT)
Date: Mon, 01 Jun 2015 14:46:38 -0500
From: Nico Williams <nico@cryptonector.com>
To: Nathaniel McCallum <npmccallum@redhat.com>
Message-ID: <20150601194637.GI600@localhost>
References: <1430138754.2682.10.camel@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <1430138754.2682.10.camel@redhat.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/u4tkI4GseO735o2PiZKQEpiUdQQ>
Cc: "kitten@ietf.org" <kitten@ietf.org>
Subject: [kitten] Bootstrapping PKINIT server certs with Re: 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: Mon, 01 Jun 2015 19:46:44 -0000

It'd be great to be able to bootstrap PKINIT AS server certificate
issuer certs with SPAKE pre-auth.

I guess we could do this by having a pseudo-factor that the AS could
include in the challenge, bearing the realms' trusted issuer's
certificate.

A client would learn the PKINIT AS server cert "trust anchors" as
follows:

 - single-user clients can cache (e.g., in a user's home directory)
   realm certs extracted from successful SPAKE exchanges

 - multi-user clients can do the same *after* validating the issued TGTs
   (by getting a service Ticket for a service whose keys the client has,
   then decrypting that Ticket's enc-part).

Nico
--