Re: [certid] [Gen-art] Gen-ART LC Review of draft-saintandre-tls-server-id-check-11

Peter Saint-Andre <stpeter@stpeter.im> Wed, 08 December 2010 20:22 UTC

Return-Path: <stpeter@stpeter.im>
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 8B4263A696A; Wed, 8 Dec 2010 12:22:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.306
X-Spam-Level:
X-Spam-Status: No, score=-102.306 tagged_above=-999 required=5 tests=[AWL=0.293, BAYES_00=-2.599, 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 c1ORsDPw+Zv4; Wed, 8 Dec 2010 12:22:03 -0800 (PST)
Received: from stpeter.im (stpeter.im [207.210.219.233]) by core3.amsl.com (Postfix) with ESMTP id EA9CE3A6886; Wed, 8 Dec 2010 12:22:02 -0800 (PST)
Received: from leavealone.cisco.com (72-163-0-129.cisco.com [72.163.0.129]) (Authenticated sender: stpeter) by stpeter.im (Postfix) with ESMTPSA id D6EF14009B; Wed, 8 Dec 2010 13:35:17 -0700 (MST)
Message-ID: <4CFFE93B.1050802@stpeter.im>
Date: Wed, 08 Dec 2010 13:23:23 -0700
From: Peter Saint-Andre <stpeter@stpeter.im>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6
MIME-Version: 1.0
To: =JeffH <Jeff.Hodges@KingsMountain.com>
References: <4CFFE19F.1060603@KingsMountain.com> <4CFFE784.20302@stpeter.im>
In-Reply-To: <4CFFE784.20302@stpeter.im>
X-Enigmail-Version: 1.1.1
OpenPGP: url=http://www.saint-andre.com/me/stpeter.asc
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha1"; boundary="------------ms040707030708080701020300"
Cc: Ben Campbell <ben@nostrum.com>, General Area Review Team <gen-art@ietf.org>, certid@ietf.org, draft-saintandre-tls-server-id-check.all@tools.ietf.org
Subject: Re: [certid] [Gen-art] Gen-ART LC Review of draft-saintandre-tls-server-id-check-11
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: Wed, 08 Dec 2010 20:22:04 -0000

On 12/8/10 1:16 PM, Peter Saint-Andre wrote:
> On 12/8/10 12:50 PM, =JeffH wrote:
>
>> Also, given an
>> input URI of "im:alice@example.net", the derived service type is "sip"
>> (since the "im" scheme is defined as an abstract scheme in the SIP
>> context by [SIP-IM] (RFC 3428)), and the domain name is again
>> "example.net".
> 
> Well, the im: and pres: URIs can result in a derived service type of
> "xmpp", too. It depends on what a service has deployed...
> 
> http://tools.ietf.org/html/rfc3860
> 
> http://www.iana.org/assignments/im-srv-labels/im-srv-labels.xhtml

We can tweak it to:

   As an example, given an input URI of "sip:alice:pswd@
   example.net;transport=tcp?subject=project%20x&priority=urgent", the
   client derives the service type "sip" from the scheme and the domain
   name "example.net" from the authority component.  Also, given an
   input URI of "im:alice@example.net", the derived service type might
   be "sip", depending on how the example.net service is deployed (since
   the "im" scheme [CPIM] is defined as an abstract scheme in the SIP
   context by [SIP-IM]), and the domain name would again be
   "example.net".

/psa