Re: [certid] Domain Components

Peter Sylvester <peter.sylvester@edelweb.fr> Mon, 21 June 2010 08:56 UTC

Return-Path: <peter.sylvester@edelweb.fr>
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 88DAC3A6A42 for <certid@core3.amsl.com>; Mon, 21 Jun 2010 01:56:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.264
X-Spam-Level:
X-Spam-Status: No, score=0.264 tagged_above=-999 required=5 tests=[AWL=-0.337, BAYES_50=0.001, J_CHICKENPOX_27=0.6]
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 vGIbS2pMKaSB for <certid@core3.amsl.com>; Mon, 21 Jun 2010 01:56:36 -0700 (PDT)
Received: from ganymede.on-x.com (ganymede.on-x.com [92.103.215.11]) by core3.amsl.com (Postfix) with ESMTP id 96FE63A685F for <certid@ietf.org>; Mon, 21 Jun 2010 01:56:36 -0700 (PDT)
Received: from varuna.puteaux.on-x (varuna.puteaux.on-x [192.168.10.6]) by ganymede.on-x.com (Postfix) with ESMTP id 7AFC1DA for <certid@ietf.org>; Mon, 21 Jun 2010 10:56:42 +0200 (CEST)
Received: from smtps.on-x.com (mintaka.puteaux.on-x [192.168.14.11]) by varuna.puteaux.on-x (Postfix) with ESMTP id 4ECB317180 for <certid@ietf.org>; Mon, 21 Jun 2010 10:56:42 +0200 (CEST)
Received: from [192.168.0.21] (gut75-3-82-227-163-182.fbx.proxad.net [82.227.163.182]) by smtps.on-x.com (Postfix) with ESMTP id 0A81D77D8 for <certid@ietf.org>; Mon, 21 Jun 2010 10:56:41 +0200 (CEST)
Message-ID: <4C1F2947.9080001@edelweb.fr>
Date: Mon, 21 Jun 2010 10:56:39 +0200
From: Peter Sylvester <peter.sylvester@edelweb.fr>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4
MIME-Version: 1.0
To: certid@ietf.org
References: <4C12A27D.3070308@stpeter.im> <p0624086ac8386db66483@[10.20.30.158]> <4C1CA2B8.9080103@isode.com> <p0624082ac8427d3d733f@[10.20.30.158]> <4C1CD30B.4090200@isode.com> <p0624082dc84286e8b770@[10.20.30.158]> <4C1F226F.1010408@stroeder.com>
In-Reply-To: <4C1F226F.1010408@stroeder.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable
Subject: Re: [certid] Domain Components
X-BeenThere: certid@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
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: Mon, 21 Jun 2010 08:56:37 -0000

On 06/21/2010 10:27 AM, Michael Ströder wrote:
> Paul Hoffman wrote:
>    
>> particularly because all of the text examples in RFC 5280 say
>> "dc=example,dc=com".
>>      
> And what's wrong with that example?
> RFC 5280 lists RFC 4514 as informative reference which I read as DNs are in
> examples are .
>    
The citation is taken out of context, all examples also include cn like in:

Appendix C.1 contains an annotated hex dump of a "self-signed"
    certificate issued by a CA whose distinguished name is
    cn=Example CA,dc=example,dc=com

and they reference ldap in all parts except appendix C.1
In C.1 one can read the encoding of that textual representation.

   31   67:     SEQUENCE {
   33   19:       SET {
   35   17:         SEQUENCE {
   37   10:           OBJECT IDENTIFIER
          :             domainComponent (0 9 2342 19200300 100 1 25)
   49    3:           IA5String 'com'
          :           }
          :         }
   54   23:       SET {
   56   21:         SEQUENCE {
   58   10:           OBJECT IDENTIFIER
          :             domainComponent (0 9 2342 19200300 100 1 25)
   70    7:           IA5String 'example'
          :           }
          :         }
   79   19:       SET {
   81   17:         SEQUENCE {
   83    3:           OBJECT IDENTIFIER commonName (2 5 4 3)
   88   10:           PrintableString 'Example CA'
          :           }
          :         }
          :       }


/PS