[TLS] Pull Request #82: Merge in ECC and Negotiated FF-DHE

Eric Rescorla <ekr@rtfm.com> Tue, 07 October 2014 18:17 UTC

Return-Path: <ekr@rtfm.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 008881ACEDD for <tls@ietfa.amsl.com>; Tue, 7 Oct 2014 11:17:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.977
X-Spam-Level:
X-Spam-Status: No, score=-1.977 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 0oK0sSmJi744 for <tls@ietfa.amsl.com>; Tue, 7 Oct 2014 11:17:57 -0700 (PDT)
Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 28F981ACEB4 for <tls@ietf.org>; Tue, 7 Oct 2014 11:17:57 -0700 (PDT)
Received: by mail-wi0-f171.google.com with SMTP id em10so8724451wid.16 for <tls@ietf.org>; Tue, 07 Oct 2014 11:17:55 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=DLJDR8DM226hwocfGABiZLyNpQJzgtgZEBdFZVKAiSo=; b=KyfxRoHk8egn+UWUYJAVmLGjIc9LjBpD6Gb82CwlL7G1nWyQ6q1Txy6E6aK2SZyHwS AnZs8PP0/cCIlgSoCDigBnCyqir5E2v6fBZmfzl5QpVKIjdocdrkKJknjdO2ngfXHzSO ja+FnKLk9wllPxzJunPqy5mVIMrIMGhlS8/m0tEjOQhi4noNDSHvZ6MvOLWuXcvR10U+ JfooieU+MQ/g+BCfhVjrPnuKP6wLjnYF0Yn+B+CwmUH4tbjWUKLkWjPqyaN8nUqp40HG TVwnEFP53144AEJhrF++YCDpFZ54aGM2kUAALLTfDP/fcwf9pNNVXzCRuD0Mc0EP6OWQ nS1Q==
X-Gm-Message-State: ALoCoQknX9FekanYJvlugMOLcMahPsTImgKJLvex1LuVE2kKXboPZx4QlFW8CN0X5HDAjzhgbBFx
X-Received: by 10.194.62.166 with SMTP id z6mr6779266wjr.44.1412705875630; Tue, 07 Oct 2014 11:17:55 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.27.130.130 with HTTP; Tue, 7 Oct 2014 11:17:15 -0700 (PDT)
From: Eric Rescorla <ekr@rtfm.com>
Date: Tue, 07 Oct 2014 11:17:15 -0700
Message-ID: <CABcZeBM0-=uSx4wGsE2gK4gPnVE0wz_Y427mZTVPDwbXsjFxQQ@mail.gmail.com>
To: "tls@ietf.org" <tls@ietf.org>
Content-Type: multipart/alternative; boundary="047d7b86e1ece3b2cb0504d93724"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/JDRugii1H-UQfT5lpKzKt4KyXCM
Subject: [TLS] Pull Request #82: Merge in ECC and Negotiated FF-DHE
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
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: Tue, 07 Oct 2014 18:17:59 -0000

Folks,

I've just made Pull Request 82, which implements a number of
the changes we discussed in Toronto, including:

- Merge in support for ECC from RFC 4492.

- Merge in the relevant text from the Finite-Field Diffie-Hellman
  draft.

- Merge the code point spaces for named groups between ECC and FF-DHE
  (see DKG's message to the list from September 19.)

- Rename {Client,Server}KeyExchange to {Client,Server}KeyShare

- Add an explicit HelloRetryRequest to reject the client's
  ClientKeyShare. This was something we discussed and just makes
  things a lot clearer.

Please see the PR at:
https://github.com/tlswg/tls13-spec/pull/82

Target merge date October 9.

Please comment here or on github if you see issues.

Best,
-Ekr

P.S. Next up is incorporating the session-hash/triple handshake
changes.