Re: [kitten] Non-blocking attribute prefix (Re: [Technical Errata Reported] RFC6680 (4337))

Nico Williams <nico@cryptonector.com> Mon, 20 April 2015 16:24 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 936291B2FC2 for <kitten@ietfa.amsl.com>; Mon, 20 Apr 2015 09:24:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.666
X-Spam-Level:
X-Spam-Status: No, score=-1.666 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_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 OnXm-ify00lV for <kitten@ietfa.amsl.com>; Mon, 20 Apr 2015 09:24:00 -0700 (PDT)
Received: from homiemail-a31.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id DF6F01B2FBF for <kitten@ietf.org>; Mon, 20 Apr 2015 09:24:00 -0700 (PDT)
Received: from homiemail-a31.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a31.g.dreamhost.com (Postfix) with ESMTP id 633D4202044; Mon, 20 Apr 2015 09:24:00 -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=Pt7PpHr+9aUI40 IKtwytV3n/2uE=; b=xKPOOEtih4UcfbbxHozuVTi2BlPuVrVtDBI8bedEXqPJnO RFjxyhNcO1fWWsElvXkxurGGdMK2GSWPXWBdffpK/KGDv3Bgfsolg4Vxble/O+sg G8Chbys2OgUoAJ16od90ymmiW+baA7mkoHoybV3HAMgE5FTJlnJ7npbUM6c2I=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a31.g.dreamhost.com (Postfix) with ESMTPA id 2775220203C; Mon, 20 Apr 2015 09:23:57 -0700 (PDT)
Date: Mon, 20 Apr 2015 11:23:56 -0500
From: Nico Williams <nico@cryptonector.com>
To: Sam Hartman <hartmans-ietf@mit.edu>
Message-ID: <20150420162355.GT13041@localhost>
References: <20150418215222.7ABFD180206@rfc-editor.org> <4268E41F-712E-425D-B514-C0023D311462@gmail.com> <tsl7ft7zx9f.fsf@mit.edu> <20150419230843.GP13041@localhost> <tsly4lmyl7i.fsf@mit.edu> <20150420155313.GQ13041@localhost> <20150420161848.GS13041@localhost>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20150420161848.GS13041@localhost>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/kitten/1rCf9F9naYhoW6fuje67H-I2XjM>
Cc: "kitten@ietf.org" <kitten@ietf.org>, Kathleen Moriarty <kathleen.moriarty.ietf@gmail.com>, "leifj@sunet.se" <leifj@sunet.se>, RFC Errata System <rfc-editor@rfc-editor.org>
Subject: Re: [kitten] Non-blocking attribute prefix (Re: [Technical Errata Reported] RFC6680 (4337))
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, 20 Apr 2015 16:24:01 -0000

On Mon, Apr 20, 2015 at 11:18:49AM -0500, Nico Williams wrote:
> draft-williams-kitten-generic-naming-attributes-02 defines an attribute
> prefix, GSS_C_ATTR_GENERIC_FAST, to denote "please be fast/non-blocking".

We could also add an attribute prefix by which to request that the
mechanism implement a [POSIX thread] cancellation point around getting
an attribute, thus making it easier for callers to impose timeouts.

We could also have an attribute that imposes a particular timeout,
though that requires baking the timeout value into the attribute name,
and so that's a bit obnoxious.

Nico
--