Re: [TLS] What would make TLS cryptographically better for TLS 1.3

Nico Williams <nico@cryptonector.com> Fri, 01 November 2013 23:13 UTC

Return-Path: <nico@cryptonector.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9499611E80E9 for <tls@ietfa.amsl.com>; Fri, 1 Nov 2013 16:13:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.239
X-Spam-Level:
X-Spam-Status: No, score=-2.239 tagged_above=-999 required=5 tests=[AWL=-0.262, BAYES_00=-2.599, FM_FORGED_GMAIL=0.622]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DkeElPxuaD4J for <tls@ietfa.amsl.com>; Fri, 1 Nov 2013 16:13:51 -0700 (PDT)
Received: from homiemail-a106.g.dreamhost.com (caiajhbdcaib.dreamhost.com [208.97.132.81]) by ietfa.amsl.com (Postfix) with ESMTP id 0790C11E8136 for <tls@ietf.org>; Fri, 1 Nov 2013 16:13:48 -0700 (PDT)
Received: from homiemail-a106.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a106.g.dreamhost.com (Postfix) with ESMTP id 32DF32005D107; Fri, 1 Nov 2013 16:13:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=cryptonector.com; bh=zx9B0raeZ9ITgJ VlaTMx8FK1ThI=; b=DFBhfb1lJ9XPNlohkRwsxUUDM8C8E3xUZwasF2rn5Y9u8f VKwVrZj3sS0ElxJ9XXpC9v8RB7AS4rhsH32oPOQES2CpdugY7X0PY3NPr6Be9Kpj vZfBZ5wNYhRVx997IrfOYuIXHa1DyzUbZH9wTmp/6cVQGCbzNPyyLXRmjjQ4E=
Received: from gmail.com (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: nico@cryptonector.com) by homiemail-a106.g.dreamhost.com (Postfix) with ESMTPSA id C1DD02005D109; Fri, 1 Nov 2013 16:13:47 -0700 (PDT)
Date: Fri, 01 Nov 2013 18:13:45 -0500
From: Nico Williams <nico@cryptonector.com>
To: Dan Harkins <dharkins@lounge.org>
Message-ID: <20131101231342.GG32733@gmail.com>
References: <CACsn0cnS7LWo+AN1maw-KYGhWXY1BLNPNOjiL-Y3UU3zG-Je_Q@mail.gmail.com> <20131031230955.GB32733@gmail.com> <CABqy+sof-NtSmZwTNN-x9Ekppz4PYMu2Pr3KjaEUdT7Wzxe7mQ@mail.gmail.com> <4e1772ced74d9347c88a66b123f8878f.squirrel@www.trepanning.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <4e1772ced74d9347c88a66b123f8878f.squirrel@www.trepanning.net>
User-Agent: Mutt/1.5.21 (2010-09-15)
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] What would make TLS cryptographically better for TLS 1.3
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tls>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Nov 2013 23:13:56 -0000

On Fri, Nov 01, 2013 at 03:38:06PM -0700, Dan Harkins wrote:
> On Fri, November 1, 2013 2:34 pm, Robert Ransom wrote:
> > On 10/31/13, Nico Williams <nico@cryptonector.com> wrote:
> >
> >>  - Many fewer nonce bytes and random IVs where possible.  Nonce payloads
> >>    should be sent when needed, if needed.  For example, to derive a
> >>    session key from an DHE shared secret one does not really need
> >>    nonces.  This means that counter modes are better, for example, than
> >>    CBC modes.
> >
> > If the server sends a nonce during a DHE/ECDHE key exchange, the
> > server can safely reuse its DH keypair for multiple clients with no
> > further design or implementation considerations.
> 
>   I don't believe that's true. If the server reuses its ephemeral D-H key
> then caveat emptor applies-- it should validate the client's public key,

Agreed.  A small nonce should suffice for key derivation if either party
reuses their supposedly-ephemeral DH keys.  By "small" I mean "not
nearly as large as 32 bytes, i.e., not enough to suffice for a
Dual_EC-type backdoored RNG attack".  The party reusing a key should
send some such small nonce, possibly a 64-bit nonce.  In any case, the
client ought not be reusing ephemeral DH keys, and any server that does
should be rotating them often (like SSHv1 used to).

> regardless of whether a nonce is sent or not.

For some curves there's no need to validate the client's public key.

Nico
--