Re: [stir] I-D Action: draft-kaplan-stir-ikes-out-00.txt

Hadriel Kaplan <hadriel.kaplan@oracle.com> Tue, 16 July 2013 03:19 UTC

Return-Path: <hadriel.kaplan@oracle.com>
X-Original-To: stir@ietfa.amsl.com
Delivered-To: stir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EF12D21E8186 for <stir@ietfa.amsl.com>; Mon, 15 Jul 2013 20:19:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.177
X-Spam-Level:
X-Spam-Status: No, score=-6.177 tagged_above=-999 required=5 tests=[AWL=-0.178, BAYES_00=-2.599, J_CHICKENPOX_52=0.6, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3lfkHz6VBbJr for <stir@ietfa.amsl.com>; Mon, 15 Jul 2013 20:19:32 -0700 (PDT)
Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) by ietfa.amsl.com (Postfix) with ESMTP id 680FF21E8168 for <stir@ietf.org>; Mon, 15 Jul 2013 20:19:32 -0700 (PDT)
Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r6G3JTku022566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Jul 2013 03:19:31 GMT
Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r6G3JSIY029202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Jul 2013 03:19:29 GMT
Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r6G3JR7p029154; Tue, 16 Jul 2013 03:19:28 GMT
Received: from [192.168.1.108] (/66.31.4.117) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 15 Jul 2013 20:19:27 -0700
Content-Type: text/plain; charset="iso-8859-1"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Hadriel Kaplan <hadriel.kaplan@oracle.com>
In-Reply-To: <CAMcvRPC6f+0-sx=eGS-1yy=Ubh-WREw-__WZyeNnS1XypY+Xvg@mail.gmail.com>
Date: Mon, 15 Jul 2013 23:19:26 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <7B23E7E8-2432-48B8-A2BF-75653D89936F@oracle.com>
References: <20130712043221.11767.74779.idtracker@ietfa.amsl.com> <1F4B4D44-BD3E-4995-876A-147832C925F9@oracle.com> <CAMcvRPC6f+0-sx=eGS-1yy=Ubh-WREw-__WZyeNnS1XypY+Xvg@mail.gmail.com>
To: Torrey Searle <tsearle@sipstacks.com>
X-Mailer: Apple Mail (2.1508)
X-Source-IP: ucsinet21.oracle.com [156.151.31.93]
Cc: "stir@ietf.org" <stir@ietf.org>
Subject: Re: [stir] I-D Action: draft-kaplan-stir-ikes-out-00.txt
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Secure Telephone Identity Revisited <stir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/stir>, <mailto:stir-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/stir>
List-Post: <mailto:stir@ietf.org>
List-Help: <mailto:stir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/stir>, <mailto:stir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 16 Jul 2013 03:19:39 -0000

On Jul 15, 2013, at 4:05 PM, Torrey Searle <tsearle@sipstacks.com> wrote:

> I really like your draft, especially the fact that inter networks with ss7.  Just have a initial comment that in the case of the UUI header, the spec should probably specify that  the Protocol Discriminator for the UUI header should be set to 00 - User Specific Coding.  Though it might me an interesting question if it is possible to use a new value for the protocol discriminator to easily identify that the value in the UUI header is a signature.

Crap, I forgot about the protocol discriminator.  I don't mean I forgot to mention it, I mean I forgot about the byte it takes, not to mention the type and length bytes.  That means there're only 128 bytes available, which for a 1024-bit private key means all of those 128 bytes will be the signature.  So I'll have to move the key index and timestamp fields into the Call-Reference param instead.  Ugh.

But anyway, yeah good catch, the discriminator should probably be 0x00.


> Also how about the case where bob@example.com gets aliased to an e164 when reaching the pstn gateway?  I assume the pstn gateway would "own" the e164 and can re-sign the call before forwarding, but would it be interesting to mention this case in the spec?

Does that ever happen in the PSTN gateways?  I know it happens in some service providers (like skype for example), but I thought it happened on some SIP or H.323 system just before it reached the PSTN GW.  Regardless, yes I should mention that in the draft too.

Thanks for the feedback!

-hadriel