Re: [TLS] Case for negotiation of PKCS#1.5 RSASSA-PKCS1-v1_5 in TLS 1.3

Hubert Kario <hkario@redhat.com> Mon, 25 January 2016 19:43 UTC

Return-Path: <hkario@redhat.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 5644F1A0060 for <tls@ietfa.amsl.com>; Mon, 25 Jan 2016 11:43:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.902
X-Spam-Level:
X-Spam-Status: No, score=-6.902 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.001, SPF_HELO_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 Ilvv_E7dffgz for <tls@ietfa.amsl.com>; Mon, 25 Jan 2016 11:43:32 -0800 (PST)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 06FE91A0045 for <tls@ietf.org>; Mon, 25 Jan 2016 11:43:32 -0800 (PST)
Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id C9043461C8; Mon, 25 Jan 2016 19:43:30 +0000 (UTC)
Received: from pintsize.usersys.redhat.com (ovpn-204-27.brq.redhat.com [10.40.204.27]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0PJhTcm016563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Jan 2016 14:43:30 -0500
From: Hubert Kario <hkario@redhat.com>
To: tls@ietf.org
Date: Mon, 25 Jan 2016 20:43:22 +0100
Message-ID: <3922672.SasYckhRS6@pintsize.usersys.redhat.com>
User-Agent: KMail/4.14.10 (Linux/4.2.8-200.fc22.x86_64; KDE/4.14.14; x86_64; ; )
In-Reply-To: <56A64D5E.7090104@akamai.com>
References: <56A192FC.4060206@brainhub.org> <35455210.tz7m1zDUF6@pintsize.usersys.redhat.com> <56A64D5E.7090104@akamai.com>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart1958172.aoYIXqU332"; micalg="pgp-sha512"; protocol="application/pgp-signature"
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/FY0d4xlLFAJE4ZhYFfzKdqecR9E>
Subject: Re: [TLS] Case for negotiation of PKCS#1.5 RSASSA-PKCS1-v1_5 in TLS 1.3
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: <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, 25 Jan 2016 19:43:33 -0000

On Monday 25 January 2016 10:29:18 Benjamin Kaduk wrote:
> On 01/22/2016 01:14 PM, Hubert Kario wrote:
> > On Friday 22 January 2016 10:39:26 Andrey Jivsov wrote:
> >> On 01/22/2016 03:14 AM, Hubert Kario wrote:
> >>>> The only solution that's available at this point is conditioning
> >>>> TLS
> >>>> 1.3 support on appropriate hardware. For this reason TLS 1.3 it
> >>>> probably won't be enabled by default in the product I work on. I
> >>>> would prefer for TLS 1.3 to be enabled by default and write the
> >>>> code
> >>>> to decide whether it does PSS or falls back to RSA PKCS1 1.5.
> >>> 
> >>> Yes, it would be nice. But PKCS#1 v1.5 had it long coming. Not
> >>> cutting it off now would be negligent.
> >> 
> >> You mean for HS only, while leaving it for X.509 certs?
> > 
> > If we don't do it for HS in TLS first, we'll never get rid of it in
> > X.509 certs.
> > 
> > We need to start somewhere, and it's more reasonable to expect that
> > hardware with support for new protocols will get updated for RSA-PSS
> > handling than that libraries and hardware will suddenly start
> > implementing it in droves just in anticipation of the time when CAs
> > _maybe_ will start issuing certificates signed with RSA-PSS.
> 
> Isn't it more a matter of TLS being a consumer of external PKIX
> infrastructure, the web PKI, etc.?  They are out of the reach of the
> IETF TLS working group; any requirements we attempted to impose would
> be unenforceable, even if there was an Internet Police (which there
> is not).

TLS will happily use PKCS#1 v1.5 signed X.509 certificates, so how 
exactly is creating a side effect of increasing the deployment rate of 
RSA-PSS _in TLS implementations_ an "overreach"?!
-- 
Regards,
Hubert Kario
Senior Quality Engineer, QE BaseOS Security team
Web: www.cz.redhat.com
Red Hat Czech s.r.o., Purkyňova 99/71, 612 45, Brno, Czech Republic