Re: [certid] Comments on draft-saintandre-tls-server-id-check-04

Martin Rex <mrex@sap.com> Fri, 04 June 2010 16:38 UTC

Return-Path: <mrex@sap.com>
X-Original-To: certid@core3.amsl.com
Delivered-To: certid@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 188B83A69D5 for <certid@core3.amsl.com>; Fri, 4 Jun 2010 09:38:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.556
X-Spam-Level:
X-Spam-Status: No, score=-7.556 tagged_above=-999 required=5 tests=[AWL=0.093, BAYES_50=0.001, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_HI=-8]
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 4DNE7-Cc8cjC for <certid@core3.amsl.com>; Fri, 4 Jun 2010 09:38:23 -0700 (PDT)
Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [155.56.68.140]) by core3.amsl.com (Postfix) with ESMTP id 92A653A69B1 for <certid@ietf.org>; Fri, 4 Jun 2010 09:38:03 -0700 (PDT)
Received: from mail.sap.corp by smtpde02.sap-ag.de (26) with ESMTP id o54Gbhei014200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 4 Jun 2010 18:37:43 +0200 (MEST)
From: Martin Rex <mrex@sap.com>
Message-Id: <201006041637.o54GbgVh024358@fs4113.wdf.sap.corp>
To: nelson@bolyard.me (Nelson B Bolyard)
Date: Fri, 4 Jun 2010 18:37:42 +0200 (MEST)
In-Reply-To: <4C08244D.9010809@bolyard.me> from "Nelson B Bolyard" at Jun 3, 10 02:53:17 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Scanner: Virus Scanner virwal06
X-SAP: out
Cc: certid@ietf.org
Subject: Re: [certid] Comments on draft-saintandre-tls-server-id-check-04
X-BeenThere: certid@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: mrex@sap.com
List-Id: Representation and verification of identity in certificates <certid.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/certid>, <mailto:certid-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/certid>
List-Post: <mailto:certid@ietf.org>
List-Help: <mailto:certid-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/certid>, <mailto:certid-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 04 Jun 2010 16:38:34 -0000

Nelson B Bolyard wrote:
> 
> On 2010/05/31 08:18 PDT, Martin Rex wrote:
> 
> > While there have been few implementations checking for multiple
> > CN= parts, the guideline in rfc-2818 for subjectAltNames seems
> > to be much clearer, that there can be more than one, and more
> > than one needs to be checked.
> 
> That is precisely what it says NOT to do.  It says
> 
> >    If a subjectAltName extension of type dNSName is present, that MUST
> >    be used as the identity. Otherwise, the (most specific) Common Name
> >    field in the Subject field of the certificate MUST be used.
> 
> The phrease "the (most specific) Common Name field in the subject field"
> is not plural.  There is at most one Common Name attribute in the name
> that is *the* most specific one.  The words "most specific" refer to its
> position in the list of RDNs, which are arranged (as encoded in the
> certificate Name field) from most general (first) to most specific
> (last).  So, the most specific Common Name is the last of the Common
> Name attributes in the sequence of RDNs, as encoded in the certificate.


I am perfectly well aware of the wording in rfc-2818.

But security-wise an X.509 Cert containing

  CN=host1.example.com, CN=host2.example.com, CN=host3.example.com

is significantly less dangerous that an X.509 Cert containing

  CN=*.example.com

and therefore this wording in rfc-2818 is unreasonable in several
aspects and I chose to completely and deliberately ignore it in my
implementation.

Btw. I did not understand the meaning of "most specific" anyway,
so I considered it unlikely that this could be interoperably
implement by only matching a single CN= entry.  While the initial
definition of distinguished names might have had a hierarchical
directory structure in mind, one does find distinguished names
in "unusal" ordering out there, as well as distinguished names
entirely without country AVA, even ones with only CN=


-Martin