Re: [secdir] Secdir review of draft-josefsson-kerberos5-starttls-08

Simon Josefsson <simon@josefsson.org> Tue, 02 February 2010 14:08 UTC

Return-Path: <simon@josefsson.org>
X-Original-To: secdir@core3.amsl.com
Delivered-To: secdir@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 07FAC3A6821; Tue, 2 Feb 2010 06:08:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.449
X-Spam-Level:
X-Spam-Status: No, score=-2.449 tagged_above=-999 required=5 tests=[AWL=-0.150, BAYES_00=-2.599, MIME_8BIT_HEADER=0.3]
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 Yj0nW4nS9XE6; Tue, 2 Feb 2010 06:08:33 -0800 (PST)
Received: from yxa-v.extundo.com (yxa-v.extundo.com [83.241.177.39]) by core3.amsl.com (Postfix) with ESMTP id CCD883A67BD; Tue, 2 Feb 2010 06:08:32 -0800 (PST)
Received: from mocca (c80-216-24-99.bredband.comhem.se [80.216.24.99]) (authenticated bits=0) by yxa-v.extundo.com (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o12E8wYk017531 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 2 Feb 2010 15:09:00 +0100
From: Simon Josefsson <simon@josefsson.org>
To: Magnus Nyström <magnusn@gmail.com>
References: <2f57b9e61002012044h4de38c83i57ef62873a0cd87f@mail.gmail.com>
OpenPGP: id=B565716F; url=http://josefsson.org/key.txt
X-Hashcash: 1:22:100202:secdir@ietf.org::lah25kmPjNO+j50z:6rEr
X-Hashcash: 1:22:100202:jhutz@cmu.edu::B7h6KKH5HilujY4N:MdH1
X-Hashcash: 1:22:100202:larry.zhu@microsoft.com::7fQZYl0VXASzA3JW:EjyO
X-Hashcash: 1:22:100202:iesg@ietf.org::0cxEe2HbLudlR6sR:c0+k
X-Hashcash: 1:22:100202:magnusn@gmail.com::PhlBaFgBKMlesPAO:pBrL
Date: Tue, 02 Feb 2010 15:08:59 +0100
In-Reply-To: <2f57b9e61002012044h4de38c83i57ef62873a0cd87f@mail.gmail.com> ("Magnus Nyström"'s message of "Mon, 1 Feb 2010 20:44:32 -0800")
Message-ID: <87pr4nk9vo.fsf@mocca.josefsson.org>
User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: clamav-milter 0.95.3 at yxa-v
X-Virus-Status: Clean
Cc: larry.zhu@microsoft.com, iesg@ietf.org, secdir@ietf.org
Subject: Re: [secdir] Secdir review of draft-josefsson-kerberos5-starttls-08
X-BeenThere: secdir@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Security Area Directorate <secdir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/secdir>, <mailto:secdir-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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, 02 Feb 2010 14:08:34 -0000

Thanks Magnus, I like your new text.  It appears to me like a
non-technical change, so I'll apply this change to my local copy.  I'll
wait until after the IESG evaluation to submit a new version though,
unless someone feels this should be done sooner for some reason?

/Simon

Magnus Nyström <magnusn@gmail.com> writes:

> This is a follow-up to the review I made back in December on version
> -07 of this document.
>
> Simon has implemented all the changes I proposed (and more!) and I
> have only one comment on this version, pertaining to the new text in
> Section 5. I cannot judge the validity of the statement that "Many
> client environments [presumably the ones that this protocol targets]
> do not have secure long-term storage, which is required to validate
> certificates", but assuming this statement is true, then, for clarity,
> I would suggest changing the 2nd and 3rd paragraph of the section to:
>
> "
> A goal for the protocol described in this memo is that it should be as
> easy to implement and deploy on clients as support for UDP/TCP. Since
> many client environments do not have secure long-term storage (and
> server certificate validation requires some form of long-term
> storage), the Kerberos V5 STARTTLS protocol does not require clients
> to verify server certificates. If server certification had been
> required, then environments with constrained clients such as those
> mentioned would be forced to disable TLS; this would arguably be worse
> than TLS without server certificate validation as use of TLS, even
> without server certificate validation, protects against some attacks
> that Kerberos V5 over UDP/TCP do not. For example, even without server
> certificate validation, TLS does protect against passive network
> sniffing aimed at tracking Kerberos service usage by a given client.
>
> Note however that use of TLS without server certificate verification
> opens up for a range of active attacks such as man-in-the-middle.
> "
>
> Best,
> -- Magnus