Re: [TLS] Closing on PSS. PR#1114

Ilari Liusvaara <ilariliusvaara@welho.com> Mon, 11 December 2017 14:51 UTC

Return-Path: <ilariliusvaara@welho.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C42DB126DEE for <tls@ietfa.amsl.com>; Mon, 11 Dec 2017 06:51:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] 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 8PdBM4JUL3Cs for <tls@ietfa.amsl.com>; Mon, 11 Dec 2017 06:51:10 -0800 (PST)
Received: from welho-filter3.welho.com (welho-filter3.welho.com [83.102.41.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 511FF126D0C for <tls@ietf.org>; Mon, 11 Dec 2017 06:51:09 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by welho-filter3.welho.com (Postfix) with ESMTP id 6CA775DE48; Mon, 11 Dec 2017 16:51:07 +0200 (EET)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp3.welho.com ([IPv6:::ffff:83.102.41.86]) by localhost (welho-filter3.welho.com [::ffff:83.102.41.25]) (amavisd-new, port 10024) with ESMTP id 4oCa831xLadu; Mon, 11 Dec 2017 16:51:04 +0200 (EET)
Received: from LK-Perkele-VII (87-92-19-27.bb.dnainternet.fi [87.92.19.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by welho-smtp3.welho.com (Postfix) with ESMTPSA id A69572317; Mon, 11 Dec 2017 16:51:01 +0200 (EET)
Date: Mon, 11 Dec 2017 16:51:01 +0200
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: Nikos Mavrogiannopoulos <nmav@redhat.com>
Cc: Eric Rescorla <ekr@rtfm.com>, "tls@ietf.org" <tls@ietf.org>
Message-ID: <20171211145101.GA5741@LK-Perkele-VII>
References: <CABcZeBPyZvvoZ_OQfj2k1uDz8cc3_ASTMWvD17axJx3+WFDRUw@mail.gmail.com> <1512471634.3587.127.camel@redhat.com> <1512979184.3296.4.camel@redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <1512979184.3296.4.camel@redhat.com>
User-Agent: Mutt/1.9.1 (2017-09-22)
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/0uigBNALPjM7YEYD5zrgjUg_Y6w>
Subject: Re: [TLS] Closing on PSS. PR#1114
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 11 Dec 2017 14:51:13 -0000

On Mon, Dec 11, 2017 at 08:59:44AM +0100, Nikos Mavrogiannopoulos wrote:
> On Tue, 2017-12-05 at 12:00 +0100, Nikos Mavrogiannopoulos wrote:
> > On Mon, 2017-12-04 at 17:24 -0800, Eric Rescorla wrote:
> > > Hi folks,
> > > 
> > > I've put together a PR that attemps to address the PSS issue.
> > > 
> > > See:
> > > https://github.com/tlswg/tls13-spec/pull/1114
> 
> As I guess, we cannot mandate RSA-PSS private keys and certificates for
> TLS1.3, I've followed up with a subsection on security considerations
> for re-using the RSA and RSA-PSS private keys. That includes
> recommendations to reduce the impact from cross-protocol attacks
> affecting these keys.
> 
> https://github.com/tlswg/tls13-spec/pull/1123

Some comments:

- Shared keys between servers are fairly common. Some of those servers
  are very badly configured (e.g. Static RSA enabled).
- If another server does not share key, but has certificate valid for
  the name, that certificate can be used as well.

(These are the same considerations as for DROWN).


-Ilari