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

Eric Rescorla <ekr@rtfm.com> Wed, 18 June 2014 19: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 708C01A0111 for <tls@ietfa.amsl.com>; Wed, 18 Jun 2014 12: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 C6whrLvAYFhB for <tls@ietfa.amsl.com>; Wed, 18 Jun 2014 12:17:57 -0700 (PDT)
Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E3441A002F for <tls@ietf.org>; Wed, 18 Jun 2014 12:17:56 -0700 (PDT)
Received: by mail-we0-f180.google.com with SMTP id x48so1359921wes.11 for <tls@ietf.org>; Wed, 18 Jun 2014 12: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:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=IT1BPYz861EpkVriUvr+aLkiTparens0hKsxTbk27Z4=; b=R+xNQWTF1PuMozmvDZsvisxZyUhlt3hmDpDkSCLmJBj9tCBFG7u10GrRM2/U7LSVyz OKCeF6eNjNAvwB380zq9GE3mKDe2HGPjaZ0P5/uVirQ6P4d105oWWgz8BD0hclkeFBJE gmAVtNFQP3RJtyFl8PnjtYu02yvB27uqsDAE0w4pZOSV17L/WqAubEMPv59nFd8BYn6/ ad26dhGEr5PpKHsdrSb2wjnuJhgRxmPzVkRWYnDTKKEyXWlBzsjCH7q+c/tj0ehNiCMm lMyjh7f7xdCqOrUEZAmtXhP/UzEJSVILkxp9E+hUuN5vilYTLqdmodaAUz0vs1p08+2o SSAQ==
X-Gm-Message-State: ALoCoQkMHlnowklRIRYLd3/rMdHYgA1oW83FbcWdfxteLx6jitxpGn1MjR9g7ELtKsHhcAQhDkKQ
X-Received: by 10.180.198.44 with SMTP id iz12mr7471422wic.49.1403119075739; Wed, 18 Jun 2014 12:17:55 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.216.218.198 with HTTP; Wed, 18 Jun 2014 12:17:15 -0700 (PDT)
X-Originating-IP: [2620:101:80fc:232:874:5003:5c89:162b]
In-Reply-To: <CABkgnnWvbXyyf90-10o3VLBxupbVxW8cC-So_PppnUproj+pNQ@mail.gmail.com>
References: <CABcZeBOXo=3sMEyjMUT+MSgoquXgWdYiqyRL7rnRQwoHEER9qQ@mail.gmail.com> <1403118174-13024-1-git-send-email-dkg@fifthhorseman.net> <CABkgnnWvbXyyf90-10o3VLBxupbVxW8cC-So_PppnUproj+pNQ@mail.gmail.com>
From: Eric Rescorla <ekr@rtfm.com>
Date: Wed, 18 Jun 2014 12:17:15 -0700
Message-ID: <CABcZeBMBE051A9fdYzVgUwJ-KPZ9kgDNq1rZT0EAA3vyBNP-kw@mail.gmail.com>
To: Martin Thomson <martin.thomson@gmail.com>
Content-Type: multipart/alternative; boundary="047d7b624dfe16673604fc211ea8"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/ZBer-hMhDoYDOG6fvA6mEdqRY6Y
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:17:59 -0000

This looks basically sound to me. I'll give it a once-over on github and
assuming
it still looks ok, merge it in.

-Ekr



On Wed, Jun 18, 2014 at 12:07 PM, Martin Thomson <martin.thomson@gmail.com>
wrote:

> 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.
>
> _______________________________________________
> TLS mailing list
> TLS@ietf.org
> https://www.ietf.org/mailman/listinfo/tls
>