Re: [TLS] PRs for this morning

mrex@sap.com (Martin Rex) Thu, 13 November 2014 20:00 UTC

Return-Path: <mrex@sap.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 CC4901ACF7A for <tls@ietfa.amsl.com>; Thu, 13 Nov 2014 12:00:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.551
X-Spam-Level:
X-Spam-Status: No, score=-6.551 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_HI=-5, 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 QhlVF7Ibx4hU for <tls@ietfa.amsl.com>; Thu, 13 Nov 2014 12:00:41 -0800 (PST)
Received: from smtpde02.smtp.sap-ag.de (smtpde02.smtp.sap-ag.de [155.56.68.140]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 965F31ACF79 for <tls@ietf.org>; Thu, 13 Nov 2014 12:00:39 -0800 (PST)
Received: from mail05.wdf.sap.corp (mail05.sap.corp [194.39.131.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtpde02.smtp.sap-ag.de (Postfix) with ESMTPS id 7FABD3A1F9; Thu, 13 Nov 2014 21:00:37 +0100 (CET)
Received: from ld9781.wdf.sap.corp (ld9781.wdf.sap.corp [10.21.82.193]) by mail05.wdf.sap.corp (Postfix) with ESMTP id 4BA2942870; Thu, 13 Nov 2014 21:00:37 +0100 (CET)
Received: by ld9781.wdf.sap.corp (Postfix, from userid 10159) id 455711AFCB; Thu, 13 Nov 2014 21:00:37 +0100 (CET)
In-Reply-To: <CABcZeBOAsH5MB_kLUHbTx4Uwwf9yyss+QBz9gbibOgn4WTroww@mail.gmail.com>
To: Eric Rescorla <ekr@rtfm.com>
Date: Thu, 13 Nov 2014 21:00:37 +0100
X-Mailer: ELM [version 2.4ME+ PL125 (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="US-ASCII"
Message-Id: <20141113200037.455711AFCB@ld9781.wdf.sap.corp>
From: mrex@sap.com
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/mvL_Teh8AGAJqB9Yio_UScg04eU
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] PRs for this morning
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: mrex@sap.com
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, 13 Nov 2014 20:00:46 -0000

Eric Rescorla wrote:
> 
> Merging session resumption and tickets and moving ticket
> establishment to a update:
> https://github.com/tlswg/tls13-spec/pull/96


In case that you intend to add rfc5077 TLS session ticket support
to TLSv1.3, is that using the same bogus CBC-Encryption
(i.e. mac+pad+encrypt instead of pad+mac+encrypt) that Vaudenay
described as a security issue, that was never fixed in TLS up to v1.2
and provided the grounds for LuckyThirteen and Poodle?

If yes, then how about fixing a known design flaw _before_
it is demonstrated to be exploitable?


-Martin