Re: [TLS] Initial draft of DH-based key exchange

Eric Rescorla <ekr@rtfm.com> Fri, 27 March 2015 15:29 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 E45311AD0C9 for <tls@ietfa.amsl.com>; Fri, 27 Mar 2015 08:29: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 JfXKr_j958BI for <tls@ietfa.amsl.com>; Fri, 27 Mar 2015 08:29:58 -0700 (PDT)
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 324CF1AD0C8 for <tls@ietf.org>; Fri, 27 Mar 2015 08:29:58 -0700 (PDT)
Received: by wibbg6 with SMTP id bg6so30919102wib.0 for <tls@ietf.org>; Fri, 27 Mar 2015 08:29:57 -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:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=Hmm/2PrjkI5NSnP6Ngu77PBXPiGfFNpRzNVWc+Yp7Aw=; b=aWJlm9OWrvZWTlWGWvOWHJ9xcCYgystMa9YrXZIZjJf3hrNlLgYMM/RYWz5EJRm1lO Nf6A1fsNM8UEKawiw175OmpaK6lxkHuG0CUvPS7RKgt0E3z57H4XG7D0HPPbkBe6FZGi OCdPn+KsGfIYQFRlO598bZ/iF8k++hKfFVVd6q+3INpQK0JLx/u/GuPcyCjDMwkdBt66 T9etc6STMR02Cvif5mlYPieA27v2UJE7UgH9ZBNHDlIFzR7l0Z0ABTRfCWhm3g1ePyIq I1GV73Vk20oM1/5Mh4/8wWk4CIa1QAtP2EFYCV/gKcNO235AJ4gdCSc/t29OfynE6qAo k7+A==
X-Gm-Message-State: ALoCoQnaHpx0Y9rgeP6Sh7hfDGoYm11SUWa2Rdm8zZ3CMQZ+CXqPc7RdROwu1ueL1ZV+z+xmRb73
X-Received: by 10.180.106.68 with SMTP id gs4mr58181262wib.39.1427470196943; Fri, 27 Mar 2015 08:29:56 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.27.205.198 with HTTP; Fri, 27 Mar 2015 08:29:16 -0700 (PDT)
In-Reply-To: <20150327150032.GA27825@LK-Perkele-VII>
References: <CABcZeBNmufvfJ_2Nvw1YwvwGZ2u1=WvL45rPGJXARN1tAxOEfw@mail.gmail.com> <20150327150032.GA27825@LK-Perkele-VII>
From: Eric Rescorla <ekr@rtfm.com>
Date: Fri, 27 Mar 2015 10:29:16 -0500
Message-ID: <CABcZeBMJau4uR3Nm+jCU6FiqacZg2LQ797xorKgBwqnDq-hShw@mail.gmail.com>
To: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Content-Type: multipart/alternative; boundary="f46d04451a11043fc4051246cefb"
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/PFTqEDHpBEEF_CAWEXFqr_uTf_o>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Initial draft of DH-based key exchange
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: Fri, 27 Mar 2015 15:30:00 -0000

On Fri, Mar 27, 2015 at 10:00 AM, Ilari Liusvaara
>
> The only thing above -05 fails is "exporter master secret", which
> is the same as handshake master secret nor does it hash enough state.
>

This was an editorial error in -04 but should be the final master secret
in -05:

https://github.com/tlswg/tls13-spec/commit/ee4a437d0824efaa7e0c952a4af960bdc304a2f3


-Ekr