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

Martin Rex <mrex@sap.com> Wed, 12 May 2010 23:29 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 B7D4C3A6938 for <certid@core3.amsl.com>; Wed, 12 May 2010 16:29:46 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.838
X-Spam-Level:
X-Spam-Status: No, score=-7.838 tagged_above=-999 required=5 tests=[AWL=-0.003, BAYES_40=-0.185, 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 tCNOUcdMnwYc for <certid@core3.amsl.com>; Wed, 12 May 2010 16:29:46 -0700 (PDT)
Received: from smtpde01.sap-ag.de (smtpde01.sap-ag.de [155.56.68.171]) by core3.amsl.com (Postfix) with ESMTP id 98D9F3A6942 for <certid@ietf.org>; Wed, 12 May 2010 16:29:31 -0700 (PDT)
Received: from mail.sap.corp by smtpde01.sap-ag.de (26) with ESMTP id o4CNTKmY005346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 May 2010 01:29:20 +0200 (MEST)
From: Martin Rex <mrex@sap.com>
Message-Id: <201005122329.o4CNTJZT004984@fs4113.wdf.sap.corp>
To: stpeter@stpeter.im (Peter Saint-Andre)
Date: Thu, 13 May 2010 01:29:19 +0200 (MEST)
In-Reply-To: <4BEB2DC7.5020409@stpeter.im> from "Peter Saint-Andre" at May 12, 10 04:37:59 pm
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Scanner: Virus Scanner virwal07
X-SAP: out
Cc: certid@ietf.org
Subject: Re: [certid] Comments on draft-saintandre-tls-server-id-check-03
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: Wed, 12 May 2010 23:29:46 -0000

Peter Saint-Andre wrote:
> 
> > So I'm not sure right now what to say about that. I suspect we can still
> > stipulate that the only RDN having attr type of CN that we'll pay
> > attention to is the one at the far end of the RDN sequence comprising
> > the DN.
> 
> We can stipulate that, but is it realistic?

An X.509 cert may contain several CN= components,
although this is much less common that multiple OU= components.

My own server endpoint identification code (including the original
string-representation-based) has always been checking all CN=
components of a DName and no matter where within the dinstinguished
name they are, but I noticed that Firefox and IE seem to check
only one of them.


-Martin