Re: [TLS] draft-rescorla-tls-renegotiate and MITM resistance

Martin Rex <mrex@sap.com> Mon, 09 November 2009 20:07 UTC

Return-Path: <mrex@sap.com>
X-Original-To: tls@core3.amsl.com
Delivered-To: tls@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 24BB73A676A for <tls@core3.amsl.com>; Mon, 9 Nov 2009 12:07:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.144
X-Spam-Level:
X-Spam-Status: No, score=-6.144 tagged_above=-999 required=5 tests=[AWL=0.105, BAYES_00=-2.599, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N3FzhUnpObMi for <tls@core3.amsl.com>; Mon, 9 Nov 2009 12:07:34 -0800 (PST)
Received: from smtpde01.sap-ag.de (smtpde01.sap-ag.de [155.56.68.171]) by core3.amsl.com (Postfix) with ESMTP id 26CF83A68B4 for <tls@ietf.org>; Mon, 9 Nov 2009 12:07:33 -0800 (PST)
Received: from mail.sap.corp by smtpde01.sap-ag.de (26) with ESMTP id nA9K7xQN013801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 9 Nov 2009 21:07:59 +0100 (MET)
From: Martin Rex <mrex@sap.com>
Message-Id: <200911092007.nA9K7w40024024@fs4113.wdf.sap.corp>
To: david-sarah@jacaranda.org
Date: Mon, 09 Nov 2009 21:07:58 +0100
In-Reply-To: <4AF86F8A.7090505@jacaranda.org> from "David-Sarah Hopwood" at Nov 9, 9 07:37:46 pm
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Scanner: Virus Scanner virwal05
X-SAP: out
Cc: tls@ietf.org
Subject: Re: [TLS] draft-rescorla-tls-renegotiate and MITM resistance
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.9
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/listinfo/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: Mon, 09 Nov 2009 20:07:35 -0000

David-Sarah Hopwood wrote:
> 
> Martin Rex wrote:
> > There may be SSLv3 servers out there that choke on extension data
> > in the ClientHello.  But that doesn't mean that one could not
> > upgrade SSLv3 servers to support TLS extensions.  The more interesting
> > question is IMHO -- which TLS clients will choke when an SSLv3 server
> > returns a ServerHello extension?  spec-wise, a ServerHello extension
> > is as unusual to SSLv3 as it is to TLSv1.0.
> 
> Why would that situation arise? For that to happen, an SSL server
> library would have to be upgraded to support extensions but not to
> support TLS. Are there any SSL-only libraries being actively
> maintained?

Yes, there are.

But the issues do also affect TLS-capable servers and clients that
talk to peers which are limited to SSLv3 only (through either
configuration or implementation constraints).

-Martin