Re: [kitten] SPAKE and not replying to requests

"Henry B (Hank) Hotz, CISSP" <hbhotz@oxy.edu> Tue, 29 August 2017 23:51 UTC

Return-Path: <hbhotz@oxy.edu>
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 EBD63132B9B for <kitten@ietfa.amsl.com>; Tue, 29 Aug 2017 16:51:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.534
X-Spam-Level:
X-Spam-Status: No, score=-3.534 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 FcYxzyRlBoCO for <kitten@ietfa.amsl.com>; Tue, 29 Aug 2017 16:51:39 -0700 (PDT)
Received: from mailout.easymail.ca (mailout.easymail.ca [64.68.200.34]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC5E5132A94 for <kitten@ietf.org>; Tue, 29 Aug 2017 16:51:39 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id D7361C961B; Tue, 29 Aug 2017 23:51:38 +0000 (UTC)
Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo01-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uzymYfvJ0jTX; Tue, 29 Aug 2017 23:51:38 +0000 (UTC)
Received: from macbook-air-2.lan (66-215-86-135.dhcp.psdn.ca.charter.com [66.215.86.135]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 4D001C961A; Tue, 29 Aug 2017 23:51:34 +0000 (UTC)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\))
From: "Henry B (Hank) Hotz, CISSP" <hbhotz@oxy.edu>
In-Reply-To: <20170829010740.GL96685@kduck.kaduk.org>
Date: Tue, 29 Aug 2017 16:51:33 -0700
Cc: Robbie Harwood <rharwood@redhat.com>, kitten@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <2BC5553D-F37C-4F6A-88C9-FDBDADFDEA26@oxy.edu>
References: <x7d378j1rgh.fsf@equal-rites.mit.edu> <jlgfucj31t2.fsf@redhat.com> <3be44bb4-270e-64b7-4987-450c36885425@mit.edu> <jlgd17mc9cn.fsf@redhat.com> <20170829010740.GL96685@kduck.kaduk.org>
To: Benjamin Kaduk <kaduk@mit.edu>
X-Mailer: Apple Mail (2.2104)
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/kvkkRg_wR8KL05k8thJsdYd4ybI>
Subject: Re: [kitten] SPAKE and not replying to requests
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.22
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, 29 Aug 2017 23:51:42 -0000

‘sarright. ;-)

> On Aug 28, 2017, at 6:07 PM, Benjamin Kaduk <kaduk@mit.edu> wrote:
> 
> On Wed, Aug 23, 2017 at 04:33:44PM -0400, Robbie Harwood wrote:
>> Greg Hudson <ghudson@mit.edu> writes:
>> 
>>> On 08/22/2017 02:16 PM, Robbie Harwood wrote:
>>>>> I propose to change this text to:
>>>>> 
>>>>>    [...] If either factor fails to validate, the KDC SHOULD respond
>>>>>    with an appropriate KRB-ERROR message.  The KDC MAY choose not to
>>>>>    respond to the request, with the expectation that the client will
>>>>>    retry against other KDC servers within the realm.
>>>> 
>>>> I wonder if we should be more explicit about what the client should do
>>>> if it doesn't get a reply from the server here.  Maybe something like,
>>>> e.g., "The KDC MAY choose not to respond to the request, at which point
>>>> the client SHOULD retry against other KDC servers within the realm." or
>>>> so?
>>> 
>>> I would prefer that this document not get into the weeds of client-KDC
>>> network communication, but looking at RFC 4120, I think you are right
>>> that nothing really says what the client should do in the face of a
>>> timeout.  There are also cases where a client might not be able to reach
>>> all KDC processes for a realm (network load balancers, MIT krb5 KDC
>>> worker processes, etc.), so perhaps black-holing requests is a hack we
>>> shouldn't encourage in the standard.
>>> 
>>> With that in mind, I guess I just want the text to say:
>>> 
>>>    If either factor fails to validate, the KDC SHOULD respond with an
>>>    appropriate KRB-ERROR message.
>>> 
>>> with no further discussion of what a KDC might choose to do instead.
>> 
>> Agreed, that makes sense to me.
> 
> It makes sense to me as well.
> 
> -Ben
> _______________________________________________
> Kitten mailing list
> Kitten@ietf.org
> https://www.ietf.org/mailman/listinfo/kitten

Personal email.  hbhotz@oxy.edu