Re: [secdir] SecDir Review of draft-ietf-httpauth-scram-auth-11

Russ Housley <housley@vigilsec.com> Tue, 01 December 2015 19:14 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: secdir@ietfa.amsl.com
Delivered-To: secdir@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9A2C51B2F4E; Tue, 1 Dec 2015 11:14:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level:
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] 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 g-P_bLNHqEIw; Tue, 1 Dec 2015 11:14:21 -0800 (PST)
Received: from odin.smetech.net (x-bolt-wan.smeinc.net [209.135.219.146]) by ietfa.amsl.com (Postfix) with ESMTP id 0E1D81B2F4D; Tue, 1 Dec 2015 11:14:21 -0800 (PST)
Received: from localhost (unknown [209.135.209.5]) by odin.smetech.net (Postfix) with ESMTP id 7B947F24078; Tue, 1 Dec 2015 14:14:10 -0500 (EST)
X-Virus-Scanned: amavisd-new at smetech.net
Received: from odin.smetech.net ([209.135.209.4]) by localhost (ronin.smeinc.net [209.135.209.5]) (amavisd-new, port 10024) with ESMTP id 2o9AHHCnc-w5; Tue, 1 Dec 2015 14:12:41 -0500 (EST)
Received: from [192.168.2.104] (pool-108-51-128-219.washdc.fios.verizon.net [108.51.128.219]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by odin.smetech.net (Postfix) with ESMTP id C6A5BF2403D; Tue, 1 Dec 2015 14:13:49 -0500 (EST)
Mime-Version: 1.0 (Apple Message framework v1085)
Content-Type: text/plain; charset="us-ascii"
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <565DE69B.6040805@isode.com>
Date: Tue, 01 Dec 2015 14:13:38 -0500
Content-Transfer-Encoding: quoted-printable
Message-Id: <7FDE5317-FB1F-45AE-A4FC-7392823DCC94@vigilsec.com>
References: <B8DA7647-3F10-4D46-B416-2DC905E4807F@vigilsec.com> <565DE69B.6040805@isode.com>
To: Alexey Melnikov <alexey.melnikov@isode.com>
X-Mailer: Apple Mail (2.1085)
Archived-At: <http://mailarchive.ietf.org/arch/msg/secdir/1UhYttmvaKG5MfzF17JVYJDOEOw>
Cc: IETF SecDir <secdir@ietf.org>, draft-ietf-httpauth-scram-auth.all@ietf.org
Subject: Re: [secdir] SecDir Review of draft-ietf-httpauth-scram-auth-11
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/secdir/>
List-Post: <mailto:secdir@ietf.org>
List-Help: <mailto:secdir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 01 Dec 2015 19:14:22 -0000

Alexey:

Continuing the discussion on two of my major concerns.

>> Section 5 says: "The "server-first-message" contains the user's
>> iteration count i, the user's salt, and the nonce with a
>> concatenation of the client-specified one with a server nonce."
>> It needs to be more clear that the nonce is a concatenation of the
>> client nonce from the client-first-message and a freshly generated
>> nonce by the server.
> This is described in RFC 5802, which is a normative reference.

I looked before sending this comment, and I did not find anything about freshness.
Can you point me to the text I missed?

>> Section 5.1 says: "[[CREF1: Should some counter be added to make
>> "sr" unique for each reauth?]]".  This needs to be specified.  In my
>> opinion, something needs to be done to make the AuthMessage different
>> for each invocation.  One possibility is to include a counter in
>> AuthMessage as follows:
>> 
>>       AuthMessage := client-first-message-bare + "," +
>>                      server-first-message + "," + counter + "," +
>>                      client-final-message-without-proof
> This was fixed in -12.

I just looked at the text in -12, and I think it needs to be more clear about the
number of octets that are used to represent nonce-count.  Perhaps you can
use INT().  If you use INT(), please define it as a bullet of its own in Section
1.2.

Russ