Re: [TLS] 4366bis TLSext SNI -- case-sensitivity, permitted chars

Joe Salowey <jsalowey@cisco.com> Wed, 08 December 2010 16:03 UTC

Return-Path: <jsalowey@cisco.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 47E5F3A6944 for <tls@core3.amsl.com>; Wed, 8 Dec 2010 08:03:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.599
X-Spam-Level:
X-Spam-Status: No, score=-110.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
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 ZD38oLX9RU8u for <tls@core3.amsl.com>; Wed, 8 Dec 2010 08:03:58 -0800 (PST)
Received: from rtp-iport-2.cisco.com (rtp-iport-2.cisco.com [64.102.122.149]) by core3.amsl.com (Postfix) with ESMTP id 1CEFC3A67A8 for <tls@ietf.org>; Wed, 8 Dec 2010 08:03:58 -0800 (PST)
Authentication-Results: rtp-iport-2.cisco.com; dkim=neutral (message not signed) header.i=none
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AlUFAEI7/0xAZnwN/2dsb2JhbACVOY4keKRem0SFSQSEYoYPgxQ
X-IronPort-AV: E=Sophos;i="4.59,316,1288569600"; d="scan'208";a="190653136"
Received: from rtp-core-2.cisco.com ([64.102.124.13]) by rtp-iport-2.cisco.com with ESMTP; 08 Dec 2010 16:05:19 +0000
Received: from [10.251.26.155] (rtp-vpn5-430.cisco.com [10.82.233.175]) by rtp-core-2.cisco.com (8.13.8/8.14.3) with ESMTP id oB8G5IuI005959; Wed, 8 Dec 2010 16:05:18 GMT
Mime-Version: 1.0 (Apple Message framework v1082)
Content-Type: text/plain; charset="us-ascii"
From: Joe Salowey <jsalowey@cisco.com>
In-Reply-To: <201011182037.oAIKbpf6016644@fs4113.wdf.sap.corp>
Date: Wed, 08 Dec 2010 08:05:40 -0800
Content-Transfer-Encoding: quoted-printable
Message-Id: <C8103BA9-6965-4C98-9564-69E71B3DDAE5@cisco.com>
References: <201011182037.oAIKbpf6016644@fs4113.wdf.sap.corp>
To: mrex@sap.com
X-Mailer: Apple Mail (2.1082)
Cc: Geoffrey Keating <geoffk@geoffk.org>, tls@ietf.org
Subject: Re: [TLS] 4366bis TLSext SNI -- case-sensitivity, permitted chars
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.9
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/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: Wed, 08 Dec 2010 16:03:59 -0000

This looks like an oversight in the new text.  Just to clarify the suggestion is to add the following as a new paragraph after the paragraph ending "... use of A-labels defined in [RFC5890]."

 " DNS hostnames are case-insensitive.  The algorithm to compare
  hostnames is described in [RFC5890] Section 2.3.2.4."

Thanks,

Joe

On Nov 18, 2010, at 12:37 PM, Martin Rex wrote:"

> Geoffrey Keating wrote:
>> 
>> Martin Rex <mrex@sap.com> writes:
>> 
>>> Looking at the OpenSSL diffs for CVE-2010-3864 and crosschecking with
>>> rfc4366 and rfc4366bis I noticed that some text was removed or lost
>>> from the description of the Server Name Indication extension
>>> for rfc4366->rfc4366bis.
>>> 
>>> 
>>> The IMHO most important part that was lost is:
>>> 
>>>    "MUST compare ... case-insensitively."
>>> 
>>> and OpenSSL appears to perform a case-sensitive match (strncmp) only.
>> ...
>>> New text is:
>>> https://tools.ietf.org/html/draft-ietf-tls-rfc4366-bis-12#page-8
>>> 
>>>  "HostName" contains the fully qualified DNS hostname of the server,
>>>   as understood by the client. The hostname is represented as a byte
>>>   string using ASCII encoding without a trailing dot. This allows the
>>>   support of internationalized domain names through the use of A-labels
>>>   defined in [RFC5890].
>>> 
>>>   Literal IPv4 and IPv6 addresses are not permitted in "HostName".
>> 
>> Perhaps we could insert this between the two paragraphs quoted:
>> 
>>  The DNS hostname is to be compared in a case-insensitive manner but
>>  case should be preserved, as described in [RFC1035].
>> 
>> (The RFC 1035 reference is so that we don't have to explain what
>> 'case-insensitive' means.)
> 
> Considering the new Reference to [RFC5890], pointing to Section 2.3.2.4
> of that document might be more appropriate.
> 
> https://tools.ietf.org/html/rfc5890#section-2.3.2.4
> 
> So something like
> 
>   DNS hostnames are case-insensitive.  The algorithm to compare
>   hostnames is described in [RFC5890] Section 2.3.2.4.
> 
> might be more consistent.
> 
> -Martin
> _______________________________________________
> TLS mailing list
> TLS@ietf.org
> https://www.ietf.org/mailman/listinfo/tls