Re: KITTEN: IETF 75 - 76

Love Hörnquist Åstrand <lha@kth.se> Wed, 19 August 2009 04:01 UTC

Return-Path: <lha@kth.se>
X-Original-To: kitten@core3.amsl.com
Delivered-To: kitten@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id AB3713A682E for <kitten@core3.amsl.com>; Tue, 18 Aug 2009 21:01:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.88
X-Spam-Level:
X-Spam-Status: No, score=-4.88 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, DATE_IN_PAST_06_12=1.069, HELO_EQ_SE=0.35, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WWoLPM5J92Vd for <kitten@core3.amsl.com>; Tue, 18 Aug 2009 21:01:36 -0700 (PDT)
Received: from smtp-2.sys.kth.se (smtp-2.sys.kth.se [130.237.32.160]) by core3.amsl.com (Postfix) with ESMTP id CD97C3A6859 for <kitten@ietf.org>; Tue, 18 Aug 2009 21:01:35 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 130EE14C135; Wed, 19 Aug 2009 06:01:10 +0200 (CEST)
X-Virus-Scanned: by amavisd-new at kth.se
Received: from smtp-2.sys.kth.se ([127.0.0.1]) by localhost (smtp-2.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xgst0aqHY9kq; Wed, 19 Aug 2009 06:01:09 +0200 (CEST)
Received: from [10.0.1.3] (99-52-202-108.lightspeed.snjsca.sbcglobal.net [99.52.202.108]) by smtp-2.sys.kth.se (Postfix) with ESMTP id 2233F14EAD8; Wed, 19 Aug 2009 06:01:07 +0200 (CEST)
Subject: Re: KITTEN: IETF 75 - 76
Mime-Version: 1.0 (Apple Message framework v1075.2)
Content-Type: text/plain; charset="us-ascii"; format="flowed"; delsp="yes"
From: Love Hörnquist Åstrand <lha@kth.se>
In-Reply-To: <20090817172632.GT1043@Sun.COM>
Date: Tue, 18 Aug 2009 10:59:59 -0700
Content-Transfer-Encoding: 7bit
Message-Id: <9CC1B781-EA9D-4FAB-8675-5BB47F6BE094@kth.se>
References: <4A87A69A.3050408@sun.com> <20090816235122.GP1043@Sun.COM> <77312362-85D0-4BDC-AD16-28450B38C5CB@kth.se> <20090817172632.GT1043@Sun.COM>
To: Nicolas Williams <Nicolas.Williams@sun.com>
X-Mailer: Apple Mail (2.1075.2)
Cc: "kitten@ietf.org" <kitten@ietf.org>, Shawn M Emery <Shawn.Emery@sun.com>
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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, 19 Aug 2009 04:01:36 -0000

> Yes, this problem affects initiators too.  If you want to solve the
> Identity Selection problem _above_ the GSS-API (and I agree that the
> solutions do belong outside the GSS-API), then you need to solve the
> CREDENTIAL HANDLE issue first.

The credential handle problem is already solved for init sec context,  
if you just can get hold of them.

GSS-API is part of the identity selection problem since its the holder  
of credentials.

The application/framework will need to drive authentication and select/ 
try credentials as it seems approproate and remember what of them was  
useful.

This would work today, if it was possible to get initial credentials  
and list existing/configured credentials

Love