Re: [TLS] [PATCH] Clean up removal of all non-AEAD modes

Martin Thomson <martin.thomson@gmail.com> Wed, 18 June 2014 19:07 UTC

Return-Path: <martin.thomson@gmail.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 83B331A0261 for <tls@ietfa.amsl.com>; Wed, 18 Jun 2014 12:07:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] 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 Uf6ZlT1eN8Um for <tls@ietfa.amsl.com>; Wed, 18 Jun 2014 12:07:34 -0700 (PDT)
Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F17AA1A0125 for <tls@ietf.org>; Wed, 18 Jun 2014 12:07:24 -0700 (PDT)
Received: by mail-we0-f179.google.com with SMTP id w62so1309807wes.24 for <tls@ietf.org>; Wed, 18 Jun 2014 12:07:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=k2pK8aKkZAJykIMz9sHk1fjumwPWEWr48NOR8cW2NRs=; b=CneJ1VL1mluh4h9aX5H3IQwvsDwCauomCqdNfBMB/WJYzcVCapTwKlps47vb3BHgad GLHiQamfdxvzxqEAmm2TNIcIZUrqEKYQsBipmm3PdXEa6m+euGoirSpYJxYNKyk3Y1qp e+20b8WChnxIkJ/mNepZMUQwDoGqkWAkcrYmrhW9YIqaFIzRJJeW5OFL7/9Jwo98DN3r AMTrKXpxG1chVkHQV7EaLew5ISMy/rWwmm1gLXw0PWEeSPiFEGbc7nSyss/BD2PqYkjj em0pSmqhRt68tOJ6ekSZC512jepDy4D3F19HuWyAKMe4cpfDWNuP/dwQ8J8ATLCZyUHr KcHQ==
MIME-Version: 1.0
X-Received: by 10.194.2.244 with SMTP id 20mr151489wjx.26.1403118443249; Wed, 18 Jun 2014 12:07:23 -0700 (PDT)
Received: by 10.194.51.134 with HTTP; Wed, 18 Jun 2014 12:07:23 -0700 (PDT)
In-Reply-To: <1403118174-13024-1-git-send-email-dkg@fifthhorseman.net>
References: <CABcZeBOXo=3sMEyjMUT+MSgoquXgWdYiqyRL7rnRQwoHEER9qQ@mail.gmail.com> <1403118174-13024-1-git-send-email-dkg@fifthhorseman.net>
Date: Wed, 18 Jun 2014 12:07:23 -0700
Message-ID: <CABkgnnWvbXyyf90-10o3VLBxupbVxW8cC-So_PppnUproj+pNQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/6Ux9-_PXQGBHL6HHEYFBbpcK19k
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] [PATCH] Clean up removal of all non-AEAD modes
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: Wed, 18 Jun 2014 19:07:36 -0000

On 18 June 2014 12:02, Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote:
> This is https://github.com/tlswg/tls13-spec/pull/45

It looks like a good change to me.  But it's probably not the sort of
thing we need to discuss that much, it's purely editorial.