[precis] Introduction of draft-melnikov-precis-saslprepbis-00.txt (Username and Password Preparation Algorithms)

Alexey Melnikov <alexey.melnikov@isode.com> Sat, 24 March 2012 14:52 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: precis@ietfa.amsl.com
Delivered-To: precis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9037D21F86C2 for <precis@ietfa.amsl.com>; Sat, 24 Mar 2012 07:52:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.562
X-Spam-Level:
X-Spam-Status: No, score=-102.562 tagged_above=-999 required=5 tests=[AWL=0.038, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z+pssM2oNVqj for <precis@ietfa.amsl.com>; Sat, 24 Mar 2012 07:52:06 -0700 (PDT)
Received: from rufus.isode.com (cl-125.lon-03.gb.sixxs.net [IPv6:2a00:14f0:e000:7c::2]) by ietfa.amsl.com (Postfix) with ESMTP id A2BD021F86C1 for <precis@ietf.org>; Sat, 24 Mar 2012 07:52:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1332600724; d=isode.com; s=selector; i=@isode.com; bh=kh3+UcdjXqCiBBe33Fqi4/STWCUuC4DuiEHIbUAoPCM=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=AoJkPADepuqzGieros+qgvHrL/LQ4gnGn2UJcX0SLkI5xaU02jGL/9y5yg6owQff8tBgXi onQ1/IqMc4P+g0r0C6KR5lgexU+sG+KxzJVzPbvFO4JlK5obrA9Vyw0nfpSndPe9tBRgFB k+xoZcrjSCWuhU7KMsHAXlNQiSaoYh8=;
Received: from [130.129.71.173] (dhcp-47ad.meeting.ietf.org [130.129.71.173]) by rufus.isode.com (submission channel) via TCP with ESMTPSA id <T23flAAiknDK@rufus.isode.com>; Sat, 24 Mar 2012 14:52:04 +0000
X-SMTP-Protocol-Errors: PIPELINING
Message-ID: <4F6DDF9A.80106@isode.com>
Date: Sat, 24 Mar 2012 15:52:10 +0100
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
To: precis@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [precis] Introduction of draft-melnikov-precis-saslprepbis-00.txt (Username and Password Preparation Algorithms)
X-BeenThere: precis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Preparation and Comparison of Internationalized Strings <precis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/precis>, <mailto:precis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/precis>
List-Post: <mailto:precis@ietf.org>
List-Help: <mailto:precis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/precis>, <mailto:precis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 24 Mar 2012 14:52:06 -0000

Dear WG participants,

Peter and I posted
https://datatracker.ietf.org/doc/draft-melnikov-precis-saslprepbis/
which is an initial attempt to update RFC 4013 to use the Precis framework.


When compared to RFC 4013, the -00 draft does the following changes:

o  A single SASLprep algorithm was replaced by two separate
    algorithms: one for user names and another for passwords.
o  The new preparation algorithms use PRECIS instead of a Stringprep
    profile.  The algorithms are now Unicode version independent.

The basic idea for -00 was to try to preserve backward compatibility with RFC 4013 (for example there is a pre-processing step to map characters from the Unicode's "N" category to US-ASCII space) and identify cases where use of Precis framework as currently written (e.g. NameClass) will break that.

So please have a look at the draft and let Peter and I know what you think.

Best Regards,
Alexey

P.S. I am hoping that the draft can be used as the base of one of Precis deliverable.