Re: [tcpm] TCP-AO: Text for New_Key Process

Eric Rescorla <ekr@networkresonance.com> Thu, 29 January 2009 06:38 UTC

Return-Path: <tcpm-bounces@ietf.org>
X-Original-To: tcpm-archive@megatron.ietf.org
Delivered-To: ietfarch-tcpm-archive@core3.amsl.com
Received: from [127.0.0.1] (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DE2AB3A6852; Wed, 28 Jan 2009 22:38:48 -0800 (PST)
X-Original-To: tcpm@core3.amsl.com
Delivered-To: tcpm@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id E3B5C3A6852 for <tcpm@core3.amsl.com>; Wed, 28 Jan 2009 22:38:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.56
X-Spam-Level:
X-Spam-Status: No, score=-2.56 tagged_above=-999 required=5 tests=[AWL=0.039, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QcuWG97bGHXd for <tcpm@core3.amsl.com>; Wed, 28 Jan 2009 22:38:46 -0800 (PST)
Received: from romeo.rtfm.com (romeo.rtfm.com [74.95.2.173]) by core3.amsl.com (Postfix) with ESMTP id D700C3A67F7 for <tcpm@ietf.org>; Wed, 28 Jan 2009 22:38:45 -0800 (PST)
Received: from romeo.rtfm.com (localhost.rtfm.com [127.0.0.1]) by romeo.rtfm.com (Postfix) with ESMTP id 243E550822; Wed, 28 Jan 2009 22:55:00 -0800 (PST)
Date: Wed, 28 Jan 2009 22:55:00 -0800
From: Eric Rescorla <ekr@networkresonance.com>
To: Joe Touch <touch@ISI.EDU>
In-Reply-To: <49809CBC.5080603@isi.edu>
References: <7.1.0.9.2.20081219010400.02bfd3d8@gmail.com> <496d9941.18038e0a.5558.ffffd3a6@mx.google.com> <497F7DDC.70309@isi.edu> <20090128162756.3799450822@romeo.rtfm.com> <49808E94.8050107@isi.edu> <20090128175345.C434E50822@romeo.rtfm.com> <49809CBC.5080603@isi.edu>
User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Message-Id: <20090129065500.243E550822@romeo.rtfm.com>
Cc: tcpm@ietf.org, Allison Mankin <mankin@psg.com>, skonduru@juniper.net
Subject: Re: [tcpm] TCP-AO: Text for New_Key Process
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://www.ietf.org/mailman/private/tcpm>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: tcpm-bounces@ietf.org
Errors-To: tcpm-bounces@ietf.org

At Wed, 28 Jan 2009 09:58:20 -0800,
Joe Touch wrote:
> Eric Rescorla wrote:
> >> I've already shown a way to achieve this without requiring the use of
> >> the NEW key, i.e., that used two KeyIDs with the OLD key, using the
> >> change in the KeyID to inform the endpoints. I've also described in that
> >> email a way to achieve this using the current API, without asking TCP-AO
> >> to generate new packets or to do anything conditional _inside_ TCP-AO;
> >> this can (and, IMO, should) all be accomplished with an external
> >> mechanism, with __no__ impact on the stack.
> > 
> > I read your mechanism, but I'm not sure it works.
> > 
> > The basic unit of operation here isn't keys but key-ids. It's true that
> > in your example key-id 6 refers to the same key as key-id 5, but that's
> > not something that the stack should be observing.
> 
> The stack doesn't observe it; the stack reports it if asked to an
> external process.

As I've indicated before, I think this whole external process thing
is overcomplicating matters. Key management daemons are a bug,
not a feature, and it would be much better if things could
be constructed so the TCP-AO module would do everything. 


> > If your point is that at the time I install key-id 5 I also install a
> > dummy key-id 6, and use that purely for signalling, I agree that that
> > would work, but it strikes me as extremely kludgy. 
> 
> It allows side A to tell side B when side A has a new key installed,
> without causing any packets to fall on the floor on side B (note that
> retransmissions, if received, could open the congestion window
> inappropriately).
> The mechanism I proposed achieved with no modifications to the TCP stack.

Yes, by laying the burden on some as yet nonexistent key management
mechanism.


> The other mechanisms suggested all have the property of also using the
> KeyID value as a signal. The only downside of the mechanism I proposed
> is that is inefficient in the use of the KeyID space - however, the
> space is large enough that this isn't an issue.

That's far from the only downside.

For one, consider what happens if key 7 is misconfigured. In Greg's
system, everything works fine, because packets with MAC failures are
dropped. In your system, the 5-6 transition is used to signal the
availability of 7, but if that transition fails the connection just
falls over.


> > There's no natural
> > connection between the switch from 5-6 and the switch from 5-7.
> 
> Why should there be? IMO, it's up to the endpoints to decide how and
> when to switch keys; key change coordination needs to be _enabled_ by
> TCP-AO, but not provided by it. IMO, that's a KMS issue - whether
> automated at the endpoints, or via a protocol.

Again, I don't agree. TCP-AO should work fine without some additional
KMS, and that includes having unsynchronized key changes work correctly.

-Ekr


_______________________________________________
tcpm mailing list
tcpm@ietf.org
https://www.ietf.org/mailman/listinfo/tcpm