Re: [TLS] GSS based PSK-TLS
Martin Rex <Martin.Rex@sap.com> Tue, 17 July 2007 21:42 UTC
Return-path: <tls-bounces@lists.ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1IAunz-0003y2-O7; Tue, 17 Jul 2007 17:42:03 -0400
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1IAunx-0003xu-Kc for tls@ietf.org; Tue, 17 Jul 2007 17:42:01 -0400
Received: from smtpde02.sap-ag.de ([155.56.68.170]) by chiedprmail1.ietf.org with esmtp (Exim 4.43) id 1IAunv-0008Vb-OL for tls@ietf.org; Tue, 17 Jul 2007 17:42:01 -0400
Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id XAA26056; Tue, 17 Jul 2007 23:41:53 +0200 (MESZ)
From: Martin Rex <Martin.Rex@sap.com>
Message-Id: <200707172141.l6HLfqU9000857@fs4113.wdf.sap.corp>
Subject: Re: [TLS] GSS based PSK-TLS
To: lzhu@windows.microsoft.com
Date: Tue, 17 Jul 2007 23:41:52 +0200
In-Reply-To: <CAAAEFE273EAD341A4B02AAA9CA6F73306AF946A@WIN-MSG-20.wingroup.windeploy.ntdev.microsoft.com> from "Larry Zhu" at Jul 13, 7 04:46:12 pm
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-SAP: out
X-SAP: out
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 69a74e02bbee44ab4f8eafdbcedd94a1
Cc: tls@ietf.org
X-BeenThere: tls@lists.ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: martin.rex@sap.com
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.lists.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@lists.ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/tls>
List-Post: <mailto:tls@lists.ietf.org>
List-Help: <mailto:tls-request@lists.ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@lists.ietf.org?subject=subscribe>
Errors-To: tls-bounces@lists.ietf.org
Larry Zhu wrote: > > We would like to request for comments for the GSS based PSK-TLS ID: > > http://www.ietf.org/internet-drafts/draft-santesson-tls-gssapi-02.txt > > 2) Why the GSS handshake does not come after the key exchange message? > > We do not want to pay for the cost of the DHE or RSA in this case. > The main motivation for us is to enable Kerberos to secure TLS > connections. > Kerberos is a lot faster, and we intend to keep it that way. TLS session can be cached, resumed and forked. Although performance is an issue for a significant amount of our customers, the RSA-server-authentication in the SSL handshake is NOT normally an issue (it only becomes an issue if the SSL session cache is configured too small). So-called SSL Accellerators have a really hard time to provide a benefit. They might add latency and an additional point of failures, and can hardly keep up with x86-based multi-cpu multi-core machines (both in terms of price and performance). GSS-API security context can not be cached and not be resumed. A while ago I looked with HTTPWatch at the messages exchanged between MSIE6 and IIS6 using HTTPS+Negotiate. IIS6 forces the client with 401 Unauthorized through a full new Kerberos authentication with each and every request on an established TLS channel. I'm not impressed, and will not easily buy "proposed solutions" for Microsoft-asserted performance issues. And why is TLS authentication performance made a non-issue for StartTLS vs FastArmor and a big issue here? -Martin _______________________________________________ TLS mailing list TLS@lists.ietf.org https://www1.ietf.org/mailman/listinfo/tls
- [TLS] GSS based PSK-TLS Larry Zhu
- Re: [TLS] GSS based PSK-TLS Martin Rex
- RE: [TLS] GSS based PSK-TLS Larry Zhu
- Re: [TLS] GSS based PSK-TLS Martin Rex
- RE: [TLS] GSS based PSK-TLS Larry Zhu