Re: [TLS] consensus on backwards compatibility changes

Dave Garrett <davemgarrett@gmail.com> Thu, 12 February 2015 22:15 UTC

Return-Path: <davemgarrett@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 2A34C1A03A0 for <tls@ietfa.amsl.com>; Thu, 12 Feb 2015 14:15:00 -0800 (PST)
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 Cos2i1mFr0HG for <tls@ietfa.amsl.com>; Thu, 12 Feb 2015 14:14:57 -0800 (PST)
Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (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 286AA1A0367 for <tls@ietf.org>; Thu, 12 Feb 2015 14:14:57 -0800 (PST)
Received: by mail-qg0-f49.google.com with SMTP id q107so10431664qgd.8 for <tls@ietf.org>; Thu, 12 Feb 2015 14:14:56 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=y9nhiAIiY3Q36+/XsepTnmODU4pn+uAyN/zWTL9WkB8=; b=ba5jxZgcEVR0fZb6rqaj8ZHjaRo3ZbHBnyMgnK7ONhro7BiWFHnrtX/7z5vwzzmqj0 Lc84fRwtq4FNrnMWgTfbTPOGaTDvuft3Fsxs3MdvzwUkDgoyYttvOB/Nep6tH/2cN/tM nPiPAqAGnvr+0H7l7W+/OR0u1wRyem/PFZWiMwQG8OJg97e/Fz6G02HUn5oA1AycI0CK cl5gJMj85ZliTs2dxSdG7t5EjF3HbelGxE8/j8n2z/mlkqcxwvfn4IcoGSLSFP2ErUvy ekrMNmNGhwLwEPos9tlkZ7XxF35niZWFiQZ+qToNGLyLW9C5DYsGCorTrJ1xuMW2UB42 JF8Q==
X-Received: by 10.140.150.21 with SMTP id 21mr777177qhw.66.1423779296250; Thu, 12 Feb 2015 14:14:56 -0800 (PST)
Received: from dave-laptop.localnet (pool-96-245-254-195.phlapa.fios.verizon.net. [96.245.254.195]) by mx.google.com with ESMTPSA id q8sm5306812qam.1.2015.02.12.14.14.55 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 12 Feb 2015 14:14:55 -0800 (PST)
From: Dave Garrett <davemgarrett@gmail.com>
To: "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Date: Thu, 12 Feb 2015 17:14:53 -0500
User-Agent: KMail/1.13.5 (Linux/2.6.32-71-generic-pae; KDE/4.4.5; i686; ; )
References: <201412300503.03923.davemgarrett@gmail.com> <83CBC7E2-CDC9-4EDD-8648-8C80EE588343@ieca.com> <CABcZeBPzkPgUa2vB4N_peBUeKsypvp_bOUr+9bvW8SfmML7zNw@mail.gmail.com>
In-Reply-To: <CABcZeBPzkPgUa2vB4N_peBUeKsypvp_bOUr+9bvW8SfmML7zNw@mail.gmail.com>
MIME-Version: 1.0
Content-Type: Text/Plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <201502121714.54235.davemgarrett@gmail.com>
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/gki1iCrTvM6vjMv8OpT_Ey7iWXw>
Subject: Re: [TLS] consensus on backwards compatibility changes
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: Thu, 12 Feb 2015 22:15:01 -0000

PR#107 rebased. I believe all comments have all been addressed.

https://github.com/tlswg/tls13-spec/pull/107/files

To recap the changes:
* ClientHello record layer version fixed to {3,1}
* other record layer versions explicitly required to be negotiated version
* note some security considerations & other suggestions from Brian
* some editorial fixups
* cite RC4 prohibition draft in backwards compatibility
* explicitly forbid ciphers <112 bits for backwards compatibility
* added the line:
"If an implementation negotiates usage of TLS 1.2, then negotiation of cipher
suites also supported by TLS 1.3 SHOULD be preferred, if available."


Dave


On Thursday, February 12, 2015 02:42:52 pm Eric Rescorla wrote:
> I have merged PR#105. I am awaiting chair guidance on PR#107.
> 
> -Ekr