Re: [certid] What DNS-ID if also using a DNS-SRV?

Alexey Melnikov <alexey.melnikov@isode.com> Sat, 19 June 2010 11:36 UTC

Return-Path: <alexey.melnikov@isode.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 328DA3A6A0E for <certid@core3.amsl.com>; Sat, 19 Jun 2010 04:36:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.036
X-Spam-Level:
X-Spam-Status: No, score=-1.036 tagged_above=-999 required=5 tests=[AWL=1.563, BAYES_00=-2.599]
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 SjhRxW8+kgMW for <certid@core3.amsl.com>; Sat, 19 Jun 2010 04:36:17 -0700 (PDT)
Received: from rufus.isode.com (rufus.isode.com [62.3.217.251]) by core3.amsl.com (Postfix) with ESMTP id 63E883A6A09 for <certid@ietf.org>; Sat, 19 Jun 2010 04:36:15 -0700 (PDT)
Received: from [92.40.172.205] (92.40.172.205.sub.mbb.three.co.uk [92.40.172.205]) by rufus.isode.com (submission channel) via TCP with ESMTPA id <TByrswAJf3DK@rufus.isode.com>; Sat, 19 Jun 2010 12:36:20 +0100
Message-ID: <4C1CABA1.2050205@isode.com>
Date: Sat, 19 Jun 2010 12:36:01 +0100
From: Alexey Melnikov <alexey.melnikov@isode.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915
X-Accept-Language: en-us, en
To: Paul Hoffman <paul.hoffman@vpnc.org>
References: <p062408bbc8388055fb6d@[10.20.30.158]>
In-Reply-To: <p062408bbc8388055fb6d@[10.20.30.158]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Cc: certid@ietf.org
Subject: Re: [certid] What DNS-ID if also using a DNS-SRV?
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: Sat, 19 Jun 2010 11:36:24 -0000

Hi Paul,

Paul Hoffman wrote:

>   1.  The certificate MUST include a "DNS-ID" (i.e., a subjectAltName
>       identifier of type dNSName).
>
>   2.  If the service using the certificate deploys a technology in
>       which a server is discovered by means of DNS SRV records
>       [DNS-SRV] (e.g., this is true of [XMPP]), then the certificate
>       SHOULD include an "SRV-ID" (i.e., an instance of the SRVName form
>       of otherName from the GeneralName structure in the subjectAltName
>       as specified in [SRVNAME]).
>
>If 2 is true, what is the value of the required DNS-ID?
>
One or more hostname for machines that would provide the specified 
service. I.e. most likely some/all hostnames from the output of DNS SRV 
lookup, but I can think of some examples where other hostnames can be 
used in addition to or instead of these. E.g. a machine on internal 
network, hostname of a NAT box, etc.