Re: Last Call: <draft-harkins-ipsecme-spsk-auth-03.txt> (Secure PSK Authentication for IKE) to Informational RFC

"Dan Harkins" <dharkins@lounge.org> Fri, 22 April 2011 00:54 UTC

Return-Path: <dharkins@lounge.org>
X-Original-To: ietf@ietfc.amsl.com
Delivered-To: ietf@ietfc.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfc.amsl.com (Postfix) with ESMTP id A7AF8E06F2 for <ietf@ietfc.amsl.com>; Thu, 21 Apr 2011 17:54:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.265
X-Spam-Level:
X-Spam-Status: No, score=-6.265 tagged_above=-999 required=5 tests=[AWL=-0.000, BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_MED=-4]
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 R5Dg+qt7SioU for <ietf@ietfc.amsl.com>; Thu, 21 Apr 2011 17:54:52 -0700 (PDT)
Received: from colo.trepanning.net (colo.trepanning.net [69.55.226.174]) by ietfc.amsl.com (Postfix) with ESMTP id E5CB8E065C for <ietf@ietf.org>; Thu, 21 Apr 2011 17:54:51 -0700 (PDT)
Received: from www.trepanning.net (localhost [127.0.0.1]) by colo.trepanning.net (Postfix) with ESMTP id 63FA71022404C; Thu, 21 Apr 2011 17:54:51 -0700 (PDT)
Received: from 69.12.173.8 (SquirrelMail authenticated user dharkins@lounge.org) by www.trepanning.net with HTTP; Thu, 21 Apr 2011 17:54:51 -0700 (PDT)
Message-ID: <422a53796c3f69bea881677f9ee7bc10.squirrel@www.trepanning.net>
In-Reply-To: <4D8EC5C1.1060909@gmail.com>
References: <20110326163349.10560.66105.idtracker@localhost> <4D8EC5C1.1060909@gmail.com>
Date: Thu, 21 Apr 2011 17:54:51 -0700
Subject: Re: Last Call: <draft-harkins-ipsecme-spsk-auth-03.txt> (Secure PSK Authentication for IKE) to Informational RFC
From: Dan Harkins <dharkins@lounge.org>
To: Mykyta Yevstifeyev <evnikita2@gmail.com>
User-Agent: SquirrelMail/1.4.14 [SVN]
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Cc: ietf@ietf.org, draft-harkins-ipsecme-spsk-auth@tools.ietf.org
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Apr 2011 00:54:52 -0000

  Hi Mykyta,

  Thank you for reviewing my draft. Responses inline....

On Sat, March 26, 2011 10:06 pm, Mykyta Yevstifeyev wrote:
> Hello,
>
> A question on the flowing extract:
>
>> This memo contains a new numberspace to be managed by IANA, a
>>     registry used to indicate a password preprocessing technique.  The
>>     initial layout of this registry SHALL be:
>>
>>     o   0x00 : None
>>
>>     o   0x01 :RFC2759  <http://tools.ietf.org/html/rfc2759>
>>
>>     o   0x02 : SASLprep
>>
>>     The Prep field is 8 bits long and all other values are available
>>     through assignment by IANA.  IANA is instructed to assign values
>>     based on "Specification Required" (see [RFC5226
>> <http://tools.ietf.org/html/rfc5226>]).
> It contains the description of new registry. but it fails to give it the
> distinctive definition.  Among other, what is the exact name of the
> registry?  How are the fields named?  The sentence "The Prep field is 8
> bits long and all other values are available through assignment by
> IANA." also makes me confusing.  This means that the Prep field is not
> assigned by IANA?  Finally, 0x00 is Unassigned or Reserved?
>
> Thus, this extract needs more clarification.

  How would the following look to you:

  "This memo contains a new numberspace to be managed by IANA, the
   password preprocessing method (Prep) registry. The initial layout
   of this registry SHALL be:

   o   0x00 : None (no preprocessing is performed)

   o   0x01 : RFC2759

   o   0x02 : SASLprep

   The Prep field is 8 bits long and all other values are available
   through assignment by IANA.  IANA is instructed to assign values
   based on "Specification Required" (see [RFC5226])."

  regards,

  Dan.