Re: [TLS] draft-ietf-tls-tls13-19 posted

Matt Caswell <frodo@baggins.org> Sat, 11 March 2017 20:37 UTC

Return-Path: <frodo@baggins.org>
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 18F74129497 for <tls@ietfa.amsl.com>; Sat, 11 Mar 2017 12:37:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.419
X-Spam-Level:
X-Spam-Status: No, score=-1.419 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
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 tIvtAWpXX0FX for <tls@ietfa.amsl.com>; Sat, 11 Mar 2017 12:37:32 -0800 (PST)
Received: from mx496502.smtp-engine.com (mx496502.smtp-engine.com [217.160.92.157]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99022129442 for <tls@ietf.org>; Sat, 11 Mar 2017 12:37:32 -0800 (PST)
Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by mx496502.smtp-engine.com (Postfix) with ESMTPSA id D1111243 for <tls@ietf.org>; Sat, 11 Mar 2017 20:37:30 +0000 (GMT)
Received: by mail-io0-f169.google.com with SMTP id z13so66374270iof.2 for <tls@ietf.org>; Sat, 11 Mar 2017 12:37:30 -0800 (PST)
X-Gm-Message-State: AMke39niQhvXn3nezvT4iA+B14ifwK6Mqwwl+idXNzQDIdA5aKmKqxP4lMyvf4ETvCjObD6XxTA0PecjtN2hdg==
X-Received: by 10.107.142.136 with SMTP id q130mr21666618iod.31.1489264649327; Sat, 11 Mar 2017 12:37:29 -0800 (PST)
MIME-Version: 1.0
Received: by 10.79.147.155 with HTTP; Sat, 11 Mar 2017 12:37:28 -0800 (PST)
In-Reply-To: <20170311192812.GA8701@LK-Perkele-V2.elisa-laajakaista.fi>
References: <CABcZeBOZQQPSJFZJZe_a5LSe63BjLg+_argPTuexXzwPW04nig@mail.gmail.com> <20170311192812.GA8701@LK-Perkele-V2.elisa-laajakaista.fi>
From: Matt Caswell <frodo@baggins.org>
Date: Sat, 11 Mar 2017 20:37:28 +0000
X-Gmail-Original-Message-ID: <CAMoSCWYbnRhxTyEYuGTF-+0aiQps+Yp+njP8c37jUyaqUxksZg@mail.gmail.com>
Message-ID: <CAMoSCWYbnRhxTyEYuGTF-+0aiQps+Yp+njP8c37jUyaqUxksZg@mail.gmail.com>
To: Ilari Liusvaara <ilariliusvaara@welho.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/SnZsyCNA2G4lxnmgsX2ylm9G3aE>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] draft-ietf-tls-tls13-19 posted
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.17
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 11 Mar 2017 20:37:34 -0000

On 11 March 2017 at 19:28, Ilari Liusvaara <ilariliusvaara@welho.com> wrote:
> On Fri, Mar 10, 2017 at 03:34:39PM -0800, Eric Rescorla wrote:
>> I just posted draft-19 at:
>>
>>   https://tools.ietf.org/html/draft-ietf-tls-tls13-19
>>
>> This draft includes all the outstanding wire format changes that I believe
>> we are going
>> to make before publication (changelog below). There are three remaining
>> issues that
>> we need to address somehow. I've listed them and proposed resolutions.
>
> Did a preliminary implementation. Need to wait for other implementations
> in order to interop-test. Of course, doesn't imlplement most besides
> the basics (especially most of the subtler stuff is not implemented).
>

I have a preliminary OpenSSL implementation here:

https://github.com/openssl/openssl/pull/2895

I haven't done the latest HRR changes yet, and it also doesn't cover
the Certificate Request changes yet either.

Matt