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 8BC5E3A6874 for <kitten@core3.amsl.com>; Tue, 18 Aug 2009 21:01:49 -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 JyPNRrnhdlv4 for <kitten@core3.amsl.com>; Tue, 18 Aug 2009 21:01:48 -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 C72CC3A682E for <kitten@ietf.org>; Tue, 18 Aug 2009 21:01:48 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by smtp-2.sys.kth.se (Postfix) with ESMTP id B949A14EAD8; Wed, 19 Aug 2009 06:01:23 +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 hgtA1uGHSnIM; Wed, 19 Aug 2009 06:01:22 +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 20B8F14ED4B; Wed, 19 Aug 2009 06:01:16 +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 11:06:41 -0700
Content-Transfer-Encoding: 7bit
Message-Id: <C4C87E27-271E-4037-9685-A35CAA041041@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, Shawn 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:49 -0000

17 aug 2009 kl. 10:26 skrev Nicolas Williams:

>>>> ...along with Alexey's recent request for policy/encryption  
>>>> strength.
>>>
>>> Yes.  This should be, IMO, a high priority.
>>
>> And not over engineered. Let's solve the SASL problem and nothing  
>> more.
>
> I agree.  I want nothing to do with, for example, a language for
> expressing cryptographic quality of protection policies.  I want  
> only a
> way to obtain non-hard-coded, context-specific policies.  The key is
> context-specific (because the Kerberos mech can use any enctype in a
> context-specific way -- you can't tell which it is just from the  
> mech's
> OID, unlike SCRAM).  (A context-specific SSF number is acceptable to
> me as a way to support SASL.)


OM_uint32
gss_context_sasl_ssf(OM_uint32  *minor, gss_ctx_id_t ctx, OM_uint32  
*ssf);


Love