Re: [secdir] SECDIR Review of draft-ietf-radext-design-05

Alan T DeKok <aland@freeradius.org> Wed, 11 February 2009 14:07 UTC

Return-Path: <aland@freeradius.org>
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 C056C3A69C7; Wed, 11 Feb 2009 06:07:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[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 gQe-MZVbOhlk; Wed, 11 Feb 2009 06:07:32 -0800 (PST)
Received: from liberty.deployingradius.com (liberty.deployingradius.com [88.191.76.128]) by core3.amsl.com (Postfix) with ESMTP id DB8133A690E; Wed, 11 Feb 2009 06:07:31 -0800 (PST)
Received: from Thor.local (pas38-3-82-229-198-135.fbx.proxad.net [82.229.198.135]) by liberty.deployingradius.com (Postfix) with ESMTPSA id 695FE123443B; Wed, 11 Feb 2009 15:07:34 +0100 (CET)
Message-ID: <4992DBA5.9010703@freeradius.org>
Date: Wed, 11 Feb 2009 15:07:33 +0100
From: Alan T DeKok <aland@freeradius.org>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
MIME-Version: 1.0
To: "Hallam-Baker, Phillip" <pbaker@verisign.com>
References: <2788466ED3E31C418E9ACC5C3166155768B26D@mou1wnexmb09.vcorp.ad.vrsn.com>
In-Reply-To: <2788466ED3E31C418E9ACC5C3166155768B26D@mou1wnexmb09.vcorp.ad.vrsn.com>
X-Enigmail-Version: 0.95.7
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Cc: secdir@ietf.org, radiusext@ops.ietf.org, gdweber@gmail.com, iesg@ietf.org
Subject: Re: [secdir] SECDIR Review of draft-ietf-radext-design-05
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: aland@freeradius.org
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: Wed, 11 Feb 2009 14:07:32 -0000

Hallam-Baker, Phillip wrote:
> The Security Considerations section could do with some additional work
> however.
>  
> The discussion of encryption of attributes is somewhat confusing.
> Mention is made of encryption, followed by mention of MD5 and SHA1.
> While it was common to describe the use of one way functions to
> obfusticate passwords as 'encryption' in the 1980s, this is not current
> terminology and this needs to be explained.

  OK.  We will update the document to clarify this "obfuscation" !=
"encryption".

> Also I would like to see specific mention made of whatever provisions
> are made for message authentication in the protocol, if none, then this
> should also be specified. This is a major concern in what is essentially
> a protocol that supports the authentication/authorization process.

  The protocol supports a Message-Authenticator attribute, which is an
HMAC-MD5 of the packet contents && secret key.  We can add a note on
this to the security section, though it's already discussed in the other
RADIUS documents, too.

> Finally, I would like to see some mention of the use of a secure tunnel
> such as IPSEC and which types of attributes might need superencryption
> within such a tunnel.

  It may be best simply to reference RFC 3579 && RFC 3580, which already
have extensive discussion of these issues.

  Alan DeKok.