Re: [kitten] GSS-API and timeouts

Nico Williams <nico@cryptonector.com> Wed, 04 April 2012 16:31 UTC

Return-Path: <nico@cryptonector.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 0789D21F845A for <kitten@ietfa.amsl.com>; Wed, 4 Apr 2012 09:31:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.575
X-Spam-Level:
X-Spam-Status: No, score=-1.575 tagged_above=-999 required=5 tests=[AWL=0.402, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
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 maMcGjOVv7d0 for <kitten@ietfa.amsl.com>; Wed, 4 Apr 2012 09:31:26 -0700 (PDT)
Received: from homiemail-a95.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by ietfa.amsl.com (Postfix) with ESMTP id 5A2A821F8417 for <kitten@ietf.org>; Wed, 4 Apr 2012 09:31:26 -0700 (PDT)
Received: from homiemail-a95.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a95.g.dreamhost.com (Postfix) with ESMTP id 5BD2E1E07C for <kitten@ietf.org>; Wed, 4 Apr 2012 09:31:18 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; c=nofws; d=cryptonector.com; h=mime-version :in-reply-to:references:date:message-id:subject:from:to:cc: content-type; q=dns; s=cryptonector.com; b=mRH9fYM9T5t7lta/9nmnc w67RphHtoylTaNU7Fkakhi+Pva2yYSGQAo0gJTImq8Ac4Y2JtsY8v7jIbea50BJ1 5+3ghwaLK/hT632LWTUyMt6uXl2BrBwla7p17ncOKipMw7uBM78KCl4Yidauqy5x NW71pHMuaUriof7oKuM4o8=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h= mime-version:in-reply-to:references:date:message-id:subject:from :to:cc:content-type; s=cryptonector.com; bh=GNlVVdKPrgzyGPosNcXA uzOq1L0=; b=QfZTm+pi/tSJONBlPfxwDSoMPy1Ps1HrOGttGQ1ur4h0bDAcVMEs eBmNbd+BP+86yE4WTMvOFyzFhjjCkEqAaSPu944Nr0QWp1LVz8bUuBj6WBwgGBHc kSWg0vdbHEhWB7vhJFjsG4oegc5ATZdVgYtlaZ7gJ/qekxKtlghIjCE=
Received: from mail-pb0-f44.google.com (mail-pb0-f44.google.com [209.85.160.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nico@cryptonector.com) by homiemail-a95.g.dreamhost.com (Postfix) with ESMTPSA id 23EA41E078 for <kitten@ietf.org>; Wed, 4 Apr 2012 09:31:18 -0700 (PDT)
Received: by pbbrq13 with SMTP id rq13so452922pbb.31 for <kitten@ietf.org>; Wed, 04 Apr 2012 09:31:17 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.68.135.40 with SMTP id pp8mr38949905pbb.13.1333557077371; Wed, 04 Apr 2012 09:31:17 -0700 (PDT)
Received: by 10.68.28.6 with HTTP; Wed, 4 Apr 2012 09:31:17 -0700 (PDT)
In-Reply-To: <87obr7lfqc.fsf@latte.josefsson.org>
References: <87obr7lfqc.fsf@latte.josefsson.org>
Date: Wed, 04 Apr 2012 11:31:17 -0500
Message-ID: <CAK3OfOgOKr1=rA2GyKQTaxuRgc14+KnyWrLuBbTdkX3U_zaYyw@mail.gmail.com>
From: Nico Williams <nico@cryptonector.com>
To: Simon Josefsson <simon@josefsson.org>
Content-Type: text/plain; charset="UTF-8"
Cc: kitten@ietf.org
Subject: Re: [kitten] GSS-API and timeouts
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, 04 Apr 2012 16:31:27 -0000

If you don't want to tackle async init/accept_sec_context now then I
suggest that you use threads and thread cancellation.

Nico
--