Re: [sidr] WGLC draft-sidr-rpki-rtr - take 2?

Joe Touch <touch@isi.edu> Mon, 25 April 2011 15:27 UTC

Return-Path: <touch@isi.edu>
X-Original-To: sidr@ietfc.amsl.com
Delivered-To: sidr@ietfc.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfc.amsl.com (Postfix) with ESMTP id 54B84E06C1 for <sidr@ietfc.amsl.com>; Mon, 25 Apr 2011 08:27:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.446
X-Spam-Level:
X-Spam-Status: No, score=-102.446 tagged_above=-999 required=5 tests=[AWL=-0.447, BAYES_00=-2.599, J_CHICKENPOX_15=0.6, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([208.66.40.236]) by localhost (ietfc.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5GWUWnqJ7gLm for <sidr@ietfc.amsl.com>; Mon, 25 Apr 2011 08:27:14 -0700 (PDT)
Received: from nitro.isi.edu (nitro.isi.edu [128.9.208.207]) by ietfc.amsl.com (Postfix) with ESMTP id 6987AE0682 for <sidr@ietf.org>; Mon, 25 Apr 2011 08:27:14 -0700 (PDT)
Received: from [128.9.160.166] (abc.isi.edu [128.9.160.166]) (authenticated bits=0) by nitro.isi.edu (8.13.8/8.13.8) with ESMTP id p3PFQfwR009056 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Mon, 25 Apr 2011 08:26:44 -0700 (PDT)
Message-ID: <4DB592B3.3090805@isi.edu>
Date: Mon, 25 Apr 2011 08:26:43 -0700
From: Joe Touch <touch@isi.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9
MIME-Version: 1.0
To: "t.petch" <ietfc@btconnect.com>
References: <4DAF44AC.8060408@isi.edu><E3076C4C-F27C-40A8-A033-2EBB8C39A3D2@cisco.com><4DAF796C.7010807@isi.edu><BANLkTi=Oc-fEKOYCRQqM97wPxSSXjrdTRw@mail.gmail.com><409BDC5C-FE86-444A-BC0D-6DA00E7BF0F3@isi.edu> <BANLkTikLi2p7UipJ!TRSQqVOL6GkLn=j9iA@mail.gmail.com> <F0FABE61-FC1D-45ED-A21D-ED7A1228A997@isi.edu> <01eb01cc0325$6e4fd260$4001a8c0@gateway.2wire.net>
In-Reply-To: <01eb01cc0325$6e4fd260$4001a8c0@gateway.2wire.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-MailScanner-ID: p3PFQfwR009056
X-ISI-4-69-MailScanner: Found to be clean
X-MailScanner-From: touch@isi.edu
Cc: sidr wg list <sidr@ietf.org>
Subject: Re: [sidr] WGLC draft-sidr-rpki-rtr - take 2?
X-BeenThere: sidr@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Secure Interdomain Routing <sidr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sidr>, <mailto:sidr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sidr>
List-Post: <mailto:sidr@ietf.org>
List-Help: <mailto:sidr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sidr>, <mailto:sidr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 25 Apr 2011 15:27:15 -0000

Hi, Tom,

On 4/25/2011 1:47 AM, t.petch wrote:
....
> I think that the point is not that it is or is not a BGP connection
> but that security for BGP was predicated on the assumption that
> the TCP connection would be short in terms of hops, ie none,
> and it was that that made a less stringent approach to security
> acceptable, one that would not be acceptable for an Internet
> wide access for - say - a Web site.

Hopcount security, i.e., GTSM (RFC 3682) is not at all related to TCP-AO.

TCP-AO provides replay protection, includes extended sequence numbers to 
account for seqno rollover, and support for changing keys during a 
connection without impact to TCP. It also uses per-connection keys 
derived from master keys.

> What I am missing is not whether or not this is BGP, but
> whether or not the connection will have the properties of
> BGP, of being very short.   My suspicion is that the
> data will be coming from all over the place, Internet-wide
> (as with CRL) and so the security should be Web-like and not
> BGP-like; ie TCP-AO will not do.

I encourage you to take another look at TCP-AO; there is nothing therein 
that is focused exclusively on any property of BGP. It was intended as a 
generic mechanism to support transport authentication for TCP connections.

Joe