Re: [http-auth] I-D Action: draft-ietf-httpauth-scram-auth-09.txt

Alexey Melnikov <alexey.melnikov@isode.com> Sat, 14 November 2015 12:15 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: http-auth@ietfa.amsl.com
Delivered-To: http-auth@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1790A1B6673 for <http-auth@ietfa.amsl.com>; Sat, 14 Nov 2015 04:15:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.711
X-Spam-Level:
X-Spam-Status: No, score=-1.711 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, MIME_8BIT_HEADER=0.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-sxuFVUnSMI for <http-auth@ietfa.amsl.com>; Sat, 14 Nov 2015 04:15:04 -0800 (PST)
Received: from statler.isode.com (statler.isode.com [217.34.220.151]) by ietfa.amsl.com (Postfix) with ESMTP id 4180A1B6670 for <http-auth@ietf.org>; Sat, 14 Nov 2015 04:15:03 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1447503300; d=isode.com; s=selector; i=@isode.com; bh=bmkuTIwhIqBkegRcdddbTtbyMyJXvweZetyLdJZiB/o=; 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=dgmhWGMEN2j41wDzO64uaRTfHVr1sXmmDMiU5vvgq4VaWcYJJ8yoRJ2vSb+goCSqaHFyN3 hs86QiiXB2/yLmLk+YOHQ95raVKb6K4xk34fCrBFu11MJX45ZniVLmgQoP2/CpaBOjIWGd W8wIrV2GXof5c4coBCsL9SZKtgi05ho=;
Received: from [192.168.0.6] (cpc5-nmal20-2-0-cust24.19-2.cable.virginm.net [92.234.84.25]) by statler.isode.com (submission channel) via TCP with ESMTPSA id <VkclwAAlTp-t@statler.isode.com>; Sat, 14 Nov 2015 12:15:00 +0000
X-SMTP-Protocol-Errors: PIPELINING
From: Alexey Melnikov <alexey.melnikov@isode.com>
X-Mailer: iPad Mail (13B143)
In-Reply-To: <56468765.2040805@it.aoyama.ac.jp>
Date: Sat, 14 Nov 2015 12:16:03 +0000
Message-Id: <57666F76-4C99-42E3-B289-CB70C3AD4AFB@isode.com>
References: <20151113154417.28110.68680.idtracker@ietfa.amsl.com> <5646068C.8020602@isode.com> <56460ED6.9050304@att.com> <56462AE0.8020007@att.com> <56468765.2040805@it.aoyama.ac.jp>
To: "\"Martin J. Dürst\"" <duerst@it.aoyama.ac.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <http://mailarchive.ietf.org/arch/msg/http-auth/zH_E4X5TLpamHzyEY8EBE6dxlCU>
Cc: http-auth@ietf.org
Subject: Re: [http-auth] I-D Action: draft-ietf-httpauth-scram-auth-09.txt
X-BeenThere: http-auth@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: HTTP authentication methods <http-auth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/http-auth>, <mailto:http-auth-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/http-auth/>
List-Post: <mailto:http-auth@ietf.org>
List-Help: <mailto:http-auth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/http-auth>, <mailto:http-auth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 14 Nov 2015 12:15:05 -0000

Hi Martin,

> On 14 Nov 2015, at 00:59, Martin J. Dürst <duerst@it.aoyama.ac.jp> wrote:
> 
> I think further wording improvement is needed.
> 
>> On 2015/11/14 03:24, Tony Hansen wrote:
>> 
>>          Note that version of SCRAM doesn't support HTTP channel
>>          bindings, so this header always starts with "n"; otherwise the
>>          message is invalid and authentication MUST fail.
> 
> The second word, "that", seems to do double duty, both in "Note that" and "that version of SCRAM". This doesn't parse.

Thank you for pointing this out.

> Possible solutions:
> 
>          Note that this version of SCRAM doesn't support HTTP channel
>          bindings, so this header always starts with "n"; otherwise the
>          message is invalid and authentication MUST fail.

As per Tony's response, I will go with the above version.

> or
> 
>          Note that SCRAM-SHA-256 doesn't support HTTP channel
>          bindings, so this header always starts with "n"; otherwise the
>          message is invalid and authentication MUST fail.
> 
> Regards,   Martin.