Re: [kitten] Registry entry format for draft-ietf-kitten-gssapi-extensions-iana

Nico Williams <nico@cryptonector.com> Tue, 04 August 2015 00:06 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 56B091B321C for <kitten@ietfa.amsl.com>; Mon, 3 Aug 2015 17:06:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.366
X-Spam-Level:
X-Spam-Status: No, score=-2.366 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham
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 gDKU9Yca2CA9 for <kitten@ietfa.amsl.com>; Mon, 3 Aug 2015 17:06:25 -0700 (PDT)
Received: from homiemail-a26.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id E51B21B3227 for <kitten@ietf.org>; Mon, 3 Aug 2015 17:06:23 -0700 (PDT)
Received: from homiemail-a26.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a26.g.dreamhost.com (Postfix) with ESMTP id 63B15B8095; Mon, 3 Aug 2015 17:06:23 -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=iWe2Lk7fxdg7Dc y7BPiLysuoR5I=; b=w5v+68r1VOQ2AtcOh8qcxbHBDuK4wbuquOFl4dHXCImNir JzLwDWVdtwjCopzB76Up8r9EFOQVZ+IBYP8OukokIXrdSD6uJr4O6Obum6cBwicZ MAWUyQUcN6hmq6rrxXzpUdgTg7Sg+iV64LRMPrhYAsK/M9n5fJvLBv5/EMvXQ=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a26.g.dreamhost.com (Postfix) with ESMTPA id C8795B806B; Mon, 3 Aug 2015 17:06:22 -0700 (PDT)
Date: Mon, 03 Aug 2015 19:06:21 -0500
From: Nico Williams <nico@cryptonector.com>
To: iana@iana.org
Message-ID: <20150804000621.GQ2957@localhost>
References: <20150803231440.GP2957@localhost>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20150803231440.GP2957@localhost>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/ei5FyGsbCuVzZJAgd4f2mg4N5UE>
Cc: kitten@ietf.org
Subject: Re: [kitten] Registry entry format for draft-ietf-kitten-gssapi-extensions-iana
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: <https://mailarchive.ietf.org/arch/browse/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, 04 Aug 2015 00:06:27 -0000

A sample registration entry in JSON format:

  {
    "binding_of": "GSS_Accept_sec_context",
    "bindings": "C",
    "description": "Accept a security context",
    "object_type": "Function",
    "reference": "RFC2744",
    "registration_rules": "IESG Approval",
    "registration_type": "Instance",
    "status": "Registered",
    "symbol_name": "gss_accept_sec_context Accept a security context"
  }

The "reference" field could be an array, either always or if there are
multiple references.  It could be absent or null or [] (empty array) if
there are no references, whichever is preferable.

Fields that are not applicable should be left out.

Comments?

Nico
--