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

Alexey Melnikov <alexey.melnikov@isode.com> Fri, 13 November 2015 15:50 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 48F131ACEAE for <http-auth@ietfa.amsl.com>; Fri, 13 Nov 2015 07:50:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.011
X-Spam-Level:
X-Spam-Status: No, score=-2.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
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 Zrl3npXRVJQs for <http-auth@ietfa.amsl.com>; Fri, 13 Nov 2015 07:50:03 -0800 (PST)
Received: from waldorf.isode.com (waldorf.isode.com [217.34.220.150]) by ietfa.amsl.com (Postfix) with ESMTP id 8CACF1ACEA5 for <http-auth@ietf.org>; Fri, 13 Nov 2015 07:49:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1447429797; d=isode.com; s=selector; i=@isode.com; bh=PE5YaH4Xl2/cWijnIc3mXvnXFHUKKGA/QztVndEkFxQ=; 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=xjk86PeD/xvoaULUknbeKC+dGYNqe3438/uXjDoljY8C7goDZM5RBpSbMF8GXgU1ZF0bYE iApUVVaIEIpjOo7Gal4ZJkbnzIGPKuk2IbQBKOOHgY5GmVs7AQXabVK946o4S2LayWddT5 68dfk21Q89cyuaeKsi9QMjJMnQmXbH8=;
Received: from [172.20.1.215] (dhcp-215.isode.net [172.20.1.215]) by waldorf.isode.com (submission channel) via TCP with ESMTPSA id <VkYGpQArTy92@waldorf.isode.com>; Fri, 13 Nov 2015 15:49:57 +0000
Message-ID: <5646068C.8020602@isode.com>
Date: Fri, 13 Nov 2015 15:49:32 +0000
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
To: http-auth@ietf.org
References: <20151113154417.28110.68680.idtracker@ietfa.amsl.com>
In-Reply-To: <20151113154417.28110.68680.idtracker@ietfa.amsl.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/http-auth/vohDSHAJQXMsw4sNOhXDlN7QZWE>
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: Fri, 13 Nov 2015 15:50:05 -0000

On 13/11/2015 15:44, internet-drafts@ietf.org wrote:
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-httpauth-scram-auth/
>
> There's also a htmlized version available at:
> https://tools.ietf.org/html/draft-ietf-httpauth-scram-auth-09
>
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-ietf-httpauth-scram-auth-09
I've updated the draft to address all comments from Tony and Simon.

I discovered that examples were mistakenly saying "SCRAM-SHA-1", where 
they should have said "SCRAM-SHA-256". Oops.

I also added a note saying that SCRAM-SHA-1 is registered, but not 
recommended. I hope this is Ok.