Re: Poll: pure SCRAM versa SCRAM-as-GS2

Simon Josefsson <simon@josefsson.org> Thu, 05 February 2009 21:40 UTC

Return-Path: <owner-ietf-sasl@mail.imc.org>
X-Original-To: ietfarch-sasl-archive-Zoh8yoh9@core3.amsl.com
Delivered-To: ietfarch-sasl-archive-Zoh8yoh9@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 911463A6AB8 for <ietfarch-sasl-archive-Zoh8yoh9@core3.amsl.com>; Thu, 5 Feb 2009 13:40:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.584
X-Spam-Level:
X-Spam-Status: No, score=-2.584 tagged_above=-999 required=5 tests=[AWL=0.015, 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 pMvBJAyB9t4M for <ietfarch-sasl-archive-Zoh8yoh9@core3.amsl.com>; Thu, 5 Feb 2009 13:40:21 -0800 (PST)
Received: from balder-227.proper.com (properopus-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:392::2]) by core3.amsl.com (Postfix) with ESMTP id E95443A6827 for <sasl-archive-Zoh8yoh9@ietf.org>; Thu, 5 Feb 2009 13:40:20 -0800 (PST)
Received: from balder-227.proper.com (localhost [127.0.0.1]) by balder-227.proper.com (8.14.2/8.14.2) with ESMTP id n15LbEBi098177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Feb 2009 14:37:14 -0700 (MST) (envelope-from owner-ietf-sasl@mail.imc.org)
Received: (from majordom@localhost) by balder-227.proper.com (8.14.2/8.13.5/Submit) id n15LbE6Q098176; Thu, 5 Feb 2009 14:37:14 -0700 (MST) (envelope-from owner-ietf-sasl@mail.imc.org)
X-Authentication-Warning: balder-227.proper.com: majordom set sender to owner-ietf-sasl@mail.imc.org using -f
Received: from yxa-v.extundo.com (yxa-v.extundo.com [83.241.177.39]) by balder-227.proper.com (8.14.2/8.14.2) with ESMTP id n15Lb1If098163 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <ietf-sasl@imc.org>; Thu, 5 Feb 2009 14:37:13 -0700 (MST) (envelope-from simon@josefsson.org)
Received: from c80-216-29-127.bredband.comhem.se ([80.216.29.127] helo=mocca.josefsson.org) by yxa-v.extundo.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from <simon@josefsson.org>) id 1LVBu6-0002zP-0w; Thu, 05 Feb 2009 22:36:59 +0100
From: Simon Josefsson <simon@josefsson.org>
To: Alexey Melnikov <alexey.melnikov@isode.com>
Cc: SASL WG <ietf-sasl@imc.org>
Subject: Re: Poll: pure SCRAM versa SCRAM-as-GS2
References: <498B569C.7070400@isode.com>
OpenPGP: id=B565716F; url=http://josefsson.org/key.txt
X-Hashcash: 1:22:090205:ietf-sasl@imc.org::Tlc3cGq+yqJjSRGC:GxfE
X-Hashcash: 1:22:090205:alexey.melnikov@isode.com::26JtKCP+4rxM/WCD:K8t9
Date: Thu, 05 Feb 2009 22:36:56 +0100
In-Reply-To: <498B569C.7070400@isode.com> (Alexey Melnikov's message of "Thu, 05 Feb 2009 21:14:04 +0000")
Message-ID: <87ocxgh8g7.fsf@mocca.josefsson.org>
User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-ietf-sasl@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/ietf-sasl/mail-archive/>
List-ID: <ietf-sasl.imc.org>
List-Unsubscribe: <mailto:ietf-sasl-request@imc.org?body=unsubscribe>

Alexey Melnikov <alexey.melnikov@isode.com> writes:

> Folks,
> I would like to solicit feedback from people regarding the choice
> between 2 SCRAM versions:
> http://tools.ietf.org/id/draft-newman-auth-scram-08.txt
> and
> http://tools.ietf.org/id/draft-newman-auth-scram-gs2-00.txt
>
> You can use the following URL to see changes between them:
> http://tools.ietf.org//rfcdiff?url1=http://tools.ietf.org/id/draft-newman-auth-scram-08.txt&url2=http://tools.ietf.org/id/draft-newman-auth-scram-gs2-00.txt
>
> Please send your opinion on which version you prefer (and a short
> explanation of why) to the mailing list, or say if you need more
> information.
>
> I would like to get all answers before February 19th, please.

I would prefer a document that describe SCRAM as a GSS-API mechanism.

Such a mechanism would be usable within SASL via GS2.  It would also be
useful outside of the SASL framework.

For SASL implementers, in a SCRAM-as-GSSAPI-mechanism document, there
could be a section that describes how to implement it as a SASL
mechanism without having to understand GSS-API or GS2.

/Simon