Re: [TLS] TLS 1.3 draft-07 sneak peek

mrex@sap.com (Martin Rex) Fri, 03 July 2015 23:54 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 4488F1A8862 for <tls@ietfa.amsl.com>; Fri, 3 Jul 2015 16:54:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.251
X-Spam-Level:
X-Spam-Status: No, score=-6.251 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, MIME_8BIT_HEADER=0.3, 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 LyXwVd2DZFAu for <tls@ietfa.amsl.com>; Fri, 3 Jul 2015 16:54:30 -0700 (PDT)
Received: from smtpde01.smtp.sap-ag.de (smtpde01.smtp.sap-ag.de [155.56.68.170]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E29851A066C for <tls@ietf.org>; Fri, 3 Jul 2015 16:54:29 -0700 (PDT)
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 smtpde01.smtp.sap-ag.de (Postfix) with ESMTPS id DDAF82B00E; Sat, 4 Jul 2015 01:54:27 +0200 (CEST)
X-purgate-ID: 152705::1435967667-00005316-6E765BDA/0/0
X-purgate-size: 1091
X-purgate: clean
X-purgate: This mail is considered clean (visit http://www.eleven.de for further information)
X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de
X-purgate-type: clean
X-SAP-SPAM-Status: clean
Received: from ld9781.wdf.sap.corp (ld9781.wdf.sap.corp [10.21.82.193]) by mail05.wdf.sap.corp (Postfix) with ESMTP id CFB9A429CE; Sat, 4 Jul 2015 01:54:27 +0200 (CEST)
Received: by ld9781.wdf.sap.corp (Postfix, from userid 10159) id C674B1A1B3; Sat, 4 Jul 2015 01:54:27 +0200 (CEST)
In-Reply-To: <20150702164536.598b0430@pc1>
To: Hanno Böck <hanno@hboeck.de>
Date: Sat, 04 Jul 2015 01:54:27 +0200
X-Mailer: ELM [version 2.4ME+ PL125 (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="ISO-8859-1"
Message-Id: <20150703235427.C674B1A1B3@ld9781.wdf.sap.corp>
From: mrex@sap.com
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/o_ZgLhV3nWJ4nEwdFkIBtgozfzw>
Cc: tls@ietf.org
Subject: Re: [TLS] TLS 1.3 draft-07 sneak peek
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: <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: Fri, 03 Jul 2015 23:54:32 -0000

Hanno Böck wrote:
> 
> We recently had discussions about DSA and RSA padding modi. The draft
> still contains DSA and wants RSA in the old PKCS #1 1.5 padding
> mode.
> 
> On RSA there was only limited discussion, but I had the impression
> there is hardly an argument for not going with PSS


You seem to believe that RSA-PSS is better than PKCS#1 v1.5 signature
padding.  Could you elaborate why you believe this to be?

It was my impression that RSA-PSS adds complexity and slows down
things and very close to nothing else -- unless you have direct low-level
access to an RSA crypto hardware token and want to extract the RSA
private key from it through the software interface.

A significant amount of TLS usage scenarios do not use dedicated
RSA crypto hardware, and those who don't, will have to pay for RSA-PSS,
but not see any benefit.  And even those that do have the RSA crypto
hardware -- allowing PKCS#1 v1.5 access will be necessary as long
as interop based on TLSv1.0 through TLSv1.2 is still necessary,
which may be quite some time.


-Martin