Re: [secdir] review of draft-hollenbeck-rfc4933bis-02

Alexey Melnikov <alexey.melnikov@isode.com> Thu, 16 July 2009 11:24 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: secdir@core3.amsl.com
Delivered-To: secdir@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id C55883A6986; Thu, 16 Jul 2009 04:24:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.498
X-Spam-Level:
X-Spam-Status: No, score=-2.498 tagged_above=-999 required=5 tests=[AWL=0.101, 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 dsVkiZQ5Mhyo; Thu, 16 Jul 2009 04:24:29 -0700 (PDT)
Received: from rufus.isode.com (rufus.isode.com [62.3.217.251]) by core3.amsl.com (Postfix) with ESMTP id 497713A6CE1; Thu, 16 Jul 2009 04:24:29 -0700 (PDT)
Received: from [172.16.2.156] (shiny.isode.com [62.3.217.250]) by rufus.isode.com (submission channel) via TCP with ESMTPA id <Sl8MpwAe-RYL@rufus.isode.com>; Thu, 16 Jul 2009 12:19:07 +0100
Message-ID: <4A5F0C80.10504@isode.com>
Date: Thu, 16 Jul 2009 12:18:24 +0100
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
X-Accept-Language: en-us, en
To: "Polk, William T." <william.polk@nist.gov>
References: <C6839129.119DC%william.polk@nist.gov>
In-Reply-To: <C6839129.119DC%william.polk@nist.gov>
MIME-Version: 1.0
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-transfer-encoding: quoted-printable
Cc: Nicolas Williams <Nicolas.Williams@sun.com>, "secdir@ietf.org" <secdir@ietf.org>, "Hollenbeck, Scott" <shollenbeck@verisign.com>, "iesg@ietf.org" <iesg@ietf.org>
Subject: Re: [secdir] review of draft-hollenbeck-rfc4933bis-02
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/secdir>
List-Post: <mailto:secdir@ietf.org>
List-Help: <mailto:secdir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Jul 2009 11:24:30 -0000

Hi Tim,

Polk, William T. wrote:

> I’m a little late to the party, but I have been quietly mulling over 
> this problem as well. Now that Sandy has explicitly asked for an AD to 
> step in, I figured I should participate more actively. I have also 
> added Nico Williams to the CC list (my apologies, Nico) since channel 
> bindings is really his area of expertise.
>
> I think there is a real need for channel bindings with some 
> applications of EPP, but may not always be strictly necessary in other 
> cases. For example, the e-Automation project for the administration of 
> DNS root zone uses EPP but if I recall correctly most of the objects 
> that are transferred are digitally signed objects. In this case, 
> channel bindings are perhaps less important since we aren’t relying 
> solely on the EPP authentication mechanism. So, in my opinion we 
> should encourage their use but should not require channel bindings.

>
> However, if the application is relying on EPP in combination with 
> transport for security, channel bindings would provide significantly 
> enhanced security. That says channel bindings deserves to be mentioned 
> and a little guidance on (1) implementing channel bindings and (2) 
> determining when channel bindings is required. That begs a new 
> question of course – where does this information go?

Nico's response confirmed what I was thinking about this myself: for EPP 
running over TLS over TCP (4934bis), channel bindings are not required, 
because TLS authentication is mandatory and because TLS server 
certificate verification procedure is also mandatory.
So I don't think there is an issue with 4934bis document.

> I am starting to believe that the security considerations section of 
> 4930bis should note that enhanced security SHOULD be achieved through 
> channel bindings unless the application involves digitally signed objects,

I think another alternative can be to require mutual TLS authentication 
in a transport protocol mapping document.

> and that the TLS usage section of 4934bis (section 9) should include a 
> pointer to techniques for implementing channel bindings with TLS.

As per my coment above, I don't think this is needed.
Besides adding channel bindings to EPP would require an extension to EPP 
itself.

> I am still mulling this over, and will probably not enter any discuss 
> until tomorrow, but this seems the best approach. (Hopefully Nico will 
> weigh in before then and keep me straight on this one...)