Re: [Cfrg] Help with the use of contexts

Ilari Liusvaara <ilariliusvaara@welho.com> Tue, 17 January 2017 23:22 UTC

Return-Path: <ilariliusvaara@welho.com>
X-Original-To: cfrg@ietfa.amsl.com
Delivered-To: cfrg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id F3EF41295DF for <cfrg@ietfa.amsl.com>; Tue, 17 Jan 2017 15:22:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level:
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-3.199] autolearn=ham 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 Ejt6NB61pVjg for <cfrg@ietfa.amsl.com>; Tue, 17 Jan 2017 15:22:57 -0800 (PST)
Received: from welho-filter4.welho.com (welho-filter4.welho.com [83.102.41.26]) by ietfa.amsl.com (Postfix) with ESMTP id A44E41295F0 for <cfrg@irtf.org>; Tue, 17 Jan 2017 15:22:55 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by welho-filter4.welho.com (Postfix) with ESMTP id B835919228; Wed, 18 Jan 2017 01:22:53 +0200 (EET)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp1.welho.com ([IPv6:::ffff:83.102.41.84]) by localhost (welho-filter4.welho.com [::ffff:83.102.41.26]) (amavisd-new, port 10024) with ESMTP id iS668jBomGl4; Wed, 18 Jan 2017 01:22:53 +0200 (EET)
Received: from LK-Perkele-V2 (87-92-51-204.bb.dnainternet.fi [87.92.51.204]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by welho-smtp1.welho.com (Postfix) with ESMTPSA id 6F520C4; Wed, 18 Jan 2017 01:22:53 +0200 (EET)
Date: Wed, 18 Jan 2017 01:22:52 +0200
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: Yaron Sheffer <yaronf.ietf@gmail.com>
Message-ID: <20170117232252.GA6468@LK-Perkele-V2.elisa-laajakaista.fi>
References: <mailman.133.1484592340.4842.cfrg@irtf.org> <235ec588-9358-eeb1-9fa2-202409854afc@gmail.com> <CAMfhd9WhaWfwjsfWmL-meA5wrTGpC6OF0twO6gBBAMhT2fZaHw@mail.gmail.com> <781458bb-7b95-0eb4-220a-a57d08968186@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <781458bb-7b95-0eb4-220a-a57d08968186@gmail.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/cfrg/FDhctpvaYVmwck8QbevmSWYGmiA>
Cc: Adam Langley <agl@imperialviolet.org>, "cfrg@irtf.org" <cfrg@irtf.org>
Subject: Re: [Cfrg] Help with the use of contexts
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cfrg/>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Jan 2017 23:22:59 -0000

On Tue, Jan 17, 2017 at 11:41:54PM +0200, Yaron Sheffer wrote:
> On 17/01/17 18:12, Adam Langley wrote:
> >On Tue, Jan 17, 2017 at 3:31 AM, Yaron Sheffer <yaronf.ietf@gmail.com> wrote:
> >>Wide industry adoption of TLS 1.2 took around 10 years. So IMO saying "this
> >>is solved in TLS 1.3" is not a good enough answer, if in the meantime we
> >>will continue to see cross-protocol and cross-TLS-version attacks.
> >
> >If there are such attacks then they'll continue to be a problem for
> >TLS 1.2 because only the Ed* schemes have the possibility of a context
> >string. For ECDSA and RSA, the context still needs to be included in
> >the signed message somehow. So TLS 1.2 needs a larger change than
> >wiring up the context inputs of the Ed* schemes if you want to protect
> >it anyway.
> 
> Correct, but this would still eliminate cross-version attacks between TLS
> 1.3 and TLS <= 1.2, for Ed*. In other words, there is (incremental) value in
> adding context opportunistically.

TLS 1.3 server/client signatures are designed to resist confusion to
SSL 3.0 - TLS 1.2 signatures[1] anyway..


[1] There's the confusion possibility with RSA key exchange, but one
really can't do much about that (other than banning all present RSA
keys, but that would be infeasible)..


-Ilari