Re: [TLS] interop for TLS clients proposing TLSv1.1

Peter Gutmann <pgut001@cs.auckland.ac.nz> Thu, 22 September 2011 10:23 UTC

Return-Path: <pgut001@login01.cs.auckland.ac.nz>
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 0B72C21F8D1E for <tls@ietfa.amsl.com>; Thu, 22 Sep 2011 03:23:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.568
X-Spam-Level:
X-Spam-Status: No, score=-3.568 tagged_above=-999 required=5 tests=[AWL=0.031, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MJqZRsSA5k7g for <tls@ietfa.amsl.com>; Thu, 22 Sep 2011 03:23:18 -0700 (PDT)
Received: from mx2-int.auckland.ac.nz (mx2-int.auckland.ac.nz [130.216.12.41]) by ietfa.amsl.com (Postfix) with ESMTP id 9379621F8D23 for <tls@ietf.org>; Thu, 22 Sep 2011 03:23:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=auckland.ac.nz; i=pgut001@cs.auckland.ac.nz; q=dns/txt; s=uoa; t=1316687150; x=1348223150; h=from:to:subject:cc:in-reply-to:message-id:date; z=From:=20Peter=20Gutmann=20<pgut001@cs.auckland.ac.nz> |To:=20mrex@sap.com|Subject:=20Re:=20[TLS]=20interop=20fo r=20TLS=20clients=20proposing=20TLSv1.1|Cc:=20tls@ietf.or g|In-Reply-To:=20<201109212048.p8LKmXnH014242@fs4113.wdf. sap.corp>|Message-Id:=20<E1R6gTQ-0000IT-MW@login01.fos.au ckland.ac.nz>|Date:=20Thu,=2022=20Sep=202011=2022:25:44 =20+1200; bh=UrpmMeXo3LgjuXaXOsYrn7fYgBg0A8Klntk14+7xoj0=; b=hu8uau0af85CMO50QNVe+2EskmAeTDTDEUiN1zC8JQUlxygW+mnaObFI K/+COfsfLtATC4FXKv4BBBVZrKAwA9+/C+0z4GeyvH9w7wjuy6sb8OrZy EFZsLItnu9Y43NF3Z7dMI0mwSwBTtktdVR7o6D2gI4zG5kCrbm5JcRjR6 U=;
X-IronPort-AV: E=Sophos;i="4.68,422,1312113600"; d="scan'208";a="85004660"
X-Ironport-HAT: APP-SERVERS - $RELAYED
X-Ironport-Source: 130.216.33.150 - Outgoing - Outgoing
Received: from mf1.fos.auckland.ac.nz ([130.216.33.150]) by mx2-int.auckland.ac.nz with ESMTP/TLS/AES256-SHA; 22 Sep 2011 22:25:45 +1200
Received: from login01.fos.auckland.ac.nz ([130.216.34.40]) by mf1.fos.auckland.ac.nz with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from <pgut001@login01.cs.auckland.ac.nz>) id 1R6gTQ-0008BS-IV; Thu, 22 Sep 2011 22:25:44 +1200
Received: from pgut001 by login01.fos.auckland.ac.nz with local (Exim 4.69) (envelope-from <pgut001@login01.cs.auckland.ac.nz>) id 1R6gTQ-0000IT-MW; Thu, 22 Sep 2011 22:25:44 +1200
From: Peter Gutmann <pgut001@cs.auckland.ac.nz>
To: mrex@sap.com
In-Reply-To: <201109212048.p8LKmXnH014242@fs4113.wdf.sap.corp>
Message-Id: <E1R6gTQ-0000IT-MW@login01.fos.auckland.ac.nz>
Date: Thu, 22 Sep 2011 22:25:44 +1200
Cc: tls@ietf.org
Subject: Re: [TLS] interop for TLS clients proposing TLSv1.1
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
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: <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: Thu, 22 Sep 2011 10:23:20 -0000

Martin Rex <mrex@sap.com> writes:

>Likewise, if my analsis is correct and that Blog accurately describes
>WinINETs behaviour, that WinINET behaviour should be fixed to allow MSIE
>users on Win7 to enable TLSv1.1 with less risk of interop problems.

I've been told this is an artefact of schannel/wininet layering, that there's
no way for schannel to communicate the necessary info to wininet, so it
responds with a RST.  There are other situations where it does this as well,
not just protocol-version issues.  There's apparently no easy way to fix this
without considerable re-architecting.

Peter.