Re: [kitten] Updating IANA krb5 GSSAPI token type registry

Luke Howard <lukeh@padl.com> Wed, 07 August 2013 23:46 UTC

Return-Path: <lukeh@padl.com>
X-Original-To: kitten@ietfa.amsl.com
Delivered-To: kitten@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ED20921F9A04 for <kitten@ietfa.amsl.com>; Wed, 7 Aug 2013 16:46:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KfxdOvZwqMci for <kitten@ietfa.amsl.com>; Wed, 7 Aug 2013 16:45:58 -0700 (PDT)
Received: from us.padl.com (us.padl.com [216.154.215.154]) by ietfa.amsl.com (Postfix) with ESMTP id C916121F9A1D for <kitten@ietf.org>; Wed, 7 Aug 2013 16:45:52 -0700 (PDT)
Received: by us.padl.com with ESMTP id r77NjS1n001217; Wed, 7 Aug 2013 19:45:31 -0400
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Luke Howard <lukeh@padl.com>
In-Reply-To: <20130807185358.263CC1A8EE@ld9781.wdf.sap.corp>
Date: Thu, 08 Aug 2013 09:45:28 +1000
Content-Transfer-Encoding: 7bit
Message-Id: <7B4FC5F8-17E2-4B4C-B011-8A5C98EB1526@padl.com>
References: <20130807185358.263CC1A8EE@ld9781.wdf.sap.corp>
To: mrex@sap.com
X-Mailer: Apple Mail (2.1508)
X-SMTP-Vilter-Version: 1.3.6
X-Spamd-Symbols: AWL,BAYES_00,RDNS_NONE,USER_IN_WHITELIST
X-SMTP-Vilter-Spam-Backend: spamd
X-Spam-Threshold: 5.0
X-Spam-Probability: -20.5
Cc: kitten@ietf.org
Subject: Re: [kitten] Updating IANA krb5 GSSAPI token type registry
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.12
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: Wed, 07 Aug 2013 23:46:10 -0000

> I just found another one:
> 
>  http://tools.ietf.org/html/rfc2743#page-84
> 
>  04 01   exported name (token) created by gss_export_name()

Ah yes, then you also need RFC 6680 s.7.8:

04 02  exported composite name(token) created by gss_export_name_composite()

-- Luke