
From nobody Thu Jun  1 06:46:15 2017
Return-Path: <brian@poldon.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 B061012ECA1 for <stir@ietfa.amsl.com>; Thu,  1 Jun 2017 06:46:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.018
X-Spam-Level: 
X-Spam-Status: No, score=-0.018 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RatXMIwNAneY for <stir@ietfa.amsl.com>; Thu,  1 Jun 2017 06:46:12 -0700 (PDT)
Received: from p3plsmtpout001.prod.phx3.secureserver.net (p3plsmtpout001.prod.phx3.secureserver.net [208.109.80.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7CA7E12ECA0 for <stir@ietf.org>; Thu,  1 Jun 2017 06:46:12 -0700 (PDT)
Received: from ip-208-109-238-122.ip.secureserver.net ([208.109.238.122]) by : HOSTING RELAY : with SMTP id GQPXd4gqFStwFGQPXdEbN6; Thu, 01 Jun 2017 06:45:11 -0700
x-originating-ip: 208.109.238.122
Received: (qmail 21601 invoked by uid 2); 1 Jun 2017 06:45:11 -0700
To: <stir@ietf.org>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_d3e53696a173d8cf95e4d0d86166a6cb"
Date: Thu, 01 Jun 2017 08:45:11 -0500
From: "Brian C. Wiles" <brian@poldon.com>
In-Reply-To: <DB94C595-3E83-4589-A5DE-F59A94798FF5@chriswendt.net>
References: <01be31dd33c2c3dc576e8c73f0393b37@poldon.com> <DB94C595-3E83-4589-A5DE-F59A94798FF5@chriswendt.net>
Message-ID: <2903f8692953134fa8a7b2ac981e6188@poldon.com>
X-Sender: brian@poldon.com
User-Agent: RoundCube Webmail/0.5.1
X-CMAE-Envelope: MS4wfPCyp60TKBR5tdIe7TYXRNk9TCp2E+iZ+m5xExGjkkitguFp3aJ8pUEZ2ZXz7T3YpOoAHeZ0+uVX1eMUU3J91PeSQXoVA4IIKbgMR4T2AtKCMPvtV8Qv PblgLyxhs8CU0uuNibvAs4zGB4QO5rOpNR3iSypqOYefvIlVo9xvgWeTPa0Vm6eKOQ/ezluJEwoq12pntdbEwPqZt6iCTcIuJjU=
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/Z0a5UTAbqdttM2M2pIZ-79ewUJE>
Subject: Re: [stir] SIP PASSporT and Registrations
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Thu, 01 Jun 2017 13:46:14 -0000

--=_d3e53696a173d8cf95e4d0d86166a6cb
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=UTF-8

  

Hi, Chris, 

 OK, that sounds fine then. Can we get a JWT
authentication scheme standardized for SIP? I'll write up the draft if
so. Also, would that be under SIPCORE? Thanks! 

-Brian 

On Thu, 1 Jun
2017 00:15:52 -0400, Chris Wendt wrote: 

> Hi Brian, 
> 
> What you are
really looking for is not Passport but specifically an authentication
mechanism. Passport is not for authentication and is very specific to
proving an originator to a destination party. Thus the explicit
dependency on orig and dest as claims in the JWT. 
> 
> There was some
recent work on using OAuth 2.0 with SIP, and as you say there is other
authentication mechanisms exist outside of SIP both using JWT and not.
But unfortunately, Passport is not going to be the right answer for
REGISTER. 
> 
> -Chris 
> 
>> On May 31, 2017, at 2:24 PM, Brian C.
Wiles wrote: 
>> 
>> Hi, Jon and Chris, 
>> 
>> I have been searching
for a way to use JSON Web Tokens in SIP, and it looks like PASSporT is
close to what I need. However, I see a couple of issues that would need
to be addressed in order for me to be able to use it. I was hoping we
could get some changes before it becomes a final RFC because I think
they are big issues for some uses of SIP, but it sounds like I'm a bit
too late. 
>> 
>> The main issue is that PASSporT is only designed for
INVITEs. There is no method for handling REGISTER events in the context
of a PASSporT. For example, I have clients that need to authenticate
with a SIP gateway to receive calls, and I'm trying to use JWT tokens so
that my SIP gateway doesn't have to contact an external database or web
service to verify the credentials. 
>> 
>> The other issue is that I
don't want to have to specify the destination in my PASSporT token. I
realize there are some security implications there, but using
expirations via the "exp" claim and other methods, I can protect against
replay attacks, etc. My architecture has its own security protocols to
prevent unauthorized use, and I don't really care how many calls are
made since they are only to other clients who have registered. 
>> 
>>
My current implementation is close to PASSporT but using the
Authorization header like most other JWT implementations use. I'm fine
with using PASSporT if we can at least make the "dest" claim optional
and specify that it can be used with REGISTERs as well. Let me know what
you think. I'd like to get something drafted soon before I publish my
open source module. Thanks. 
>> 
>> -Brian
 

Links:
------
[1]
mailto:brian@poldon.com

--=_d3e53696a173d8cf95e4d0d86166a6cb
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi, Chris,</p>
<p>&nbsp;</p>
<p>&nbsp; OK, that sounds fine then. &nbsp;Can we get a JWT authentication =
scheme standardized for SIP? &nbsp;I'll write up the draft if so. &nbsp;Als=
o, would that be under SIPCORE? &nbsp;Thanks!</p>
<p>&nbsp;</p>
<p>-Brian</p>
<p>&nbsp;</p>
<p>On Thu, 1 Jun 2017 00:15:52 -0400, Chris Wendt wrote:</p>
<blockquote type=3D"cite" style=3D"padding-left:5px; border-left:#1010ff 2p=
x solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignore=
d --><!-- meta ignored --><!-- meta ignored -->
<p>Hi Brian,</p>
<div><br /><br /></div>
<div>What you are really looking for is not Passport but specifically an au=
thentication mechanism. &nbsp;Passport is not for authentication and is ver=
y specific to proving an originator to a destination party. &nbsp;Thus the =
explicit dependency on orig and dest as claims in the JWT.</div>
<div><br /><br /></div>
<div>There was some recent work on using OAuth 2.0 with SIP, and as you say=
 there is other authentication mechanisms exist outside of SIP both using J=
WT and not. &nbsp;But unfortunately, Passport is not going to be the right =
answer for REGISTER.</div>
<div><br /><br /></div>
<div>-Chris</div>
<div><br /><br /></div>
<div><br /><br />
<div>
<blockquote type=3D"cite" style=3D"padding-left:5px; border-left:#1010ff 2p=
x solid; margin-left:5px; width:100%">
<div>On May 31, 2017, at 2:24 PM, Brian C. Wiles &lt;<a href=3D"mailto:bria=
n@poldon.com">brian@poldon.com</a>&gt; wrote:</div>
<br /><br />
<div>
<div>
<p>Hi, Jon and Chris,</p>
<p><br /><br />&nbsp; I have been searching for a way to use JSON Web Token=
s in SIP, and it looks like&nbsp;PASSporT&nbsp;is close to what I need. &nb=
sp;However, I see a couple of issues that would need to be addressed in ord=
er for me to be able to use it. &nbsp;I was hoping we could get some change=
s before it becomes a final RFC because I think they are big issues for som=
e uses of SIP, but it sounds like I'm a bit too late.</p>
<div>&nbsp;<br /><br /></div>
<p>&nbsp; The main issue is that PASSporT is only designed for INVITEs. &nb=
sp;There is no method for handling REGISTER events in the context of a PASS=
porT. &nbsp;For example, I have clients that need to authenticate with a SI=
P gateway to receive calls, and I'm trying to use JWT tokens so that my SIP=
 gateway doesn't have to contact an external database or web service to ver=
ify the credentials.</p>
<div>&nbsp;<br /><br /></div>
<p>&nbsp; The other issue is that I don't want to have to specify the desti=
nation in my&nbsp;PASSporT token. &nbsp;I realize there are some security i=
mplications there, but using expirations via the "exp" claim and other meth=
ods, I can protect against replay attacks, etc. &nbsp;My architecture has i=
ts own security protocols to prevent unauthorized use, and I don't really c=
are how many calls are made since they are only to other clients who have r=
egistered.</p>
<div>&nbsp;<br /><br /></div>
<p>&nbsp; My current implementation is close to&nbsp;PASSporT but using the=
 Authorization header like most other JWT implementations use. &nbsp;I'm fi=
ne with using&nbsp;PASSporT if we can at least make the "dest" claim option=
al and specify that it can be used with REGISTERs as well. &nbsp;Let me kno=
w what you think. &nbsp;I'd like to get something drafted soon before I pub=
lish my open source module. &nbsp;Thanks.</p>
<div>&nbsp;<br /><br /></div>
<p>-Brian</p>
<div>&nbsp;<br /><br /></div>
</div>
</div>
</blockquote>
</div>
<br /><br /></div>
</blockquote>
</body></html>

--=_d3e53696a173d8cf95e4d0d86166a6cb--


From nobody Thu Jun  1 18:52:19 2017
Return-Path: <chris-ietf@chriswendt.net>
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 25204129A90 for <stir@ietfa.amsl.com>; Thu,  1 Jun 2017 18:52:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=chriswendt-net.20150623.gappssmtp.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QK5b_zADDbi1 for <stir@ietfa.amsl.com>; Thu,  1 Jun 2017 18:52:16 -0700 (PDT)
Received: from mail-qk0-x22d.google.com (mail-qk0-x22d.google.com [IPv6:2607:f8b0:400d:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 80EB312948E for <stir@ietf.org>; Thu,  1 Jun 2017 18:52:16 -0700 (PDT)
Received: by mail-qk0-x22d.google.com with SMTP id d14so50307424qkb.1 for <stir@ietf.org>; Thu, 01 Jun 2017 18:52:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chriswendt-net.20150623.gappssmtp.com; s=20150623; h=from:message-id:mime-version:subject:date:in-reply-to:cc:to :references; bh=oJ3m4HNisIEXI/k675fcu4i4vJKKkQ2ZcIL1VSvSbXA=; b=ESen/iffTnZs1IZxIhWaM9Qb3AeeGNTEDPhLRRrS5MKPveBKbO3lDJCRAMVa2ZV8q4 iF2eH+5SJoXrw2iuRaY3vcb3fNk4ZBUAiXbobvz4bgwqRPHYdhDri8Vcn0uiLAvKTZdU gkQjqor5KBAYQdysYAj1MgPB8SWqdpWQynY1dlyAM461eF/UXvbuzFBWdbqqfSosxptp /zvbJzhKvqc+p2xO1FNitvtPPgn6pqV/oyAXcii+8QDDZlHSPuDEVr1pFverR/YR2b3I reBUeCc4LgAUH/TTJfiH7Mj/2WMjjw/S7/XYQbl5T2+8R4snITSxxAV1KHTGarc8yBsM XuEw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:mime-version:subject:date :in-reply-to:cc:to:references; bh=oJ3m4HNisIEXI/k675fcu4i4vJKKkQ2ZcIL1VSvSbXA=; b=Y3YupYBoUb1bMpocjoryLB/JlaLiljQtBL0F6NovafA3/YueoRJVs2vGeaEMNSs/Gf m/DZ9QzQ4qMUjf1OA8AGxeO1B6Bx7iAEW/eUZwKwIa2sORXZ8EF+cUpwCBJ6HiBKWQgf S6xrXAubbBUO75AG5f4QetMuBAW4tkVaIZGJf4LB4qAbP8syGaiZyrsKRNzMC/hTDu3j uvjdPIR7QZw4eY7Fa8vh3bVxV6xPitcRHTbx1X/uMMuPVqjzo4eR+YiS0u0La8YDf8PS BGh4S1XWHYvWmDKkOm3qrlKTY4XzxOVGK/xBE+EBjXwQgwMwSDEL4Pi7ELtaYu1B2tao JpWw==
X-Gm-Message-State: AODbwcCQXcTdAW35RHaxA9rA47iZ9KUvDd5/AkTOKAmf4RpRqYn1Kk4n 47RI5GfsYVLpKVmMZmDN6Q==
X-Received: by 10.55.188.135 with SMTP id m129mr5075225qkf.226.1496368335630;  Thu, 01 Jun 2017 18:52:15 -0700 (PDT)
Received: from ?IPv6:2601:41:c102:3d1e:fca6:5c83:cf05:e9e2? ([2601:41:c102:3d1e:fca6:5c83:cf05:e9e2]) by smtp.gmail.com with ESMTPSA id s16sm14174752qte.61.2017.06.01.18.52.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jun 2017 18:52:14 -0700 (PDT)
From: Chris Wendt <chris-ietf@chriswendt.net>
Message-Id: <CEADFAAC-5EC2-40E3-8F88-B4E8317B9A09@chriswendt.net>
Content-Type: multipart/alternative; boundary="Apple-Mail=_9319B2BE-28FF-4776-A4DF-582B2897B991"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Date: Thu, 1 Jun 2017 21:52:12 -0400
In-Reply-To: <2903f8692953134fa8a7b2ac981e6188@poldon.com>
Cc: stir@ietf.org
To: "Brian C. Wiles" <brian@poldon.com>
References: <01be31dd33c2c3dc576e8c73f0393b37@poldon.com> <DB94C595-3E83-4589-A5DE-F59A94798FF5@chriswendt.net> <2903f8692953134fa8a7b2ac981e6188@poldon.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/lURyq1JN0EABmBoEMKy7lNJ-wIw>
Subject: Re: [stir] SIP PASSporT and Registrations
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 02 Jun 2017 01:52:18 -0000

--Apple-Mail=_9319B2BE-28FF-4776-A4DF-582B2897B991
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

I believe the best approach would be to submit to dispatch WG where =
there can be a discussion of the path forward and working group that =
might be best.

-Chris

> On Jun 1, 2017, at 9:45 AM, Brian C. Wiles <brian@poldon.com> wrote:
>=20
> Hi, Chris,
>=20
> =20
>   OK, that sounds fine then.  Can we get a JWT authentication scheme =
standardized for SIP?  I'll write up the draft if so.  Also, would that =
be under SIPCORE?  Thanks!
>=20
> =20
> -Brian
>=20
> =20
> On Thu, 1 Jun 2017 00:15:52 -0400, Chris Wendt wrote:
>=20
>> Hi Brian,
>>=20
>>=20
>>=20
>> What you are really looking for is not Passport but specifically an =
authentication mechanism.  Passport is not for authentication and is =
very specific to proving an originator to a destination party.  Thus the =
explicit dependency on orig and dest as claims in the JWT.
>>=20
>>=20
>> There was some recent work on using OAuth 2.0 with SIP, and as you =
say there is other authentication mechanisms exist outside of SIP both =
using JWT and not.  But unfortunately, Passport is not going to be the =
right answer for REGISTER.
>>=20
>>=20
>> -Chris
>>=20
>>=20
>>=20
>>=20
>>> On May 31, 2017, at 2:24 PM, Brian C. Wiles <brian@poldon.com =
<mailto:brian@poldon.com>> wrote:
>>>=20
>>>=20
>>> Hi, Jon and Chris,
>>>=20
>>>=20
>>>=20
>>>   I have been searching for a way to use JSON Web Tokens in SIP, and =
it looks like PASSporT is close to what I need.  However, I see a couple =
of issues that would need to be addressed in order for me to be able to =
use it.  I was hoping we could get some changes before it becomes a =
final RFC because I think they are big issues for some uses of SIP, but =
it sounds like I'm a bit too late.
>>>=20
>>> =20
>>>=20
>>>   The main issue is that PASSporT is only designed for INVITEs.  =
There is no method for handling REGISTER events in the context of a =
PASSporT.  For example, I have clients that need to authenticate with a =
SIP gateway to receive calls, and I'm trying to use JWT tokens so that =
my SIP gateway doesn't have to contact an external database or web =
service to verify the credentials.
>>>=20
>>> =20
>>>=20
>>>   The other issue is that I don't want to have to specify the =
destination in my PASSporT token.  I realize there are some security =
implications there, but using expirations via the "exp" claim and other =
methods, I can protect against replay attacks, etc.  My architecture has =
its own security protocols to prevent unauthorized use, and I don't =
really care how many calls are made since they are only to other clients =
who have registered.
>>>=20
>>> =20
>>>=20
>>>   My current implementation is close to PASSporT but using the =
Authorization header like most other JWT implementations use.  I'm fine =
with using PASSporT if we can at least make the "dest" claim optional =
and specify that it can be used with REGISTERs as well.  Let me know =
what you think.  I'd like to get something drafted soon before I publish =
my open source module.  Thanks.
>>>=20
>>> =20
>>>=20
>>> -Brian
>>>=20
>>> =20
>>>=20
>>=20
>>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


--Apple-Mail=_9319B2BE-28FF-4776-A4DF-582B2897B991
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
	charset=us-ascii

<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I believe the best approach would be to submit to dispatch WG where there can be a discussion of the path forward and working group that might be best.<div class=""><br class=""></div><div class="">-Chris</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 1, 2017, at 9:45 AM, Brian C. Wiles &lt;<a href="mailto:brian@poldon.com" class="">brian@poldon.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">
<div class=""><p class="">Hi, Chris,</p><div class="">&nbsp;<br class="webkit-block-placeholder"></div><p class="">&nbsp; OK, that sounds fine then. &nbsp;Can we get a JWT authentication scheme standardized for SIP? &nbsp;I'll write up the draft if so. &nbsp;Also, would that be under SIPCORE? &nbsp;Thanks!</p><div class="">&nbsp;<br class="webkit-block-placeholder"></div><p class="">-Brian</p><div class="">&nbsp;<br class="webkit-block-placeholder"></div><p class="">On Thu, 1 Jun 2017 00:15:52 -0400, Chris Wendt wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%" class=""><!-- html ignored --><!-- head ignored --><!-- meta ignored --><!-- meta ignored --><p class="">Hi Brian,</p>
<div class=""><br class=""><br class=""></div>
<div class="">What you are really looking for is not Passport but specifically an authentication mechanism. &nbsp;Passport is not for authentication and is very specific to proving an originator to a destination party. &nbsp;Thus the explicit dependency on orig and dest as claims in the JWT.</div>
<div class=""><br class=""><br class=""></div>
<div class="">There was some recent work on using OAuth 2.0 with SIP, and as you say there is other authentication mechanisms exist outside of SIP both using JWT and not. &nbsp;But unfortunately, Passport is not going to be the right answer for REGISTER.</div>
<div class=""><br class=""><br class=""></div>
<div class="">-Chris</div>
<div class=""><br class=""><br class=""></div>
<div class=""><br class=""><br class="">
<div class="">
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%" class="">
<div class="">On May 31, 2017, at 2:24 PM, Brian C. Wiles &lt;<a href="mailto:brian@poldon.com" class="">brian@poldon.com</a>&gt; wrote:</div>
<br class=""><br class="">
<div class="">
<div class=""><p class="">Hi, Jon and Chris,</p><p class=""><br class=""><br class="">&nbsp; I have been searching for a way to use JSON Web Tokens in SIP, and it looks like&nbsp;PASSporT&nbsp;is close to what I need. &nbsp;However, I see a couple of issues that would need to be addressed in order for me to be able to use it. &nbsp;I was hoping we could get some changes before it becomes a final RFC because I think they are big issues for some uses of SIP, but it sounds like I'm a bit too late.</p>
<div class="">&nbsp;<br class=""><br class=""></div><p class="">&nbsp; The main issue is that PASSporT is only designed for INVITEs. &nbsp;There is no method for handling REGISTER events in the context of a PASSporT. &nbsp;For example, I have clients that need to authenticate with a SIP gateway to receive calls, and I'm trying to use JWT tokens so that my SIP gateway doesn't have to contact an external database or web service to verify the credentials.</p>
<div class="">&nbsp;<br class=""><br class=""></div><p class="">&nbsp; The other issue is that I don't want to have to specify the destination in my&nbsp;PASSporT token. &nbsp;I realize there are some security implications there, but using expirations via the "exp" claim and other methods, I can protect against replay attacks, etc. &nbsp;My architecture has its own security protocols to prevent unauthorized use, and I don't really care how many calls are made since they are only to other clients who have registered.</p>
<div class="">&nbsp;<br class=""><br class=""></div><p class="">&nbsp; My current implementation is close to&nbsp;PASSporT but using the Authorization header like most other JWT implementations use. &nbsp;I'm fine with using&nbsp;PASSporT if we can at least make the "dest" claim optional and specify that it can be used with REGISTERs as well. &nbsp;Let me know what you think. &nbsp;I'd like to get something drafted soon before I publish my open source module. &nbsp;Thanks.</p>
<div class="">&nbsp;<br class=""><br class=""></div><p class="">-Brian</p>
<div class="">&nbsp;<br class=""><br class=""></div>
</div>
</div>
</blockquote>
</div>
<br class=""><br class=""></div>
</blockquote>
</div>
_______________________________________________<br class="">stir mailing list<br class=""><a href="mailto:stir@ietf.org" class="">stir@ietf.org</a><br class="">https://www.ietf.org/mailman/listinfo/stir<br class=""></div></blockquote></div><br class=""></div></body></html>
--Apple-Mail=_9319B2BE-28FF-4776-A4DF-582B2897B991--


From nobody Mon Jun 12 13:55:33 2017
Return-Path: <rjsparks@nostrum.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 0CE0E129AB2 for <stir@ietfa.amsl.com>; Mon, 12 Jun 2017 13:55:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kADTS9BbT27C for <stir@ietfa.amsl.com>; Mon, 12 Jun 2017 13:55:30 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 75A0C128C81 for <stir@ietf.org>; Mon, 12 Jun 2017 13:55:30 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5CKtTTn061847 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Mon, 12 Jun 2017 15:55:30 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <d19d2563-2f3d-9c77-f372-6fe59958d9fa@nostrum.com>
Date: Mon, 12 Jun 2017 15:55:29 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/oN383bfAndkQMyZ3nIkJtQ0V0Z4>
Subject: [stir] Agenda: STIR Virtual Interim: June 16
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 12 Jun 2017 20:55:32 -0000

STIR Virtual Interim
June 19, 2017
1400-1530 US EDT (all times below are EDT)
https://ietf.webex.com/ietf/j.php?MTID=m6f6300057f2ed3a84c61c03bc6fd74db
----------------

1400-1410 Administrivia
1410-1430 Out-of-band (Jon Peterson)
1430-1450 Passport Extension: RPH (Martin Dolly)
1450-1510 Passport Extension: cnam (Jon Peterson)
1510-1530 Passport Extension: divert (Jon Peterson)

If we finish sufficiently ahead of schedule, we can
start discussing connected identity.


From nobody Wed Jun 14 13:46:35 2017
Return-Path: <prvs=1338179857=jon.peterson@neustar.biz>
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 5A5651287A3 for <stir@ietfa.amsl.com>; Wed, 14 Jun 2017 13:46:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=neustar.biz
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TizTUnU8G782 for <stir@ietfa.amsl.com>; Wed, 14 Jun 2017 13:46:32 -0700 (PDT)
Received: from mx0b-0018ba01.pphosted.com (mx0b-0018ba01.pphosted.com [67.231.157.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A99A12943D for <stir@ietf.org>; Wed, 14 Jun 2017 13:46:32 -0700 (PDT)
Received: from pps.filterd (m0049401.ppops.net [127.0.0.1]) by mx0b-0018ba01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v5EKgstR000595; Wed, 14 Jun 2017 16:46:30 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=neustar.biz; h=from : to : subject : date : message-id : references : in-reply-to : content-type : content-id : content-transfer-encoding : mime-version; s=neustar-biz; bh=RWoqSH3pBDsuHwk90MHIC7gwC0j+795GAAjfgbYs2Os=; b=03kx9ysFIu4LQwF981sBnNxpZvnDxPq5M1wTpzIHtAatRWTq0cofV5zZxSnYUXyTAINQ n+S/GcwvlEHYTlzH1tDZQ0txL3FNB6q1TEAR69incVWOFC4PJFaiDs54IOv5v8X+/lHS hV4Q/SfZ2MrIZeCks1DdvL0ulvvVZAm9tDg855/fCkeZSsYkJpnNjS6zvx0YJrGQumH5 OyAUiXRn9iNaAHp5il8PGOK5sp7cTrTBIyo8VN/2yOFRADPSOYnu3YJQkbVoBiPfN3r2 HO4xqRkBhvlcr3sTVKQra55hWEq8zpNCyurQTfZ4cze7rmD6OCcSqpOS0aomoWIng/r9 Ag== 
Received: from stntexhc12.cis.neustar.com ([156.154.17.216]) by mx0b-0018ba01.pphosted.com with ESMTP id 2b21cs9jqu-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Jun 2017 16:46:30 -0400
Received: from STNTEXMB10.cis.neustar.com ([169.254.5.211]) by stntexhc12.cis.neustar.com ([::1]) with mapi id 14.03.0279.002; Wed, 14 Jun 2017 16:46:29 -0400
From: "Peterson, Jon" <jon.peterson@neustar.biz>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Agenda: STIR Virtual Interim: June 16
Thread-Index: AQHS474+KGIQA3Ibl0mJpZoMUV6sg6Ik1xeA
Date: Wed, 14 Jun 2017 20:46:29 +0000
Message-ID: <D56717BF.1DA3E8%jon.peterson@neustar.biz>
References: <d19d2563-2f3d-9c77-f372-6fe59958d9fa@nostrum.com>
In-Reply-To: <d19d2563-2f3d-9c77-f372-6fe59958d9fa@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.6.3.160329
x-originating-ip: [10.96.12.223]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <6A742424EC6AEC40AFAAAF18213EE0E8@neustar.biz>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-14_05:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706140345
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/BLqQhNRvWYfZu5J5iD0E0mwsZW4>
Subject: Re: [stir] Agenda: STIR Virtual Interim: June 16
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 14 Jun 2017 20:46:34 -0000

For our discussion on Friday, here are a few fresh documents:

https://datatracker.ietf.org/doc/draft-peterson-passport-divert/

https://datatracker.ietf.org/doc/draft-peterson-stir-cnam/


Of those two, probably the "divert" document is fairly baked at this
point, and I've gotten some feedback that people in the industry think we
need something in this space and that the approach is viable. The "cnam"
document (which really isn't so much focused on traditional CNAM as on
richer data) is a more complex mechanism, but I think it's a credible
general direction and I'd like to talk about the group adopting it.

I also suspect that no candidate drafts for our out-of-band milestone
other than:

https://datatracker.ietf.org/doc/draft-rescorla-stir-fallback/


... are likely to appear, and we should adopt it as well. This revision
largely focused on questions of how to authorize the storage and retrieval
of PASSporTs from a CPS in support of out of band.

Talk to you all on Friday!

Jon Peterson
Neustar, Inc.

On 6/12/17, 4:55 PM, "stir on behalf of Robert Sparks"
<stir-bounces@ietf.org on behalf of rjsparks@nostrum.com> wrote:

>
>STIR Virtual Interim
>June 19, 2017
>1400-1530 US EDT (all times below are EDT)
>https://ietf.webex.com/ietf/j.php?MTID=3Dm6f6300057f2ed3a84c61c03bc6fd74db
>----------------
>
>1400-1410 Administrivia
>1410-1430 Out-of-band (Jon Peterson)
>1430-1450 Passport Extension: RPH (Martin Dolly)
>1450-1510 Passport Extension: cnam (Jon Peterson)
>1510-1530 Passport Extension: divert (Jon Peterson)
>
>If we finish sufficiently ahead of schedule, we can
>start discussing connected identity.
>
>_______________________________________________
>stir mailing list
>stir@ietf.org
>https://www.ietf.org/mailman/listinfo/stir


From nobody Wed Jun 14 20:52:16 2017
Return-Path: <rjsparks@nostrum.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 143A812946A for <stir@ietfa.amsl.com>; Wed, 14 Jun 2017 20:52:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.88
X-Spam-Level: 
X-Spam-Status: No, score=-1.88 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id esqv-huU-I-O for <stir@ietfa.amsl.com>; Wed, 14 Jun 2017 20:52:14 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2679712944F for <stir@ietf.org>; Wed, 14 Jun 2017 20:52:14 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5F3qDb5097243 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Wed, 14 Jun 2017 22:52:13 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
References: <d19d2563-2f3d-9c77-f372-6fe59958d9fa@nostrum.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <a9be4162-2ca9-84be-4716-c913b04c4f45@nostrum.com>
Date: Wed, 14 Jun 2017 22:52:13 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
In-Reply-To: <d19d2563-2f3d-9c77-f372-6fe59958d9fa@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/mIbVxuSymwrPmb-ybT5eJ64q3GA>
Subject: Re: [stir] Agenda: STIR Virtual Interim: June 16
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Thu, 15 Jun 2017 03:52:16 -0000

On 6/12/17 3:55 PM, Robert Sparks wrote:
>
> STIR Virtual Interim
> June 19, 2017
Someone pointed out the typo above - that should be a 16 (Friday), as 
the subject and the announcement from the secretariat shows.
> 1400-1530 US EDT (all times below are EDT)
> https://ietf.webex.com/ietf/j.php?MTID=m6f6300057f2ed3a84c61c03bc6fd74db
> ----------------
>
> 1400-1410 Administrivia
> 1410-1430 Out-of-band (Jon Peterson)
> 1430-1450 Passport Extension: RPH (Martin Dolly)
> 1450-1510 Passport Extension: cnam (Jon Peterson)
> 1510-1530 Passport Extension: divert (Jon Peterson)
>
> If we finish sufficiently ahead of schedule, we can
> start discussing connected identity.
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Thu Jun 15 05:10:52 2017
Return-Path: <md3135@att.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 954081277BB for <stir@ietfa.amsl.com>; Thu, 15 Jun 2017 05:10:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.399
X-Spam-Level: 
X-Spam-Status: No, score=-5.399 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.8, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P4I8LUF1Wcb0 for <stir@ietfa.amsl.com>; Thu, 15 Jun 2017 05:10:48 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0b-00191d01.pphosted.com [67.231.157.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8F1851201FA for <stir@ietf.org>; Thu, 15 Jun 2017 05:10:48 -0700 (PDT)
Received: from pps.filterd (m0049458.ppops.net [127.0.0.1]) by m0049458.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5FC4waw044322; Thu, 15 Jun 2017 08:10:45 -0400
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049458.ppops.net-00191d01. with ESMTP id 2b3ekswse7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 15 Jun 2017 08:10:45 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5FCAiMK013469; Thu, 15 Jun 2017 08:10:45 -0400
Received: from mlpi407.sfdc.sbc.com (mlpi407.sfdc.sbc.com [130.9.128.239]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5FCAcMg013386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 15 Jun 2017 08:10:40 -0400
Received: from MISOUT7MSGHUBAH.ITServices.sbc.com (MISOUT7MSGHUBAH.itservices.sbc.com [130.9.129.152]) by mlpi407.sfdc.sbc.com (RSA Interceptor); Thu, 15 Jun 2017 12:10:32 GMT
Received: from MISOUT7MSGUSRDB.ITServices.sbc.com ([169.254.2.162]) by MISOUT7MSGHUBAH.ITServices.sbc.com ([130.9.129.152]) with mapi id 14.03.0319.002; Thu, 15 Jun 2017 08:10:32 -0400
From: "DOLLY, MARTIN C" <md3135@att.com>
To: "Peterson, Jon" <jon.peterson@neustar.biz>, Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Agenda: STIR Virtual Interim: June 16
Thread-Index: AQHS474/SafiXGP/EU+NE1FByQNdrqIlGimAgAC+c2A=
Date: Thu, 15 Jun 2017 12:10:31 +0000
Message-ID: <E42CCDDA6722744CB241677169E836564AE27081@MISOUT7MSGUSRDB.ITServices.sbc.com>
References: <d19d2563-2f3d-9c77-f372-6fe59958d9fa@nostrum.com> <D56717BF.1DA3E8%jon.peterson@neustar.biz>
In-Reply-To: <D56717BF.1DA3E8%jon.peterson@neustar.biz>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [130.10.204.98]
Content-Type: multipart/alternative; boundary="_000_E42CCDDA6722744CB241677169E836564AE27081MISOUT7MSGUSRDB_"
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-15_06:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706150217
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/Oh3Uy4i9YqHRnHB5XJ_Mb6GYGQM>
Subject: Re: [stir] Agenda: STIR Virtual Interim: June 16
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Thu, 15 Jun 2017 12:10:51 -0000

--_000_E42CCDDA6722744CB241677169E836564AE27081MISOUT7MSGUSRDB_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

For the RPH Passport Extension:
A new version of I-D, draft-singh-stir-rph-00.txt has been successfully sub=
mitted by Martin Dolly and posted to the IETF repository.

Name:           draft-singh-stir-rph
Revision:       00
Title:          PASSporT Extension for Resource-Priority Authorization
Document date:  2017-06-06
Group:          Individual Submission
Pages:          9
URL:            https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.=
ietf.org_internet-2Ddrafts_draft-2Dsingh-2Dstir-2Drph-2D00.txt&d=3DDwICaQ&c=
=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG0r2g&m=3DCmcYTb6mMoBGn0_Cpn=
ETN-1CBCrt-yfA3vx40apHAn4&s=3DGxyCvZx0KsnD34S8RpO5LvR_HfvMeeViCqTwC4vFHoc&e=
=3D
Status:         https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__data=
tracker.ietf.org_doc_draft-2Dsingh-2Dstir-2Drph_&d=3DDwICaQ&c=3DLFYZ-o9_HUM=
eMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG0r2g&m=3DCmcYTb6mMoBGn0_CpnETN-1CBCrt-yfA=
3vx40apHAn4&s=3DjD8q7kdijCmyUcxYlDWGiJxBt9o-09mgVyhbDjAPy4E&e=3D
Htmlized:       https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__tool=
s.ietf.org_html_draft-2Dsingh-2Dstir-2Drph-2D00&d=3DDwICaQ&c=3DLFYZ-o9_HUMe=
MTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG0r2g&m=3DCmcYTb6mMoBGn0_CpnETN-1CBCrt-yfA3=
vx40apHAn4&s=3D8H_tVNvj2FtK4SXVWzMvHhsQpT2pomlFNQw_WdChR4M&e=3D
Htmlized:       https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__data=
tracker.ietf.org_doc_html_draft-2Dsingh-2Dstir-2Drph-2D00&d=3DDwICaQ&c=3DLF=
YZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG0r2g&m=3DCmcYTb6mMoBGn0_CpnETN-1=
CBCrt-yfA3vx40apHAn4&s=3DXAH-y49Eat9KRnQ09QhedTVuNchAEyYnZCsUr3h1cQc&e=3D


Abstract:
   This document extends the PASSporT object to convey
   cryptographically-signed assertions of authorization for
   communications 'Resource-Priority'.  It extends PASSporT to allow
   cryptographic-signing of the SIP 'Resource-Priority" header field
   which is used for communications resource prioritization.  It also
   describes how the PASSPorT extension is used in SIP signaling to
   convey assertions of authorization of the information in the SIP
   'Resource-Priority' header field.



--_000_E42CCDDA6722744CB241677169E836564AE27081MISOUT7MSGUSRDB_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left:=
 #800000 2px solid; } --></style>
</head>
<body>
<font face=3D"Calibri" size=3D"2"><span style=3D"font-size:11pt;">
<div>For the RPH Passport Extension:</div>
<div>A new version of I-D, draft-singh-stir-rph-00.txt has been successfull=
y submitted by Martin Dolly and posted to the IETF repository.</div>
<div>&nbsp;</div>
<div>Name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; draf=
t-singh-stir-rph</div>
<div>Revision:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00</div>
<div>Title:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PASSporT =
Extension for Resource-Priority Authorization</div>
<div>Document date:&nbsp; 2017-06-06</div>
<div>Group:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Individua=
l Submission</div>
<div>Pages:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9</div>
<div>URL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 <a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf=
.org_internet-2Ddrafts_draft-2Dsingh-2Dstir-2Drph-2D00.txt&amp;d=3DDwICaQ&a=
mp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb=
6mMoBGn0_CpnETN-1CBCrt-yfA3vx40apHAn4&amp;s=3DGxyCvZx0KsnD34S8RpO5LvR_HfvMe=
eViCqTwC4vFHoc&amp;e"><font color=3D"#0563C1"><u>https://urldefense.proofpo=
int.com/v2/url?u=3Dhttps-3A__www.ietf.org_internet-2Ddrafts_draft-2Dsingh-2=
Dstir-2Drph-2D00.txt&amp;d=3DDwICaQ&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3D=
G9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb6mMoBGn0_CpnETN-1CBCrt-yfA3vx40apHAn4&=
amp;s=3DGxyCvZx0KsnD34S8RpO5LvR_HfvMeeViCqTwC4vFHoc&amp;e</u></font></a>=3D
</div>
<div>Status:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=3D"htt=
ps://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__datatracker.ietf.org_do=
c_draft-2Dsingh-2Dstir-2Drph_&amp;d=3DDwICaQ&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg=
&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb6mMoBGn0_CpnETN-1CBCrt-yfA3vx=
40apHAn4&amp;s=3DjD8q7kdijCmyUcxYlDWGiJxBt9o-09mgVyhbDjAPy4E&amp;e"><font c=
olor=3D"#0563C1"><u>https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__=
datatracker.ietf.org_doc_draft-2Dsingh-2Dstir-2Drph_&amp;d=3DDwICaQ&amp;c=
=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb6mMo=
BGn0_CpnETN-1CBCrt-yfA3vx40apHAn4&amp;s=3DjD8q7kdijCmyUcxYlDWGiJxBt9o-09mgV=
yhbDjAPy4E&amp;e</u></font></a>=3D
</div>
<div>Htmlized:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=3D"https://urlde=
fense.proofpoint.com/v2/url?u=3Dhttps-3A__tools.ietf.org_html_draft-2Dsingh=
-2Dstir-2Drph-2D00&amp;d=3DDwICaQ&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9=
v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb6mMoBGn0_CpnETN-1CBCrt-yfA3vx40apHAn4&am=
p;s=3D8H_tVNvj2FtK4SXVWzMvHhsQpT2pomlFNQw_WdChR4M&amp;e"><font color=3D"#05=
63C1"><u>https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__tools.ietf.=
org_html_draft-2Dsingh-2Dstir-2Drph-2D00&amp;d=3DDwICaQ&amp;c=3DLFYZ-o9_HUM=
eMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb6mMoBGn0_CpnETN-1C=
BCrt-yfA3vx40apHAn4&amp;s=3D8H_tVNvj2FtK4SXVWzMvHhsQpT2pomlFNQw_WdChR4M&amp=
;e</u></font></a>=3D
</div>
<div>Htmlized:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href=3D"https://urlde=
fense.proofpoint.com/v2/url?u=3Dhttps-3A__datatracker.ietf.org_doc_html_dra=
ft-2Dsingh-2Dstir-2Drph-2D00&amp;d=3DDwICaQ&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&=
amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcYTb6mMoBGn0_CpnETN-1CBCrt-yfA3vx4=
0apHAn4&amp;s=3DXAH-y49Eat9KRnQ09QhedTVuNchAEyYnZCsUr3h1cQc&amp;e"><font co=
lor=3D"#0563C1"><u>https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__d=
atatracker.ietf.org_doc_html_draft-2Dsingh-2Dstir-2Drph-2D00&amp;d=3DDwICaQ=
&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DCmcY=
Tb6mMoBGn0_CpnETN-1CBCrt-yfA3vx40apHAn4&amp;s=3DXAH-y49Eat9KRnQ09QhedTVuNch=
AEyYnZCsUr3h1cQc&amp;e</u></font></a>=3D
</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Abstract:</div>
<div>&nbsp;&nbsp; This document extends the PASSporT object to convey</div>
<div>&nbsp;&nbsp; cryptographically-signed assertions of authorization for<=
/div>
<div>&nbsp;&nbsp; communications 'Resource-Priority'.&nbsp; It extends PASS=
porT to allow</div>
<div>&nbsp;&nbsp; cryptographic-signing of the SIP 'Resource-Priority&quot;=
 header field</div>
<div>&nbsp;&nbsp; which is used for communications resource prioritization.=
&nbsp; It also</div>
<div>&nbsp;&nbsp; describes how the PASSPorT extension is used in SIP signa=
ling to</div>
<div>&nbsp;&nbsp; convey assertions of authorization of the information in =
the SIP</div>
<div>&nbsp;&nbsp; 'Resource-Priority' header field.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</span></font>
</body>
</html>

--_000_E42CCDDA6722744CB241677169E836564AE27081MISOUT7MSGUSRDB_--


From nobody Fri Jun 16 07:47:37 2017
Return-Path: <rjsparks@nostrum.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 E6F1913184E for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 07:47:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id THM1ncczDREM for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 07:47:33 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4CD80131928 for <stir@ietf.org>; Fri, 16 Jun 2017 07:42:25 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GEgOxQ042495 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 16 Jun 2017 09:42:24 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <a0c6a481-d948-0706-e7bf-435eca7798e9@nostrum.com>
Date: Fri, 16 Jun 2017 09:42:24 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/tAhE7jD6OWTlGHO-MLQavpODm1s>
Subject: [stir] Comments on draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 14:47:36 -0000

Are Identity Header field values ordered? (I don't think so - I think 
they form
an unordered set, and if some intermediary reordered them it wouldn't change
what they mean). I ask because this draft talks about "earlier PASSport"s. I
suggest that langauge be changed to say a "different PASSport" and where
applicable "already in the message".

(Aside: I wonder if we created unnecessary complexity by not allowing the
passports to appear comma separated on a single Identity: line so it 
could be
handled like a generic header field.)

The first paragraph of 4.1 could be misread to say you are replacing an
Identity header field value rather than adding a new one. You could 
avoid that
by saying "The resulting compact form Identity header field value to add 
to the
message" or better, expand the example to show before and after.

In the second paragraph of 4.2, I think it would be good to point back to
4474bis for what to do when there are invalid Identity header field values.

The Security Considerations section says "the only consequence will be that
downstream entities will have less confidence that the PASSport was mean 
to be
associated with this call". I don't think that's quite right. If the call is
retargetted and no PASSport is created for the retargetting, the 
recipient must
treat the original PASSport as invalid and thus must ignore it.

Nits:

Abstract: "originally destination"

Introduction : "numebr"

Section 3: 3rd paragraph. The second sentence (starting 'The "orig" 
value MUST
be copied' is very complex - can it be separated into several sentences?

The document needs to use "header field" and "header field value" a lot of
places it currently uses "header"


From nobody Fri Jun 16 08:05:06 2017
Return-Path: <rjsparks@nostrum.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 22F05126D46 for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 08:05:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IBgqwD08PaeB for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 08:05:03 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C837126B6D for <stir@ietf.org>; Fri, 16 Jun 2017 08:05:03 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GF514D045997 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 16 Jun 2017 10:05:02 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <5a3e272e-e4ac-47ec-d1cb-349670c91250@nostrum.com>
Date: Fri, 16 Jun 2017 10:05:01 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/Q8QuDftPse4wIZ8XninjSj3xHxE>
Subject: [stir] Comments on draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 15:05:05 -0000

The document currently uses "Third party PASSport" too generically. It 
needs to
say "Third party cnam PASSport" or something similar so it doesn't restrict
other extensions that might involve a third party.

In the context of the discussion at "Relying parties in STIR have always
been left to make thier own authorization decisions": It's not yet clear
to me from the text that we require _both_ an attestation of "orig" from
a proper authority and an attestation of "cnam", especially when the
authorities are different. What text do we have that keeps a pasted
cnam passport with some non-matching "orig" from being treated as valid?

It would be good to specify _where_ in the IANA registries to put the 
CNA types registry. (We put the extension name registry too high in the 
hierarchy perhaps.)

Nits:

Introduction first paragraph: third sentence (starts with "This 
specification
documents"). This sentence gets complicated around ", provided it". Can 
it be
simplified?

Is the last paragraph of section 4 an introduction to section 5? If so,
consider moving it into section 5.

The last two sentences of the first paragraph of section 5 are hard to 
get through. Simplifying the next to last sentence would help, but you 
may be able to make the point more simply.






From nobody Fri Jun 16 08:18:15 2017
Return-Path: <rjsparks@nostrum.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 089EA129508 for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 08:18:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G0sEuBWlyMrX for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 08:18:12 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6DB70124D85 for <stir@ietf.org>; Fri, 16 Jun 2017 08:18:12 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GFIAU1048338 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 16 Jun 2017 10:18:11 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <0afe3f1a-92f8-4010-69a8-355fd50c1da1@nostrum.com>
Date: Fri, 16 Jun 2017 10:18:10 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/zZ9xR01hHKmLUHGWai2jiMmUY4c>
Subject: [stir] Comments on draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 15:18:14 -0000

1) I'm not sure why we need to the label "Resource-Priority" in

{"auth":"Resource-Priority: ets.0"}

Why isn't that simply

{"auth":"ets.0"}?

or

{"rp":"ets.0"}?

2) Clarify whether you are looking for the possibility that a different 
authority signs this claim or if you're always expecting this claim to 
be signed by the same authority as the base claims. If they can be 
different (and we're talking separate passports), some additional 
description of the verification logic is needed to help address 
cut-paste attacks.

3) In section 4.2, is the implication that the compact form of passport 
is not allowed when using this extension? If so, saying that explicitly 
would be better.

4) Could you say more about the first bullet in 7.2 - it's not clear 
it's salient to this particular spec?

5) (Minor thing, probably in the weeds) : Is there a use case in the 
real world now where a user gets an enhanced priority, but is only 
allowed to use it once? If so, this spec should call out that this 
mechanism doesn't restrict the user to one call. They can call as many 
times as they can send an INVITE within the acceptable iat window and 
have the assertions check out. There will be out-of-protocol 
consequences of course...

Nits:

The first paragraph of 7.1 has a sentence that doesn't parse starting at 
"A uniqueness of the set"

Text two bullets look like they're repeating the base spec and probably 
don't need to be here?




From nobody Fri Jun 16 08:25:47 2017
Return-Path: <rjsparks@nostrum.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 267001201F8 for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 08:25:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KdMrvAgpWXvC for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 08:25:43 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4048F126E01 for <stir@ietf.org>; Fri, 16 Jun 2017 08:25:43 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GFPger049770 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 16 Jun 2017 10:25:42 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <8005efd1-b2ba-6a03-5914-e003f9aa38db@nostrum.com>
Date: Fri, 16 Jun 2017 10:25:42 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/CSVfF6EeIg4KzFxHAKqPP-fWKGc>
Subject: [stir] comments on draft-rescorla-stir-fallback-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 15:25:45 -0000

A thought and an observation:

1) At the point where you're speculating how the CPS might figure out 
what objects to return for a given query, it occurs to me that the 
publisher could _say_ what objects are associated, at least in some 
circumstances - div in particular.

An agent making a diversion has possession of the original passport. 
Send it (or a hash of it) as part of the insertion request for the div 
passport. Then the CPS can bind it to the copy of the original it 
already has.

2) The treatment of multiple passports here further reinforces that the 
set of passports associated with a particular call is an unordered set 
(see my comment about the order of identity header field values in my 
comments on 'div')



From nobody Fri Jun 16 10:48:25 2017
Return-Path: <prvs=1340bc1f46=jon.peterson@team.neustar>
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 E1CB912945F for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 10:48:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=team.neustar
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DbF2CUYPMiAz for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 10:48:21 -0700 (PDT)
Received: from mx0b-0018ba01.pphosted.com (mx0a-0018ba01.pphosted.com [67.231.149.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD81612957F for <stir@ietf.org>; Fri, 16 Jun 2017 10:48:21 -0700 (PDT)
Received: from pps.filterd (m0078666.ppops.net [127.0.0.1]) by mx0a-0018ba01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v5GHhbLD025028; Fri, 16 Jun 2017 13:48:21 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=team.neustar; h=from : to : subject : date : message-id : references : in-reply-to : content-type : content-id : content-transfer-encoding : mime-version; s=selector1; bh=klTLYpkBJrEipmKcp5aq6VKWzDioRuuO1OpVC8ANBTU=; b=FdoEhoNZnHUGZ1is9D1cL6F2DkJehu3FRYwDUGaNBGYEBF5VBrNowJDpOj1zkqyPfxsE /9QWPM0gtRm5YcyGGFnuzKDweswoiY4rp9L4iynFqMVby+zvpMIVSGsQxUAU5hPg7F83 US4hh+z1lekxSo6TrLDRtlha5di/c3/tJr/9an/thmMQzQiOXB5oQJXESGJB5BqfAsET R2v/ignnEQWLAhbEtQhfEwMJwCIHUguLt3YjgPUQmi+hnrMLhJIjOtb0phGi6Bq3T01n s5cm6kjmY2RV88l0F4r+FdntL2c6YmKOkCH04YMbcC5C/oRiPOvStjGnMsuF2DUO0Tp5 3A== 
Received: from stntexhc12.cis.neustar.com ([156.154.17.216]) by mx0a-0018ba01.pphosted.com with ESMTP id 2b0cvrrdqd-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jun 2017 13:48:21 -0400
Received: from stntexmb12.cis.neustar.com ([169.254.2.239]) by stntexhc12.cis.neustar.com ([::1]) with mapi id 14.03.0279.002; Fri, 16 Jun 2017 13:48:20 -0400
From: "Peterson, Jon" <jon.peterson@team.neustar>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Comments on draft-peterson-stir-cnam-02
Thread-Index: AQHS5rH3kcg3875bkkK5D4JNXn8pkKInxBIA
Date: Fri, 16 Jun 2017 17:48:19 +0000
Message-ID: <D5698E48.1DA4A6%jon.peterson@neustar.biz>
References: <5a3e272e-e4ac-47ec-d1cb-349670c91250@nostrum.com>
In-Reply-To: <5a3e272e-e4ac-47ec-d1cb-349670c91250@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.6.3.160329
x-originating-ip: [10.96.12.223]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <F92F47030D12B44F90F094ACEFB40721@neustar.biz>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-16_10:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706160294
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/6ahAVNI6M8onRwDw1gnxYZKnMwQ>
Subject: Re: [stir] Comments on draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 17:48:24 -0000

Thanks for nits and notes, definitely we should keep straight what we mean
by third parties here.

>In the context of the discussion at "Relying parties in STIR have always
>been left to make thier own authorization decisions": It's not yet clear
>to me from the text that we require _both_ an attestation of "orig" from
>a proper authority and an attestation of "cnam", especially when the
>authorities are different. What text do we have that keeps a pasted
>cnam passport with some non-matching "orig" from being treated as valid?

What we're trying to do by having "orig" and "cnam" under a signature from
the same authority is to bind the "cna" to the call from a particular
number (or whatever originating identifier) that someone is trying to set
up. I mean, for the third party case we could effectively use a different
claim to represent the telephone number, one that doesn't have the
semantics of "this is the originator of a telephone call" - like say the
JWT claim for phone_number already in the IANA registry. But the design
goal here is to mirror the syntax of the first party case here, and also
to make it clear that the third-party "cna" is data about a -call-, not
just a number. Maybe if we made that distinction clearer in the text, it
would help explain the design rationale.

>It would be good to specify _where_ in the IANA registries to put the
>CNA types registry. (We put the extension name registry too high in the
>hierarchy perhaps.)

Roger.

Jon Peterson
Neustar, Inc.


From nobody Fri Jun 16 10:48:39 2017
Return-Path: <rjsparks@nostrum.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 4262012EA67 for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 10:48:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bq5p-qmSBHpL for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 10:48:30 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 56656129B48 for <stir@ietf.org>; Fri, 16 Jun 2017 10:48:30 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GHmTKg072864 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 16 Jun 2017 12:48:29 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: "Peterson, Jon" <jon.peterson@team.neustar>, "stir@ietf.org" <stir@ietf.org>
References: <a0c6a481-d948-0706-e7bf-435eca7798e9@nostrum.com> <D5698C05.1DA47F%jon.peterson@neustar.biz>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <87256283-87aa-587b-5559-d7f1a57f37c6@nostrum.com>
Date: Fri, 16 Jun 2017 12:48:29 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
In-Reply-To: <D5698C05.1DA47F%jon.peterson@neustar.biz>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/43oGn5FAnDhxtrFv4PWJ0sEW1Dg>
Subject: Re: [stir] Comments on draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 17:48:32 -0000

On 6/16/17 12:31 PM, Peterson, Jon wrote:
>
> I think we can clarify these fairly easily for the most part. I don't
> think Identity header field values are ordered, no. And definitely we
> should be clear that we're not telling anyone to delete prior PASSporTs.
> And much thanks for the nits.
>
> To this point though:
>
>> The Security Considerations section says "the only consequence will be
>> that
>> downstream entities will have less confidence that the PASSport was meant
>> to be
>> associated with this call". I don't think that's quite right. If the call
>> is
>> retargetted and no PASSport is created for the retargetting, the
>> recipient must
>> treat the original PASSport as invalid and thus must ignore it.
> Let's say I have call forwarding set up from my office phone to my cell
> phone, and imagine my cell has a verification service built in to it. If
> my office retargets a call and no PASSporT is created for the retargeting,
> when I receive the SIP request with a PASSporT (provided it's full form),
> my phone could inspect the "dest" and see that the original called number
> was my office phone. I imagine the phone could render that information to
> me: "hey, this call is signed, but it was signed 'to' this number - that
> okay?". If I saw that, I wouldn't be confused about the situation - I'd be
> less confident than I might be with a "div", but still pretty confident.
> So I'd say "must treat as invalid" is too strong. In general I hesitate to
> nail down the authorization policies that way because it might close doors
> we want to keep open.
How is this different than just showing every passport that doesn't 
match this call
to the user? I need to go look at the base spec again, but isn't a 
passport that
doesn't "match" the call by definition invalid?


>
> Jon Peterson
> Neustar, Inc.
>


From prvs=1340bc1f46=jon.peterson@team.neustar  Fri Jun 16 10:31:33 2017
Return-Path: <prvs=1340bc1f46=jon.peterson@team.neustar>
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 40F43129B39 for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 10:31:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=team.neustar
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u7J73iwAHBuj for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 10:31:31 -0700 (PDT)
Received: from mx0b-0018ba01.pphosted.com (mx0a-0018ba01.pphosted.com [67.231.149.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF594129503 for <stir@ietf.org>; Fri, 16 Jun 2017 10:31:31 -0700 (PDT)
Received: from pps.filterd (m0078666.ppops.net [127.0.0.1]) by mx0a-0018ba01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v5GHNMxD010610; Fri, 16 Jun 2017 13:31:30 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=team.neustar; h=from : to : subject : date : message-id : references : in-reply-to : content-type : content-id : content-transfer-encoding : mime-version; s=selector1; bh=d8R84VECCc/ALgMsqk1IRQN1kQR3Xe0eJaZh1pzvs8o=; b=or+LWyPNuUTRZvplnwljqzM/Px6/NJ6lMDUAxt5IhKM8sdRnA8HNMoACaFqtCQ5AjOZe O1wDoEYjGAZ1xZXcBkk6+/hx7thRjqG1eFThpMWBtX1kObUi9yzLX3Z0agwDmRmPAJMv 4kIubcwi+PK62ziXuYhCOe3EFk1eVMF7EGoGIchF8vDrM8LHlK927CvKi39RYk8Emra1 dXGoksTY9HtZCIWfrdwE5JcI/wMl18sEv5gbi82HF2+iwa7g/Ar+7y5AyolbQUZ3O8i3 Af8iNXcMThzV1CYvqAjVF38bYGbO6gNvfEtx3RlNx5vVEOSJJ6ubsprkWhSL6D8IF7H8 GQ== 
Received: from stntexhc10.cis.neustar.com ([156.154.17.216]) by mx0a-0018ba01.pphosted.com with ESMTP id 2b0cvrrcfp-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jun 2017 13:31:30 -0400
Received: from stntexmb12.cis.neustar.com ([169.254.2.239]) by stntexhc10.cis.neustar.com ([10.31.58.69]) with mapi id 14.03.0279.002; Fri, 16 Jun 2017 13:31:29 -0400
From: "Peterson, Jon" <jon.peterson@team.neustar>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Comments on draft-peterson-passport-divert-01
Thread-Index: AQHS5q+Dk/stCWmRekmh5Ged9YhMZ6Inv2KA
Date: Fri, 16 Jun 2017 17:31:28 +0000
Message-ID: <D5698C05.1DA47F%jon.peterson@neustar.biz>
References: <a0c6a481-d948-0706-e7bf-435eca7798e9@nostrum.com>
In-Reply-To: <a0c6a481-d948-0706-e7bf-435eca7798e9@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.6.3.160329
x-originating-ip: [10.96.12.223]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <722BB31B9E7B2446A9EC00540E2AD83D@neustar.biz>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-16_10:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706160289
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/FSQ3buBuLbB-kKMmTl0izbg0qeI>
X-Mailman-Approved-At: Fri, 16 Jun 2017 10:56:21 -0700
Subject: Re: [stir] Comments on draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 17:39:58 -0000

I think we can clarify these fairly easily for the most part. I don't
think Identity header field values are ordered, no. And definitely we
should be clear that we're not telling anyone to delete prior PASSporTs.
And much thanks for the nits.

To this point though:

>The Security Considerations section says "the only consequence will be
>that
>downstream entities will have less confidence that the PASSport was meant
>to be
>associated with this call". I don't think that's quite right. If the call
>is
>retargetted and no PASSport is created for the retargetting, the
>recipient must
>treat the original PASSport as invalid and thus must ignore it.

Let's say I have call forwarding set up from my office phone to my cell
phone, and imagine my cell has a verification service built in to it. If
my office retargets a call and no PASSporT is created for the retargeting,
when I receive the SIP request with a PASSporT (provided it's full form),
my phone could inspect the "dest" and see that the original called number
was my office phone. I imagine the phone could render that information to
me: "hey, this call is signed, but it was signed 'to' this number - that
okay?". If I saw that, I wouldn't be confused about the situation - I'd be
less confident than I might be with a "div", but still pretty confident.
So I'd say "must treat as invalid" is too strong. In general I hesitate to
nail down the authorization policies that way because it might close doors
we want to keep open.

Jon Peterson
Neustar, Inc.


From nobody Fri Jun 16 11:01:18 2017
Return-Path: <prvs=1340bc1f46=jon.peterson@team.neustar>
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 559C21294CC for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 11:01:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=team.neustar
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fnNN2wlBl2_m for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 11:01:13 -0700 (PDT)
Received: from mx0b-0018ba01.pphosted.com (mx0a-0018ba01.pphosted.com [67.231.149.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A862712EA76 for <stir@ietf.org>; Fri, 16 Jun 2017 11:01:13 -0700 (PDT)
Received: from pps.filterd (m0078664.ppops.net [127.0.0.1]) by mx0a-0018ba01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v5GHr4kq010518; Fri, 16 Jun 2017 14:01:12 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=team.neustar; h=from : to : subject : date : message-id : references : in-reply-to : content-type : content-id : content-transfer-encoding : mime-version; s=selector1; bh=V+ZSBoPf5WyqPi5+se+0bnwUQJCdrvziKqDKd7e40VM=; b=fQpKjCqpio+353fa6S6aJ9APaMIWCD8kOHHwhxci1MDn6QsfiiVk1mHqxVHAGk+fe8pM jm5nkZWWSdONWwOj1fP+6UB/ED1gL6R5zCNPstqarq3eQZBf0KVL2Fjh6Z4o5xrTS/0l tRPGanw9uzZejS1yd5QVleF9aLFxWXc0rCWys//yuPTBK+pPuAY6VhYGzJJzyFNONECf ulpr17tZ5HJnIwxZTRby9jQAVzMtshLltZmfBrbHPk3g2hVPTZsqLYzlvtdwUkg5Kboh 8b+xaSegPUUxPvd2hwwfs/O4xXtb71lI4VCQRHACAfRks3FrXWnISLxfAqSCE1ySgAXd yA== 
Received: from stntexhc10.cis.neustar.com ([156.154.17.216]) by mx0a-0018ba01.pphosted.com with ESMTP id 2b0bdw8g3s-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jun 2017 14:01:11 -0400
Received: from stntexmb12.cis.neustar.com ([169.254.2.239]) by stntexhc10.cis.neustar.com ([10.31.58.69]) with mapi id 14.03.0279.002; Fri, 16 Jun 2017 14:01:10 -0400
From: "Peterson, Jon" <jon.peterson@team.neustar>
To: Robert Sparks <rjsparks@nostrum.com>, "Peterson, Jon" <jon.peterson@team.neustar>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [EXTERNAL] Re: [stir] Comments on draft-peterson-passport-divert-01
Thread-Index: AQHS5q+Dk/stCWmRekmh5Ged9YhMZ6Inv2KAgABH04D//8B5gA==
Date: Fri, 16 Jun 2017 18:01:09 +0000
Message-ID: <D56992AF.1DA4F8%jon.peterson@neustar.biz>
References: <a0c6a481-d948-0706-e7bf-435eca7798e9@nostrum.com> <D5698C05.1DA47F%jon.peterson@neustar.biz> <87256283-87aa-587b-5559-d7f1a57f37c6@nostrum.com>
In-Reply-To: <87256283-87aa-587b-5559-d7f1a57f37c6@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/14.6.3.160329
x-originating-ip: [10.96.12.223]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <72B28C57428F7C4B8D68DA33AFA17829@neustar.biz>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-16_10:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706160297
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/j1I5Wx4PJDrpxA7bsGFwexOZONQ>
Subject: Re: [stir] [EXTERNAL] Re: Comments on draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 18:01:17 -0000

Well, define "matching" the call. When dealing with compact form, the
verifier reconstructs the PASSporT from the "To", so if the "To" were
changed by the retarget and no new PASSporT were issued, that would result
in a validation fail. (Of course, if the retargeter just changed the
Request-URI like you're supposed to, that wouldn't be a fail.)

Now, if you have a full-form PASSporT, it will at least be clear which
"dest" was signed - the text in rfc4474bis does rather pointedly say that
using full form can "avoid unnecessary signature breakage caused by
intermediaries that alter certain SIP header fields in transit." That text
(which is from 6.2.4) is not so generous about "orig" - it insists that
"orig" has to match the SIP request, but not "dest".

So yes, I wouldn't want to render a call that has a non-matching "orig" or
an expired "iat" - but I might be more lenient about "dest".

Jon Peterson
Neustar, Inc.

On 6/16/17, 1:48 PM, "Robert Sparks" <rjsparks@nostrum.com> wrote:

>
>
>On 6/16/17 12:31 PM, Peterson, Jon wrote:
>>
>> I think we can clarify these fairly easily for the most part. I don't
>> think Identity header field values are ordered, no. And definitely we
>> should be clear that we're not telling anyone to delete prior PASSporTs.
>> And much thanks for the nits.
>>
>> To this point though:
>>
>>> The Security Considerations section says "the only consequence will be
>>> that
>>> downstream entities will have less confidence that the PASSport was
>>>meant
>>> to be
>>> associated with this call". I don't think that's quite right. If the
>>>call
>>> is
>>> retargetted and no PASSport is created for the retargetting, the
>>> recipient must
>>> treat the original PASSport as invalid and thus must ignore it.
>> Let's say I have call forwarding set up from my office phone to my cell
>> phone, and imagine my cell has a verification service built in to it. If
>> my office retargets a call and no PASSporT is created for the
>>retargeting,
>> when I receive the SIP request with a PASSporT (provided it's full
>>form),
>> my phone could inspect the "dest" and see that the original called
>>number
>> was my office phone. I imagine the phone could render that information
>>to
>> me: "hey, this call is signed, but it was signed 'to' this number - that
>> okay?". If I saw that, I wouldn't be confused about the situation - I'd
>>be
>> less confident than I might be with a "div", but still pretty confident.
>> So I'd say "must treat as invalid" is too strong. In general I hesitate
>>to
>> nail down the authorization policies that way because it might close
>>doors
>> we want to keep open.
>How is this different than just showing every passport that doesn't
>match this call
>to the user? I need to go look at the base spec again, but isn't a
>passport that
>doesn't "match" the call by definition invalid?
>
>
>>
>> Jon Peterson
>> Neustar, Inc.
>>
>


From nobody Fri Jun 16 13:31:44 2017
Return-Path: <rjsparks@nostrum.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 DA5BD127869 for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 13:31:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fKEz_06YnClG for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 13:31:41 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6F6C712783A for <stir@ietf.org>; Fri, 16 Jun 2017 13:31:41 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GKVenH099458 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 16 Jun 2017 15:31:40 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: "stir@ietf.org" <stir@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <318ff23d-4586-4b5c-1eb4-bea88d62e9ce@nostrum.com>
Date: Fri, 16 Jun 2017 15:31:40 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/bN1KXaZaFJN-HcTUAHNt53V4CSQ>
Subject: [stir] Attendees on today's Virtual Interim call
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 20:31:43 -0000

This is who I think was on the call (some interpolation involved since 
people didn't give full names on Webex, and the "participants" panel in 
the recording is lossy).

If you were present and not reflected here. Or if you're listed here and 
weren't actually there, please let me know.

----

Adam Roach

Andy Gallant

Clark Whitten (I'm guessing here - Webex just said 'Clark')

David Frankel

Eric Rescorla

Eric Burger

Hala Mowafy

Janet Gunn

Jon Peterson

Julian Richards

Ken Carlberg

Marc Steigerwald

Mark Desterdick

Martin Dolly

Mary Barnes

Matthew Chiang

Mike Hamilton

Ray Singh

Richard Barnes

Richard Shockey

Robert Sparks

Russ Housley

Timothy Dwight




From nobody Fri Jun 16 13:47:08 2017
Return-Path: <rjsparks@nostrum.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 1FE891292FD for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 13:47:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x9AkW_egjLlo for <stir@ietfa.amsl.com>; Fri, 16 Jun 2017 13:47:05 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F37391289B5 for <stir@ietf.org>; Fri, 16 Jun 2017 13:47:04 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5GKl4Q1002077 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 16 Jun 2017 15:47:04 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
References: <a0c6a481-d948-0706-e7bf-435eca7798e9@nostrum.com> <D5698C05.1DA47F%jon.peterson@neustar.biz> <87256283-87aa-587b-5559-d7f1a57f37c6@nostrum.com> <D56992AF.1DA4F8%jon.peterson@neustar.biz>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <ca2c1fd5-ffcb-6955-6d53-82d65cf7ce3e@nostrum.com>
Date: Fri, 16 Jun 2017 15:47:03 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
In-Reply-To: <D56992AF.1DA4F8%jon.peterson@neustar.biz>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/ZPiU-_mLsdvW-5PjJ9ecbHyaO7E>
Subject: Re: [stir] [EXTERNAL] Re: Comments on draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 16 Jun 2017 20:47:07 -0000

On 6/16/17 1:01 PM, Peterson, Jon wrote:
> Well, define "matching" the call. When dealing with compact form, the
> verifier reconstructs the PASSporT from the "To", so if the "To" were
> changed by the retarget and no new PASSporT were issued, that would result
> in a validation fail. (Of course, if the retargeter just changed the
> Request-URI like you're supposed to, that wouldn't be a fail.)
>
> Now, if you have a full-form PASSporT, it will at least be clear which
> "dest" was signed - the text in rfc4474bis does rather pointedly say that
> using full form can "avoid unnecessary signature breakage caused by
> intermediaries that alter certain SIP header fields in transit." That text
> (which is from 6.2.4) is not so generous about "orig" - it insists that
> "orig" has to match the SIP request, but not "dest".
>
> So yes, I wouldn't want to render a call that has a non-matching "orig" or
> an expired "iat" - but I might be more lenient about "dest".
We're close to the same page, but unless your phone was told ahead of time
that it was ok to treat this random "dest" as something it should recognize
as one of its own, I think there's a problem with the leniency you suggest.

With what you're proposing, Adam could call me, I copy his valid 
passport for the call to me,
and before iat expires, I paste it into a call to you (reusing Adam's 
call's To and From numbers,
but putting your number in the request URI). How are you going to tell 
that apart from a legitimate
call from Adam that got retargetted but no div passport got added?

The checks against "dest" were what were supposed to keep you from 
believing my call was legitimate, right?

So rather than "phone asks if it's ok" I think you're really wanting "I 
told my phone ahead of time that it's ok".
>
> Jon Peterson
> Neustar, Inc.
>
> On 6/16/17, 1:48 PM, "Robert Sparks" <rjsparks@nostrum.com> wrote:
>
>>
>> On 6/16/17 12:31 PM, Peterson, Jon wrote:
>>> I think we can clarify these fairly easily for the most part. I don't
>>> think Identity header field values are ordered, no. And definitely we
>>> should be clear that we're not telling anyone to delete prior PASSporTs.
>>> And much thanks for the nits.
>>>
>>> To this point though:
>>>
>>>> The Security Considerations section says "the only consequence will be
>>>> that
>>>> downstream entities will have less confidence that the PASSport was
>>>> meant
>>>> to be
>>>> associated with this call". I don't think that's quite right. If the
>>>> call
>>>> is
>>>> retargetted and no PASSport is created for the retargetting, the
>>>> recipient must
>>>> treat the original PASSport as invalid and thus must ignore it.
>>> Let's say I have call forwarding set up from my office phone to my cell
>>> phone, and imagine my cell has a verification service built in to it. If
>>> my office retargets a call and no PASSporT is created for the
>>> retargeting,
>>> when I receive the SIP request with a PASSporT (provided it's full
>>> form),
>>> my phone could inspect the "dest" and see that the original called
>>> number
>>> was my office phone. I imagine the phone could render that information
>>> to
>>> me: "hey, this call is signed, but it was signed 'to' this number - that
>>> okay?". If I saw that, I wouldn't be confused about the situation - I'd
>>> be
>>> less confident than I might be with a "div", but still pretty confident.
>>> So I'd say "must treat as invalid" is too strong. In general I hesitate
>>> to
>>> nail down the authorization policies that way because it might close
>>> doors
>>> we want to keep open.
>> How is this different than just showing every passport that doesn't
>> match this call
>> to the user? I need to go look at the base spec again, but isn't a
>> passport that
>> doesn't "match" the call by definition invalid?
>>
>>
>>> Jon Peterson
>>> Neustar, Inc.
>>>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Sat Jun 17 05:35:09 2017
Return-Path: <md3135@att.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 EAE9912948B for <stir@ietfa.amsl.com>; Sat, 17 Jun 2017 05:35:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.4
X-Spam-Level: 
X-Spam-Status: No, score=-5.4 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.8, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DEKo0DFvcZ4B for <stir@ietfa.amsl.com>; Sat, 17 Jun 2017 05:35:06 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0b-00191d01.pphosted.com [67.231.157.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C91AE129484 for <stir@ietf.org>; Sat, 17 Jun 2017 05:35:05 -0700 (PDT)
Received: from pps.filterd (m0049458.ppops.net [127.0.0.1]) by m0049458.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5HCZ2AT006823; Sat, 17 Jun 2017 08:35:02 -0400
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049458.ppops.net-00191d01. with ESMTP id 2b4yvjmh4t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 17 Jun 2017 08:35:02 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5HCYuKl030222; Sat, 17 Jun 2017 08:34:57 -0400
Received: from mlpi409.sfdc.sbc.com (mlpi409.sfdc.sbc.com [130.9.128.241]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5HCYgfb029936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 17 Jun 2017 08:34:52 -0400
Received: from MISOUT7MSGHUBAF.ITServices.sbc.com (MISOUT7MSGHUBAF.itservices.sbc.com [130.9.129.150]) by mlpi409.sfdc.sbc.com (RSA Interceptor); Sat, 17 Jun 2017 12:34:24 GMT
Received: from MISOUT7MSGUSRDB.ITServices.sbc.com ([169.254.2.162]) by MISOUT7MSGHUBAF.ITServices.sbc.com ([130.9.129.150]) with mapi id 14.03.0319.002; Sat, 17 Jun 2017 08:34:24 -0400
From: "DOLLY, MARTIN C" <md3135@att.com>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Comments on draft-singh-stir-rph-00
Thread-Index: AQHS5rPN76224DuwKEeKufTxMJvMcKIo+SPA
Date: Sat, 17 Jun 2017 12:34:23 +0000
Message-ID: <E42CCDDA6722744CB241677169E836564AE359E4@MISOUT7MSGUSRDB.ITServices.sbc.com>
References: <0afe3f1a-92f8-4010-69a8-355fd50c1da1@nostrum.com>
In-Reply-To: <0afe3f1a-92f8-4010-69a8-355fd50c1da1@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [135.70.193.184]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-17_06:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706170233
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/ITtFkmJ0aq08gSXPW_RW579HDBk>
Subject: Re: [stir] Comments on draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 17 Jun 2017 12:35:08 -0000

Robert,

1. ok, we'll change it to, {"auth":"ets.0"}
2. there is one authority or delegate-authority per claim
3. Correct, the compact form is not allowed with this extension, and we wil=
l add explicit wording
4. we will remove the bullet
5. This depends on the "namespace":=20
5a. Civil emergency (e.g., 911) is an example of use is once (on that emerg=
ency call
5b. NS/EP (ets, wps) on a per session request where the user's priority is =
static
5c. MCPTT, the user has a default priority level which can change dynamical=
ly based on the user's role changing (e.g., patrol person is the first at t=
he scene of an incident, the user's priority level is elevated till the SWA=
T team arrives)
	We can add clarifying text

Ok with NITs

We will submit an update prior to the Internet Draft submission cut-off

Thank you,

Martin

-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 16, 2017 11:18 AM
To: stir@ietf.org
Subject: [stir] Comments on draft-singh-stir-rph-00

1) I'm not sure why we need to the label "Resource-Priority" in

{"auth":"Resource-Priority: ets.0"}

Why isn't that simply

{"auth":"ets.0"}?

or

{"rp":"ets.0"}?

2) Clarify whether you are looking for the possibility that a different aut=
hority signs this claim or if you're always expecting this claim to be sign=
ed by the same authority as the base claims. If they can be different (and =
we're talking separate passports), some additional description of the verif=
ication logic is needed to help address cut-paste attacks.

3) In section 4.2, is the implication that the compact form of passport is =
not allowed when using this extension? If so, saying that explicitly would =
be better.

4) Could you say more about the first bullet in 7.2 - it's not clear it's s=
alient to this particular spec?

5) (Minor thing, probably in the weeds) : Is there a use case in the real w=
orld now where a user gets an enhanced priority, but is only allowed to use=
 it once? If so, this spec should call out that this mechanism doesn't rest=
rict the user to one call. They can call as many times as they can send an =
INVITE within the acceptable iat window and have the assertions check out. =
There will be out-of-protocol consequences of course...

Nits:

The first paragraph of 7.1 has a sentence that doesn't parse starting at=20
"A uniqueness of the set"

Text two bullets look like they're repeating the base spec and probably=20
don't need to be here?



_______________________________________________
stir mailing list
stir@ietf.org
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG=
0r2g&m=3DXslLKBdaGua2zf9xq7arYhp374YsWCx-g-JuBylCC5k&s=3DDbmdUmAxKEidNwKqvX=
CqfyimvTMFL7zNWrssCpdci6I&e=3D=20


From nobody Mon Jun 19 10:50:18 2017
Return-Path: <rjsparks@nostrum.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 0E7FD13171D for <stir@ietfa.amsl.com>; Mon, 19 Jun 2017 10:50:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RsQjsW3eQZgB for <stir@ietfa.amsl.com>; Mon, 19 Jun 2017 10:50:15 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B135313175F for <stir@ietf.org>; Mon, 19 Jun 2017 10:50:15 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5JHoEWt059187 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Mon, 19 Jun 2017 12:50:15 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: stir@ietf.org
References: <318ff23d-4586-4b5c-1eb4-bea88d62e9ce@nostrum.com>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <1927c52b-1c71-4d0d-8f5a-8675350265ff@nostrum.com>
Date: Mon, 19 Jun 2017 12:50:14 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
MIME-Version: 1.0
In-Reply-To: <318ff23d-4586-4b5c-1eb4-bea88d62e9ce@nostrum.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/ctmeljecweGoOVQsv9PPaJPKjY4>
Subject: Re: [stir] Attendees on today's Virtual Interim call
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 19 Jun 2017 17:50:17 -0000

Here is an updated list - again, if you were present and not listed, 
please let me know.


Adam Roach

Andy Gallant

Clark Whitten (I'm guessing here - Webex just said 'Clark')

David Frankel

Eric Rescorla

Eric Burger

Hala Mowafy

Janet Gunn

Jon Peterson

Julian Richards

Ken Carlberg

Marc Steigerwald

Mark Desterdick

Martin Dolly

Mary Barnes

Matthew Chiang

Mike Hamilton

Paul Kyzivat

Ray Singh

Rich Salz

Richard Barnes

Richard Shockey

Robert Sparks

Russ Housley

Timothy Dwight

Victor Pascual


From nobody Thu Jun 22 14:36:19 2017
Return-Path: <richard@shockey.us>
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 4A771126CBF for <stir@ietfa.amsl.com>; Thu, 22 Jun 2017 14:36:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.478
X-Spam-Level: 
X-Spam-Status: No, score=0.478 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (768-bit key) header.d=shockey.us
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vl-xoxXqLfl0 for <stir@ietfa.amsl.com>; Thu, 22 Jun 2017 14:36:16 -0700 (PDT)
Received: from qproxy5.mail.unifiedlayer.com (qproxy5-pub.mail.unifiedlayer.com [69.89.21.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6FF8212949D for <stir@ietf.org>; Thu, 22 Jun 2017 14:36:16 -0700 (PDT)
Received: from cmgw3 (unknown [10.0.90.84]) by qproxy5.mail.unifiedlayer.com (Postfix) with ESMTP id 00B226AFE8 for <stir@ietf.org>; Thu, 22 Jun 2017 15:36:16 -0600 (MDT)
Received: from box462.bluehost.com ([74.220.219.62]) by cmgw3 with  id bxXC1v00J1MNPNq01xXFJR; Thu, 22 Jun 2017 15:31:16 -0600
X-Authority-Analysis: v=2.2 cv=Eay4eLuC c=1 sm=1 tr=0 a=jTEj1adHphCQ5SwrTAOQMg==:117 a=jTEj1adHphCQ5SwrTAOQMg==:17 a=IkcTkHD0fZMA:10 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=LWSFodeU3zMA:10 a=jqBRFv0mrdUA:10 a=ZZnuYtJkoWoA:10 a=doUQZJtgAAAA:8 a=ll-iCDY8AAAA:8 a=M0OflfRGAAAA:8 a=0iOFBsRqdpYSwMjj_TgA:9 a=QEXdDO2ut3YA:10 a=ivbTfD_dPm4A:10 a=d0-0EwFVFT64L02gzcZV:22 a=VpyrLIdO_Ztbr3SWPBuH:22 a=6yl0mh0s51TKORVA8GqK:22
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=shockey.us;  s=default; h=Content-transfer-encoding:Content-type:Mime-version:Message-ID: To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wxPBwreafTBErhMv9PGfvK1wnVVbPXgI5snGWRfBzOI=; b=bvs0Lgnj47qke9olOVCIKMKhWr 1hGCXaX3H3XCvsvPnxeYJvi5PsKYRPcWxF9A06/rjE25zk9wGD7CgN0sCf070D9nfdMgU9KXqqh4l Fk2drpwg5exriP1ZZxrqQsWGb;
Received: from pool-100-36-29-226.washdc.fios.verizon.net ([100.36.29.226]:49980 helo=[192.168.1.152]) by box462.bluehost.com with esmtpa (Exim 4.87) (envelope-from <richard@shockey.us>) id 1dO9h2-000EDD-IE for stir@ietf.org; Thu, 22 Jun 2017 15:31:12 -0600
User-Agent: Microsoft-MacOutlook/f.23.0.170610
Date: Thu, 22 Jun 2017 17:31:11 -0400
From: Richard Shockey <richard@shockey.us>
To: "stir@ietf.org" <stir@ietf.org>
Message-ID: <8D74F764-37B4-4113-8F3F-ADFF015EA86A@shockey.us>
Thread-Topic: FCC issues NOI on STIR/SHAKEN
Mime-version: 1.0
Content-type: text/plain; charset="UTF-8"
Content-transfer-encoding: quoted-printable
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - box462.bluehost.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - shockey.us
X-BWhitelist: no
X-Source-IP: 100.36.29.226
X-Exim-ID: 1dO9h2-000EDD-IE
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-Source-Sender: pool-100-36-29-226.washdc.fios.verizon.net ([192.168.1.152]) [100.36.29.226]:49980
X-Source-Auth: richard+shockey.us
X-Email-Count: 9
X-Source-Cap: c2hvY2tleXU7c2hvY2tleXU7Ym94NDYyLmJsdWVob3N0LmNvbQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/5acjobhWPWaFl-pRSHfF7qFZDBI>
Subject: [stir] FCC issues NOI on STIR/SHAKEN
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Thu, 22 Jun 2017 21:36:18 -0000

The relevant NOI is Call Validation.=20

https://www.fcc.gov/document/fcc-announces-tentative-agenda-july-open-meeti=
ng-4


=E2=80=94=20
Richard Shockey

Shockey Consulting LLC

Chairman of the Board SIP Forum

www.shockey.us

www.sipforum.org

richard<at>shockey.us

Skype-Linkedin-Facebook =E2=80=93Twitter  rshockey101

PSTN +1 703-593-2683

=20



From nobody Fri Jun 23 13:10:09 2017
Return-Path: <rjsparks@nostrum.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 EDF8A129411 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:10:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.88
X-Spam-Level: 
X-Spam-Status: No, score=-1.88 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hRbBdGAJlblN for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:10:03 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 50CF7129401 for <stir@ietf.org>; Fri, 23 Jun 2017 13:10:03 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5NKA2jY022096 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 15:10:02 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: "stir@ietf.org" <stir@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <462690fb-57d3-c486-99fb-5192f458f9a8@nostrum.com>
Date: Fri, 23 Jun 2017 15:10:01 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/KeviYEuwQo9EAVwhxjIZlJMYHb4>
Subject: [stir] Minutes and Materials for STIR's 16-Jun-2017 Virtual Interim
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:10:08 -0000

All the materials are available here:

<https://datatracker.ietf.org/meeting/interim-2017-stir-01/session/stir>

The minutes are copied below for your convenience:

------

STIR Interim Meeting
16 June 2017
1900 UTC, via WebEx

Thanks to Eric Burger and Russ Housley for taking notes.


Robert - Agenda Bashing
=======================
No changes to the agenda were requested.
Reminder that the NOTE WELL applies to this meeting.  See
    https://www.ietf.org/about/note-well.html.


Jon Peterson: Out of Band (draft-rescola-fallback-02)
=====================================================
Discussion the processing of PASSporT by a Call Placement Service (CPS):
Draft: CPS accepts a PASSporT with an ‘acceptable’ root
Eric B.: Should just be a hint; whether a particular PASSporT is accepted
    or not is a matter of local policy
EKR: Would the receiving CPS need to know about all other CPS?
Mary: For the gateway use case, the gateway would probably have an
    account at the CPS.
Jon: I would not want to require an account, as that would kill the
    possibility of having an open, public service.  That said, would
    expect existing STIR credentials would already be trusted.  I would
    not rule out pre-association, such as an account, from the gateway.

Discussion on how to query the CPS to retrieve the PASSporT:
EKR: Is this not a pen register?
Robert: We probably need to assert both called and calling identities.
Jon: Likely, but still have a problem with diversion, which we will talk
    about later.  Also, there is potentially a problem because you are
    handing all the metadata to the CPS; conversely, someone can attack
    a CPS to extract metadata.  Plan to address the former with
    encryption.  Not sure there is a technical solution for the latter.

Discussion on WG Adoption:
Shockey: I will not work on the document.
Robert: Will take call for adoption to the list.


Martin Dolly: RPH extension (draft-singh-stir-rph-00)
=====================================================
Martin discussed the recently posted Internet-Draft that proposes a
PASSPorT Extension for Resource-Priority Authorization.  There was a
suggestion to reduce the complexity of the "rph" claim by eliminating
one layer of nesting.

Robert: Will take call for adoption to the list.


Jon Peterson: CNAM (draft-peterson-stir-cnam-02)
================================================
Discussion the proposed addition of the "cna" claim to PASSporT, which
is intended to be richer that Caller-ID:
Shockey: A lot of people outside the IETF are working on this topic.  Is
    this a generic object transport proposal or something interoperable?
General discussion ensued over the fact that calling name delivery is
    outright illegal in many jurisdictions, including most of the
    European continent, so this topic really a North American issue.

Robert: Will take call for adoption to the list with the understanding
    that draft-peterson-stir-cnam will be posted with a new filename that
    avoids the use of "cnam" to eliminate the potential for confusion
    with other activities that are taking place in other fora.


Jon Peterson: Diversion (draft-peterson-passport-divert-01)
===========================================================
Discussion of the handling of retargeted calls.  Is a reason code needed
to indicate that retargeting has taken place?
Mary offered to send use cases to the list.

Robert: Heard lots of interest to adopt this document. Will take call
    for adoption to the list.


Other
=====
Plan to discuss Connected ID at the upcoming IETF 99 meeting in Prague.



From nobody Fri Jun 23 13:12:17 2017
Return-Path: <rjsparks@nostrum.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 C8681129401 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:12:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.879
X-Spam-Level: 
X-Spam-Status: No, score=-1.879 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XyNrt94W-QJS for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:12:15 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 368151293FF for <stir@ietf.org>; Fri, 23 Jun 2017 13:12:15 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5NKCEfp022652 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 15:12:14 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: "stir@ietf.org" <stir@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <a3853e37-552a-35cc-c3f1-7dc546e96138@nostrum.com>
Date: Fri, 23 Jun 2017 15:12:14 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="------------A18538CA9563493A1418D469"
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/q_SnFN93Bydv0YDCSa0Lv1wX378>
Subject: [stir] Recording of STIR's 16-Jun-2017 Virtual Interim
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:12:17 -0000

This is a multi-part message in MIME format.
--------------A18538CA9563493A1418D469
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

The webex recording of our virtual interim is here:

Streaming recording link:
https://ietf.webex.com/ietf/ldr.php?RCID=2b97eaf5eceb88ce9be92d519aba3014
Download recording link:
https://ietf.webex.com/ietf/lsr.php?RCID=99da50ffd8297da46f427c61a98fed3c



--------------A18538CA9563493A1418D469
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>The webex recording of our virtual interim is here:</p>
    <div class="form-group form-gutter-xs"> <span class="col-sm-3
        control-label">Streaming recording link:</span>
      <div class="col-sm-9">
        <div class="form-control-static"> <a
href="https://ietf.webex.com/ietf/ldr.php?RCID=2b97eaf5eceb88ce9be92d519aba3014"
            id="linkOfPlaybackUrl"
value="https://ietf.webex.com/ietf/ldr.php?RCID=2b97eaf5eceb88ce9be92d519aba3014">https://ietf.webex.com/ietf/ldr.php?RCID=2b97eaf5eceb88ce9be92d519aba3014</a>
        </div>
      </div>
    </div>
    <div class="form-group" style="margin-bottom: 6px!important"> <span
        class="col-sm-3 control-label">Download recording link:</span>
      <div class="col-sm-9">
        <div class="form-control-static"> <a
href="https://ietf.webex.com/ietf/lsr.php?RCID=99da50ffd8297da46f427c61a98fed3c"
            id="linkOfDownloadUrl"
value="https://ietf.webex.com/ietf/lsr.php?RCID=99da50ffd8297da46f427c61a98fed3c">https://ietf.webex.com/ietf/lsr.php?RCID=99da50ffd8297da46f427c61a98fed3c</a><br>
          <br>
          <br>
        </div>
      </div>
    </div>
  </body>
</html>

--------------A18538CA9563493A1418D469--


From nobody Fri Jun 23 13:22:30 2017
Return-Path: <rjsparks@nostrum.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 1F157129411 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:22:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JH0aqQAgs3kM for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:22:27 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EF2E11293D9 for <stir@ietf.org>; Fri, 23 Jun 2017 13:22:26 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5NKMQBJ024253 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 15:22:26 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: "stir@ietf.org" <stir@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <16678e79-3990-f2e5-3660-9dacd99887e2@nostrum.com>
Date: Fri, 23 Jun 2017 15:22:25 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/c2ei2axeJH_sTW-kN3cBKks_F-g>
Subject: [stir] Call for adoption: draft-rescorla-fallback-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:22:28 -0000

This is a call for adoption of draft-rescorla-fallback-02 in the STIR 
working group.

Please send your comments on adopting this draft to the list or the 
chairs by June 30, 2017 (Note that this is one week - if you need more 
time, please let the chairs know.)

RjS


From nobody Fri Jun 23 13:23:16 2017
Return-Path: <rjsparks@nostrum.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 309E5129431 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:23:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hAgYw-rTNQ_n for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:23:14 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F25D9129420 for <stir@ietf.org>; Fri, 23 Jun 2017 13:23:13 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5NKNDxV024332 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 15:23:13 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: "stir@ietf.org" <stir@ietf.org>
Message-ID: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Date: Fri, 23 Jun 2017 15:23:13 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/vrqC_nQRsSsQEY01J-ODtuuxEwA>
Subject: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:23:15 -0000

This is a call for adoption of draft-singh-stir-rph-00 in the STIR 
working group.

Please send your comments on adopting this draft to the list or the 
chairs by June 30, 2017 (Note that this is one week - if you need more 
time, please let the chairs know.)

RjS


From nobody Fri Jun 23 13:23:48 2017
Return-Path: <rjsparks@nostrum.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 14F79129420 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:23:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9zu_fEVVYyk2 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:23:45 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E6300129418 for <stir@ietf.org>; Fri, 23 Jun 2017 13:23:45 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5NKNjn2024390 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 15:23:45 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: "stir@ietf.org" <stir@ietf.org>
Message-ID: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
Date: Fri, 23 Jun 2017 15:23:45 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/jCXrrhwfldBg1c3ln3ttij84tRg>
Subject: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:23:47 -0000

This is a call for adoption of draft-peterson-passport-divert-01 in the 
STIR working group.

Please send your comments on adopting this draft to the list or the 
chairs by June 30, 2017 (Note that this is one week - if you need more 
time, please let the chairs know.)

RjS


From nobody Fri Jun 23 13:25:03 2017
Return-Path: <rjsparks@nostrum.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 8B903129418 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:25:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05ymQlOE5vz7 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:25:01 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 447451293D9 for <stir@ietf.org>; Fri, 23 Jun 2017 13:25:01 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5NKOxpE024447 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 15:25:00 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
From: Robert Sparks <rjsparks@nostrum.com>
To: "stir@ietf.org" <stir@ietf.org>
Message-ID: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
Date: Fri, 23 Jun 2017 15:24:59 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/XZlyDEIbNB_mLkiiE0aMjK76uPs>
Subject: [stir] Call for adoption: draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:25:02 -0000

This is a call for adoption of draft-peterson-stir-cnam-02 in the STIR 
working group.

Note that Jon indicated during the virtual interim that he will find a 
name for the draft that does not imply this is taking on the entire CNAM 
problem space.

Please send your comments on adopting this draft to the list or the 
chairs by June 30, 2017 (Note that this is one week - if you need more 
time, please let the chairs know.)

RjS


From nobody Fri Jun 23 13:26:23 2017
Return-Path: <Janet.Gunn@csra.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 6F09F129420 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:26:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level: 
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zxz7kEy1VFie for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:26:20 -0700 (PDT)
Received: from mailport8.csra.com (mailport8.csra.com [131.131.83.26]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CB2F812944B for <stir@ietf.org>; Fri, 23 Jun 2017 13:26:00 -0700 (PDT)
Received: from csrrdu1exm025.corp.csra.com (HELO mail.csra.com) ([10.176.90.35]) by mailport8.csra.com with ESMTP/TLS/AES256-SHA; 23 Jun 2017 16:25:55 -0400
Received: from CSRRDU1EXM025.corp.csra.com (10.176.90.35) by CSRRDU1EXM021.corp.csra.com (10.176.90.31) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 23 Jun 2017 16:25:55 -0400
Received: from CSRRDU1EXM025.corp.csra.com ([10.176.90.35]) by CSRRDU1EXM025.corp.csra.com ([10.176.90.35]) with mapi id 15.00.1210.000; Fri, 23 Jun 2017 16:25:55 -0400
From: "Gunn, Janet P" <Janet.Gunn@csra.com>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6QiGkS1ZqAZEe6I2hpK2frg6Iy5NGg
Date: Fri, 23 Jun 2017 20:25:55 +0000
Message-ID: <a0cb460957e74a03986ad4f11b619bea@CSRRDU1EXM025.corp.csra.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.176.253.110]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/XX2c_Owio2XYXIzO7nDRYEU76WY>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:26:22 -0000

I support the adoption of the STIR RPH draft.  Is is essential for the cros=
s carrier use of RPH.

Janet

-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://www.ietf.org/mailman/listinfo/stir

This electronic message transmission contains information from CSRA that ma=
y be attorney-client privileged, proprietary or confidential. The informati=
on in this message is intended only for use by the individual(s) to whom it=
 is addressed. If you believe you have received this message in error, plea=
se contact me immediately and be aware that any use, disclosure, copying or=
 distribution of the contents of this message is strictly prohibited. NOTE:=
 Regardless of content, this email shall not operate to bind CSRA to any or=
der or other contract unless pursuant to explicit written agreement or gove=
rnment initiative expressly permitting the use of email for such purpose.


From nobody Fri Jun 23 13:28:21 2017
Return-Path: <md3135@att.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 07D66129431 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:28:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.399
X-Spam-Level: 
X-Spam-Status: No, score=-5.399 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.8, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BdZ3Xb5NJeSf for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:28:17 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0b-00191d01.pphosted.com [67.231.157.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 094AF126D46 for <stir@ietf.org>; Fri, 23 Jun 2017 13:28:16 -0700 (PDT)
Received: from pps.filterd (m0049459.ppops.net [127.0.0.1]) by m0049459.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5NKPoHe013480; Fri, 23 Jun 2017 16:28:14 -0400
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049459.ppops.net-00191d01. with ESMTP id 2b993q9jd0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 23 Jun 2017 16:28:13 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5NKSDS0020460; Fri, 23 Jun 2017 16:28:13 -0400
Received: from mlpi409.sfdc.sbc.com (mlpi409.sfdc.sbc.com [130.9.128.241]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5NKS6TE020363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 23 Jun 2017 16:28:08 -0400
Received: from MISOUT7MSGHUBAA.ITServices.sbc.com (MISOUT7MSGHUBAA.itservices.sbc.com [130.9.129.145]) by mlpi409.sfdc.sbc.com (RSA Interceptor); Fri, 23 Jun 2017 20:27:56 GMT
Received: from MISOUT7MSGUSRDB.ITServices.sbc.com ([169.254.2.162]) by MISOUT7MSGHUBAA.ITServices.sbc.com ([130.9.129.145]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 16:27:56 -0400
From: "DOLLY, MARTIN C" <md3135@att.com>
To: Robert Sparks <rjsparks@nostrum.com>
CC: "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6S07W/Tdj9WEqaOr7CW+rKYKIy5aeO
Date: Fri, 23 Jun 2017 20:27:56 +0000
Message-ID: <1383A0D3-4FE9-4F55-ADA4-56D4AA9DAA56@att.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Content-Type: multipart/alternative; boundary="_000_1383A0D34FE94F55ADA456D4AA9DAA56attcom_"
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-23_13:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706230343
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/4Wvm9d5y_SLosHpwIt7Dm0dLwhU>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:28:19 -0000

--_000_1383A0D34FE94F55ADA456D4AA9DAA56attcom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support

Martin C. Dolly
Lead Member of Technical Staff
Core & Government/Regulatory Standards
AT&T
Cell: +1.609.903.3360<tel:+1.609.903.3360>
Email: md3135@att.com<mailto:md3135@att.com>


On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com<mailto:rjs=
parks@nostrum.com>> wrote:

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG=
0r2g&m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gCD7kA&s=3DLUX_ZKIUXGt814EOYE=
jWwoTyGL7sE3_IBpugta0Rtfk&e=3D

--_000_1383A0D34FE94F55ADA456D4AA9DAA56attcom_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
</head>
<body dir=3D"auto">
<div>I support<br>
<br>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);"><b>Martin C. Dolly</b><o:p></o:p>=
</span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Lead Member of Technical Staff<o:=
p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Core &amp; Government/Regulatory =
Standards<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">AT&amp;T<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Cell:&nbsp;<a dir=3D"ltr" href=3D=
"tel:&#43;1.609.903.3360" x-apple-data-detectors=3D"true" x-apple-data-dete=
ctors-type=3D"telephone" x-apple-data-detectors-result=3D"2/0">&#43;1.609.9=
03.3360</a><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Email:&nbsp;<u><a href=3D"mailto:=
md3135@att.com">md3135@att.com</a></u><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><o:p style=3D"ba=
ckground-color: rgba(255, 255, 255, 0);">&nbsp;</o:p></p>
</div>
<div><br>
On Jun 23, 2017, at 4:23 PM, Robert Sparks &lt;<a href=3D"mailto:rjsparks@n=
ostrum.com">rjsparks@nostrum.com</a>&gt; wrote:<br>
<br>
</div>
<blockquote type=3D"cite">
<div><span>This is a call for adoption of draft-singh-stir-rph-00 in the ST=
IR working group.</span><br>
<span></span><br>
<span>Please send your comments on adopting this draft to the list or the c=
hairs by June 30, 2017 (Note that this is one week - if you need more time,=
 please let the chairs know.)</span><br>
<span></span><br>
<span>RjS</span><br>
<span></span><br>
<span>_______________________________________________</span><br>
<span>stir mailing list</span><br>
<span><a href=3D"mailto:stir@ietf.org">stir@ietf.org</a></span><br>
<span><a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www=
.ietf.org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvj=
Ig&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O=
7fc0gCD7kA&amp;s=3DLUX_ZKIUXGt814EOYEjWwoTyGL7sE3_IBpugta0Rtfk&amp;e=3D">ht=
tps://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman_l=
istinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSS=
QhCmpw7ItG0r2g&amp;m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gCD7kA&amp;s=3D=
LUX_ZKIUXGt814EOYEjWwoTyGL7sE3_IBpugta0Rtfk&amp;e=3D</a>
</span><br>
</div>
</blockquote>
</body>
</html>

--_000_1383A0D34FE94F55ADA456D4AA9DAA56attcom_--


From nobody Fri Jun 23 13:34:32 2017
Return-Path: <md3135@att.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 BD2B2129458 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:34:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7M8qHRCCxciD for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 13:34:25 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CD71612944A for <stir@ietf.org>; Fri, 23 Jun 2017 13:34:22 -0700 (PDT)
Received: from pps.filterd (m0048589.ppops.net [127.0.0.1]) by m0048589.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5NKQ2E6002764; Fri, 23 Jun 2017 16:34:20 -0400
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0048589.ppops.net-00191d01. with ESMTP id 2b99wtgbww-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 23 Jun 2017 16:34:20 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5NKYJUY031253; Fri, 23 Jun 2017 16:34:19 -0400
Received: from mlpi408.sfdc.sbc.com (mlpi408.sfdc.sbc.com [130.9.128.240]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5NKY9BM031089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 23 Jun 2017 16:34:11 -0400
Received: from MISOUT7MSGHUBAC.ITServices.sbc.com (MISOUT7MSGHUBAC.itservices.sbc.com [130.9.129.147]) by mlpi408.sfdc.sbc.com (RSA Interceptor); Fri, 23 Jun 2017 20:33:49 GMT
Received: from MISOUT7MSGUSRDB.ITServices.sbc.com ([169.254.2.162]) by MISOUT7MSGHUBAC.ITServices.sbc.com ([130.9.129.147]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 16:33:48 -0400
From: "DOLLY, MARTIN C" <md3135@att.com>
To: Robert Sparks <rjsparks@nostrum.com>
CC: "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-peterson-passport-divert-01
Thread-Index: AQHS7F6iJHon/WYG0kyA30/189DLaqIy50x6
Date: Fri, 23 Jun 2017 20:33:48 +0000
Message-ID: <CFC623F1-37FB-4382-8804-35D179A1677F@att.com>
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
In-Reply-To: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Content-Type: multipart/alternative; boundary="_000_CFC623F137FB4382880435D179A1677Fattcom_"
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-23_13:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706230343
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/ar9Ao9yPeYN_1ccNFZSKAm53lRQ>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 20:34:27 -0000

--_000_CFC623F137FB4382880435D179A1677Fattcom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support

Martin C. Dolly
Lead Member of Technical Staff
Core & Government/Regulatory Standards
AT&T
Cell: +1.609.903.3360<tel:+1.609.903.3360>
Email: md3135@att.com<mailto:md3135@att.com>


On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com<mailto:rjs=
parks@nostrum.com>> wrote:

This is a call for adoption of draft-peterson-passport-divert-01 in the STI=
R working group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG=
0r2g&m=3D74VO1tThTtyKzTgANGNvko62wz_aW-0Bdi9L3kBBG8c&s=3D4rH9VtMltP821akGV3=
JPEBC4fiMR5-EFaxOLShE2Xv8&e=3D

--_000_CFC623F137FB4382880435D179A1677Fattcom_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
</head>
<body dir=3D"auto">
<div>I support&nbsp;<br>
<br>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);"><b>Martin C. Dolly</b><o:p></o:p>=
</span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Lead Member of Technical Staff<o:=
p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Core &amp; Government/Regulatory =
Standards<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">AT&amp;T<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Cell:&nbsp;<a dir=3D"ltr" href=3D=
"tel:&#43;1.609.903.3360" x-apple-data-detectors=3D"true" x-apple-data-dete=
ctors-type=3D"telephone" x-apple-data-detectors-result=3D"2/0">&#43;1.609.9=
03.3360</a><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><span style=3D"b=
ackground-color: rgba(255, 255, 255, 0);">Email:&nbsp;<u><a href=3D"mailto:=
md3135@att.com">md3135@att.com</a></u><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin: 0in 0in 0.0001pt;"><o:p style=3D"ba=
ckground-color: rgba(255, 255, 255, 0);">&nbsp;</o:p></p>
</div>
<div><br>
On Jun 23, 2017, at 4:23 PM, Robert Sparks &lt;<a href=3D"mailto:rjsparks@n=
ostrum.com">rjsparks@nostrum.com</a>&gt; wrote:<br>
<br>
</div>
<blockquote type=3D"cite">
<div><span>This is a call for adoption of draft-peterson-passport-divert-01=
 in the STIR working group.</span><br>
<span></span><br>
<span>Please send your comments on adopting this draft to the list or the c=
hairs by June 30, 2017 (Note that this is one week - if you need more time,=
 please let the chairs know.)</span><br>
<span></span><br>
<span>RjS</span><br>
<span></span><br>
<span>_______________________________________________</span><br>
<span>stir mailing list</span><br>
<span><a href=3D"mailto:stir@ietf.org">stir@ietf.org</a></span><br>
<span><a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www=
.ietf.org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvj=
Ig&amp;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3D74VO1tThTtyKzTgANGNvko62wz_aW-0Bd=
i9L3kBBG8c&amp;s=3D4rH9VtMltP821akGV3JPEBC4fiMR5-EFaxOLShE2Xv8&amp;e=3D">ht=
tps://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman_l=
istinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSS=
QhCmpw7ItG0r2g&amp;m=3D74VO1tThTtyKzTgANGNvko62wz_aW-0Bdi9L3kBBG8c&amp;s=3D=
4rH9VtMltP821akGV3JPEBC4fiMR5-EFaxOLShE2Xv8&amp;e=3D</a>
</span><br>
</div>
</blockquote>
</body>
</html>

--_000_CFC623F137FB4382880435D179A1677Fattcom_--


From nobody Fri Jun 23 14:18:31 2017
Return-Path: <victor.pascual.avila@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 B946C1294DC for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:18:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level: 
X-Spam-Status: No, score=-7.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-2.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l60XrNOjmbSR for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:18:28 -0700 (PDT)
Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0C25C1294F8 for <stir@ietf.org>; Fri, 23 Jun 2017 14:18:28 -0700 (PDT)
Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v5NLIRIH028014 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Jun 2017 21:18:27 GMT
Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id v5NLIQ5k032389 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Jun 2017 21:18:26 GMT
Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v5NLIQR3013019; Fri, 23 Jun 2017 21:18:26 GMT
Received: from [192.168.1.38] (/83.49.1.18) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 23 Jun 2017 14:18:25 -0700
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
In-Reply-To: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
Mime-Version: 1.0 (1.0)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=us-ascii
Message-Id: <5492A5FF-2316-4A81-B7F7-E261EF641B2E@oracle.com>
Cc: "stir@ietf.org" <stir@ietf.org>
X-Mailer: iPhone Mail (14D27)
From: Victor Pascual <victor.pascual.avila@oracle.com>
Date: Fri, 23 Jun 2017 23:18:22 +0200
To: Robert Sparks <rjsparks@nostrum.com>
X-Source-IP: userv0021.oracle.com [156.151.31.71]
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/DJBstRAXUSzNGNTPPw3-5KcCnX8>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:18:30 -0000

I support adoption

> On 23 Jun 2017, at 22:23, Robert Sparks <rjsparks@nostrum.com> wrote:
>=20
> This is a call for adoption of draft-peterson-passport-divert-01 in the ST=
IR working group.
>=20
> Please send your comments on adopting this draft to the list or the chairs=
 by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailma=
n_listinfo_stir&d=3DDwICAg&c=3DRoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=
=3D05EOKZ-ThwIVg4vj8n0LjbWfx4eSi-_MLNY89RrQXpw&m=3DdW4lj1RVFhLY0nH9DzBvSpS2N=
gNW4IJ2rwk2X14Gf30&s=3D39rJA-TV5Lmd5gZTkWnfUG-svxSk2TwmuSNyMLOQz7U&e=3D=20


From nobody Fri Jun 23 14:19:01 2017
Return-Path: <victor.pascual.avila@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 EC1A2129A97 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:18:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.001
X-Spam-Level: 
X-Spam-Status: No, score=-7.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-2.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GWHHQSXsNkA1 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:18:57 -0700 (PDT)
Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ABF051294DC for <stir@ietf.org>; Fri, 23 Jun 2017 14:18:57 -0700 (PDT)
Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v5NLIukQ028271 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Jun 2017 21:18:57 GMT
Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id v5NLIutr003272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 23 Jun 2017 21:18:56 GMT
Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v5NLIu28013208; Fri, 23 Jun 2017 21:18:56 GMT
Received: from [192.168.1.38] (/83.49.1.18) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 23 Jun 2017 14:18:56 -0700
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Mime-Version: 1.0 (1.0)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=us-ascii
Message-Id: <D545FB9B-DF05-421F-8269-0E6976DD4377@oracle.com>
Cc: "stir@ietf.org" <stir@ietf.org>
X-Mailer: iPhone Mail (14D27)
From: Victor Pascual <victor.pascual.avila@oracle.com>
Date: Fri, 23 Jun 2017 23:18:53 +0200
To: Robert Sparks <rjsparks@nostrum.com>
X-Source-IP: aserv0022.oracle.com [141.146.126.234]
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/L3YXxiiIGtwOerp8kGqrrZoli8c>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:19:00 -0000

I support adoption

> On 23 Jun 2017, at 22:23, Robert Sparks <rjsparks@nostrum.com> wrote:
>=20
> This is a call for adoption of draft-singh-stir-rph-00 in the STIR working=
 group.
>=20
> Please send your comments on adopting this draft to the list or the chairs=
 by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailma=
n_listinfo_stir&d=3DDwICAg&c=3DRoP1YumCXCgaWHvlZYR8PQcxBKCX5YTpkKY057SbK10&r=
=3D05EOKZ-ThwIVg4vj8n0LjbWfx4eSi-_MLNY89RrQXpw&m=3DkgIxyUVfTiEljMWm96HFHFdI7=
Jo-z14p0ICQeriimWg&s=3DTJBF4-zfwl9TuH1Y8MoFccCtkEkliVWXxL7QiRi49pc&e=3D=20


From nobody Fri Jun 23 14:41:00 2017
Return-Path: <subirdas21@gmail.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 12D3C129492 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:40:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.748
X-Spam-Level: 
X-Spam-Status: No, score=-1.748 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vMTaIw3Yv8bp for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:40:56 -0700 (PDT)
Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1843C129498 for <stir@ietf.org>; Fri, 23 Jun 2017 14:40:56 -0700 (PDT)
Received: by mail-wr0-x232.google.com with SMTP id 77so81899038wrb.1 for <stir@ietf.org>; Fri, 23 Jun 2017 14:40:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0+WZt3n1aX92rhbnHaatff8eaQQtplZkHgSXqNyVcX0=; b=SAZFEgX+Hhlqi8EaVGXRrMV5tpgia6QeOmejz21LKuHfwL7qhWlpZFILWKva4m1NuK yFVM6vvpBuPkETP/1qv0X/H8PDRJiKquN0RmCSxeTtRgkL/GJcAVQ+1ZbLE0gdjlxDID 4ObN/u5d2GQ7j/RR1Av/0lA/5BZL0Ta73OCAyZduxamBa8mYAPi5x48y4ML1y9vQ1yxc v5vNgIcaNVn1rRzOjmB13W5g1zMafbptXoBJiXKG98KSc3jSVlHtyJSfJg63PlG0rbxG by9eHbbSV/UaQkCp4Pfcj5YDMhmVBNzArgKDs0fYe/cv68Gfz0RqZioBaqAVfp+gAvIx r8pg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0+WZt3n1aX92rhbnHaatff8eaQQtplZkHgSXqNyVcX0=; b=U/8+s/tOa79uyCmK/nmnHHlQRIuxhf1vU38QMeYuWVCM1K4win9T9Rlj7sAivVL6bS 60EzSu/+CITgcTUttR5GbaKWdO2fvik3GwpL/CSLeea22Eg7TQoZFvTHIFtlS12PsOAt fBUftjjdQQNPv1UuAUvuUJGU+XZDpEepY2KZXfP3hGRpQGg04dwNMO/kReRCU9WhARy5 +Z2vL615OSM+6CCLfXCddf2aYlbFFISaPBZfZnpiAY51UeZiQOU/QJfWBjBt/Y4gDGAA +XSkQrHwhcYVgO8mRk5DS0rjd43Y2cDP8+8kWChlBq+XGYJYKz7YaPBEdrA8Jf33a2r0 WOQg==
X-Gm-Message-State: AKS2vOwXhY3ktaQBMj2dEaq9sYp3M7R3sG6xX+LDwMJgCrkyEanjP01r isSw29V+9Rpl6JMReeEK1rmIx8kl0g==
X-Received: by 10.28.0.2 with SMTP id 2mr6733115wma.64.1498254054651; Fri, 23 Jun 2017 14:40:54 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.7.4 with HTTP; Fri, 23 Jun 2017 14:40:54 -0700 (PDT)
In-Reply-To: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
From: Subir Das <subirdas21@gmail.com>
Date: Fri, 23 Jun 2017 17:40:54 -0400
Message-ID: <CAFb8J8rvGDPe4kUa3pftby-o0zKtLgTnfTytFfSOgsCWw6sN-w@mail.gmail.com>
To: Robert Sparks <rjsparks@nostrum.com>
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Type: multipart/alternative; boundary="001a113ca22eb5feda0552a774b6"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/-vl2K6iLFNAIB-xU3RbXs2ENUDg>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:40:58 -0000

--001a113ca22eb5feda0552a774b6
Content-Type: text/plain; charset="UTF-8"

+1

On Fri, Jun 23, 2017 at 4:23 PM, Robert Sparks <rjsparks@nostrum.com> wrote:

> This is a call for adoption of draft-peterson-passport-divert-01 in the
> STIR working group.
>
> Please send your comments on adopting this draft to the list or the chairs
> by June 30, 2017 (Note that this is one week - if you need more time,
> please let the chairs know.)
>
> RjS
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir
>

--001a113ca22eb5feda0552a774b6
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">+1<br></div><div class=3D"gmail_extra"><br><div class=3D"g=
mail_quote">On Fri, Jun 23, 2017 at 4:23 PM, Robert Sparks <span dir=3D"ltr=
">&lt;<a href=3D"mailto:rjsparks@nostrum.com" target=3D"_blank">rjsparks@no=
strum.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=
=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is =
a call for adoption of draft-peterson-passport-divert<wbr>-01 in the STIR w=
orking group.<br>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
______________________________<wbr>_________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org" target=3D"_blank">stir@ietf.org</a><br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir" rel=3D"noreferrer" t=
arget=3D"_blank">https://www.ietf.org/mailman/l<wbr>istinfo/stir</a><br>
</blockquote></div><br></div>

--001a113ca22eb5feda0552a774b6--


From nobody Fri Jun 23 14:41:11 2017
Return-Path: <subirdas21@gmail.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 BF02B129438 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:41:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.748
X-Spam-Level: 
X-Spam-Status: No, score=-1.748 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nzSouk5pyI-5 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:41:09 -0700 (PDT)
Received: from mail-wr0-x22a.google.com (mail-wr0-x22a.google.com [IPv6:2a00:1450:400c:c0c::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A0B9129445 for <stir@ietf.org>; Fri, 23 Jun 2017 14:41:07 -0700 (PDT)
Received: by mail-wr0-x22a.google.com with SMTP id r103so81949371wrb.0 for <stir@ietf.org>; Fri, 23 Jun 2017 14:41:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=xxg1/Z7Pbhr1Y5XOBzcKCtmuQ6+8MS58MLa2svkTt80=; b=hZQDD/AYNCEEFG2DjCA8lR8MxnXV0BU1WKCvcFYraYU8p7a82w886lBj/dTuDXjpkW b+Mu/tkJnhfmufQbGSjx0FRQlGbXtEdxfnqK0iCmeISd58QEqT2Xwv3U9MPp0I+J+Xc9 wcZX4RxwXnfwFkzLHBfRyqk+w5mgF7HPptTbQZBmoaciMffSD3+Dd5KLagCuWKNQFl1v 1puSqPnOiKBizHuCZ66uq7O67awCXBL//nU33fr0bzs9dpkD0Il0dKDMKiqcJuO9wDz+ /rEcU/2sZR9fZQY1Oj+R03LspHknldrSrcprdOeuDirHWShXWkF4Nwe84FrgY2pcTua7 oaTw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=xxg1/Z7Pbhr1Y5XOBzcKCtmuQ6+8MS58MLa2svkTt80=; b=jIbWUGuCxj5dYS4pQaxO/dzsxSrOS2UKYuSM6RnXUWOZ41KRGZAACPZAOZu1j//5Le h9LZ5GyBOHg4fVbpjqimvanMofp9qTZKC5XYQlI9R0mrMWBwnA2mTBfYg4zdIWN/Ace+ B4FYJjj/aZJAz4Xk52SaPAPcBcSJfre/MRVtYVVDItDWGyZ9gJV4collCESFRat/muMP DRTjVjtX2iTxDMnAt9YV09Gv7cC1SBNuF1XbbsiML2sE6M0UlkgEb4ZnTY+gNn11PBg8 4lOyfo6SABROTqEhqWlPbu7AYkMICySAjaMRKeFddzJMzbYf1ZWdGUJFSRr4F8FHBvT4 JAcQ==
X-Gm-Message-State: AKS2vOwQr+0nEUuxmcwMUpVBRlgS173ryc4ew9HfnKzE6U55jnSjxH6Z wAOPQ+WKytYW7ja7ESP1ANmUTChRaw==
X-Received: by 10.223.134.157 with SMTP id 29mr7599747wrx.157.1498254066145; Fri, 23 Jun 2017 14:41:06 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.7.4 with HTTP; Fri, 23 Jun 2017 14:41:05 -0700 (PDT)
In-Reply-To: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
References: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
From: Subir Das <subirdas21@gmail.com>
Date: Fri, 23 Jun 2017 17:41:05 -0400
Message-ID: <CAFb8J8rKU3t3skjhLxL7bU+TREHn_sQzLEkd73P2u-kYb=zpDw@mail.gmail.com>
To: Robert Sparks <rjsparks@nostrum.com>
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Type: multipart/alternative; boundary="001a1146beac655fce0552a775d3"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/qVII18eyHWpfmL5WIWf3mvNQMfQ>
Subject: Re: [stir] Call for adoption: draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:41:11 -0000

--001a1146beac655fce0552a775d3
Content-Type: text/plain; charset="UTF-8"

+1

On Fri, Jun 23, 2017 at 4:24 PM, Robert Sparks <rjsparks@nostrum.com> wrote:

> This is a call for adoption of draft-peterson-stir-cnam-02 in the STIR
> working group.
>
> Note that Jon indicated during the virtual interim that he will find a
> name for the draft that does not imply this is taking on the entire CNAM
> problem space.
>
> Please send your comments on adopting this draft to the list or the chairs
> by June 30, 2017 (Note that this is one week - if you need more time,
> please let the chairs know.)
>
> RjS
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir
>

--001a1146beac655fce0552a775d3
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">+1<br></div><div class=3D"gmail_extra"><br><div class=3D"g=
mail_quote">On Fri, Jun 23, 2017 at 4:24 PM, Robert Sparks <span dir=3D"ltr=
">&lt;<a href=3D"mailto:rjsparks@nostrum.com" target=3D"_blank">rjsparks@no=
strum.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=
=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is =
a call for adoption of draft-peterson-stir-cnam-02 in the STIR working grou=
p.<br>
<br>
Note that Jon indicated during the virtual interim that he will find a name=
 for the draft that does not imply this is taking on the entire CNAM proble=
m space.<br>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
______________________________<wbr>_________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org" target=3D"_blank">stir@ietf.org</a><br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir" rel=3D"noreferrer" t=
arget=3D"_blank">https://www.ietf.org/mailman/l<wbr>istinfo/stir</a><br>
</blockquote></div><br></div>

--001a1146beac655fce0552a775d3--


From nobody Fri Jun 23 14:48:29 2017
Return-Path: <pp3129@att.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 0BD62128CD5 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:48:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mgLmnrPTUDQS for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:48:26 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 473AC120227 for <stir@ietf.org>; Fri, 23 Jun 2017 14:48:26 -0700 (PDT)
Received: from pps.filterd (m0049295.ppops.net [127.0.0.1]) by m0049295.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5NLjEr2022707; Fri, 23 Jun 2017 17:48:23 -0400
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049295.ppops.net-00191d01. with ESMTP id 2b99jntfx0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 23 Jun 2017 17:48:23 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5NLmMbD011615; Fri, 23 Jun 2017 17:48:22 -0400
Received: from mlpi408.sfdc.sbc.com (mlpi408.sfdc.sbc.com [130.9.128.240]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5NLmEP8011548 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 23 Jun 2017 17:48:17 -0400
Received: from MISOUT7MSGHUBAF.ITServices.sbc.com (MISOUT7MSGHUBAF.itservices.sbc.com [130.9.129.150]) by mlpi408.sfdc.sbc.com (RSA Interceptor); Fri, 23 Jun 2017 21:47:59 GMT
Received: from MISOUT7MSGUSRDD.ITServices.sbc.com ([169.254.4.73]) by MISOUT7MSGHUBAF.ITServices.sbc.com ([130.9.129.150]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 17:47:59 -0400
From: "PFAUTZ, PENN L" <pp3129@att.com>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6TlHcInsRFFU+Ed22CKcA556Iy+/Uw
Date: Fri, 23 Jun 2017 21:47:58 +0000
Message-ID: <38726EDA2109264987B45E29E758C4D610EDC6D6@MISOUT7MSGUSRDD.ITServices.sbc.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [135.70.20.81]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-23_13:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706230369
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/y99wOqML5xTmGxekpPvs_oSbwjw>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:48:28 -0000

I support

-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR=20
working group.

Please send your comments on adopting this draft to the list or the=20
chairs by June 30, 2017 (Note that this is one week - if you need more=20
time, please let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DZCtQJiDh-iUUoXiI1X=
ReKA&m=3D0HgU6PZBrDGR5rF2XVmPzsC40TKKHuEyJggDla12i-w&s=3D8Hzlp78DzJ38BnUCce=
32bjGTDQzTl5sEe-xFSoSTI40&e=3D=20


From nobody Fri Jun 23 14:48:36 2017
Return-Path: <Clark.Whitten@cox.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 33F84129AA4 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:48:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.8
X-Spam-Level: 
X-Spam-Status: No, score=-4.8 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.8, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cox.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kDX1HqhFSSGg for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:48:29 -0700 (PDT)
Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0078.outbound.protection.outlook.com [104.47.37.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 99AFC128CD5 for <stir@ietf.org>; Fri, 23 Jun 2017 14:48:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cox.com; s=selector1;  h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=7RC4RQt4STM9K4blxj3ZF6FunDfmTRubNFjH5g5WWs8=; b=sGC83OT+hc5hQfXxisC3UjjhC6zD62vV8mqJcv9ZjycoGlj3SI0a21A31f4Qjeui6YMudVwaiX9fFRap95NHo2iBRPcknPjN78EmicTsZymYYpfUYABPvYISPRX3QRFOE6LDWNgzEIU62H3BxoAmmnaAx0pWBdKf7a2k9dI5qqk=
Received: from MWHPR01CA0025.prod.exchangelabs.com (10.172.172.139) by CY1PR01MB1674.prod.exchangelabs.com (10.162.160.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1178.14; Fri, 23 Jun 2017 21:48:28 +0000
Received: from CY1NAM02FT010.eop-nam02.prod.protection.outlook.com (2a01:111:f400:7e45::209) by MWHPR01CA0025.outlook.office365.com (2603:10b6:300:101::11) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1199.15 via Frontend Transport; Fri, 23 Jun 2017 21:48:28 +0000
Authentication-Results: spf=pass (sender IP is 98.178.246.9) smtp.mailfrom=cox.com; nostrum.com; dkim=none (message not signed) header.d=none;nostrum.com; dmarc=pass action=none header.from=cox.com;
Received-SPF: Pass (protection.outlook.com: domain of cox.com designates 98.178.246.9 as permitted sender) receiver=protection.outlook.com; client-ip=98.178.246.9; helo=CATL0EXCH06.corp.cox.com;
Received: from CATL0EXCH06.corp.cox.com (98.178.246.9) by CY1NAM02FT010.mail.protection.outlook.com (10.152.75.50) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.1178.14 via Frontend Transport; Fri, 23 Jun 2017 21:48:27 +0000
Received: from CATL0EXCH10.CORP.COX.com (10.62.10.20) by CATL0EXCH06.corp.cox.com (10.62.10.16) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Fri, 23 Jun 2017 17:48:15 -0400
Received: from CATL0EXCH10.CORP.COX.com ([fe80::c0f1:3adf:6d2e:6f5d]) by CATL0EXCH10.corp.cox.com ([fe80::c0f1:3adf:6d2e:6f5d%23]) with mapi id 15.00.1263.000; Fri, 23 Jun 2017 17:48:15 -0400
From: "Whitten, Clark (CCI-Atlanta)" <Clark.Whitten@cox.com>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-peterson-stir-cnam-02
Thread-Index: AQHS7F7ObaCkDGVhi0ekftDxHuQcWaIy/Bgm
Date: Fri, 23 Jun 2017 21:48:15 +0000
Message-ID: <51a1a00a65644b8aa7f860b4e63149b6@CATL0EXCH10.corp.cox.com>
References: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
In-Reply-To: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-transport-fromentityheader: Hosted
Content-Type: multipart/alternative; boundary="_000_51a1a00a65644b8aa7f860b4e63149b6CATL0EXCH10corpcoxcom_"
MIME-Version: 1.0
X-EOPAttributedMessage: 0
X-MS-Office365-Filtering-HT: Tenant
X-Forefront-Antispam-Report: CIP:98.178.246.9; IPV:NLI; CTRY:US; EFV:NLI; SFV:NSPM; SFS:(10009020)(39450400003)(39400400002)(39850400002)(39840400002)(39410400002)(39860400002)(2980300002)(438002)(189002)(377454003)(199003)(9170700003)(189998001)(24736003)(6246003)(30436002)(38730400002)(108616004)(236005)(54896002)(230783001)(6306002)(478600001)(54356999)(53936002)(50986999)(76176999)(86362001)(606005)(7696004)(5660300001)(53546010)(8676002)(260700001)(7906003)(512954002)(81166006)(8936002)(4546004)(229853002)(84326002)(102836003)(14454004)(356003)(2906002)(106466001)(2501003)(2900100001)(72206003)(33646002)(966005)(2950100002)(5250100002); DIR:OUT; SFP:1101; SCL:1; SRVR:CY1PR01MB1674; H:CATL0EXCH06.corp.cox.com; FPR:; SPF:Pass; MLV:sfv; MX:1; A:1; LANG:en; 
X-Microsoft-Exchange-Diagnostics: 1; CY1NAM02FT010; 1:WhHTY8pVlT5GvylfUwlL/M2o6x19fiiK6YJZ2pVv2S1Ekay/EdhiPiNSVhaukYKXBamTOesfsnwsk2aEFPPe3Mdp8JrbSppp3lE94vrDQ7c9Z1h+7i/U1wlH8hF7AeeDDOz0mgRpATpbPkN4BOK4J4JSyT/VTYAgdVPBjHWdsJO6DaPZpsCvxUnNlbM23j3rsY62mZ2L8FnOiNEMIZCFYfG4LI+Shj3EjNWnD7XNkSAicoeJC2L68zTTO6sqiqy22HI4vNosyOCnopzPlE/7LXhgqVgySVYWZ3i/1INRlgamUJkfxqtN7hxtlHCLaiD/ARdPxu9lVYhcGBoaRJDO5DMRsXiQl6NjNQYSD3PXyehAMbopFvJYNljHmTncZJjxzzxDkOds0akLlvejdc/uE1dw2KJ8NNmx2As0CYqerU/XP5YjtuRIKtXpjhLp2JiHCzpurA8HLIitxuMwyBvj/pti+uq+IY2E1yPFU/sqZMg8b4p564iGHtk7o4mUBJI1mV+b5UDNRYqx7jZqjpF2TtXwjGKj0uDTzqrWf6AG1sTFHSDk6t+ZKoV6fJ6Cml0mnco3xAL3Aw/IfZDa78PgD9pHn3mSTZz2FnXSluYh1wKp3WW554aUqJwWfeseJ7PlxPevqUYcTi0ZuY9rOr0R4p0VubumMq5F/y6AWHDb3qiimUrqK+8jtykt0HJVXfOhWKehiOw3/Hf6mHgvYPxHYSoCEAhET14+hzViktNK5SyylUkqqZGdRV72evrVotv4UQjCi7rT/nqPUayRKxoU6Dr1ogixcFlmj1FXHZ8xxsOc5hq8xyerbVPhCSuW97CEOonVKhWSSmCZRRJCwdKQtPSBvU36K2YDQGYRlu2UYs2U9MedOT7476euDGqGWHu0
X-MS-PublicTrafficType: Email
X-MS-Office365-Filtering-Correlation-Id: df7ac279-1718-417a-b3af-08d4ba81950b
X-Microsoft-Antispam: UriScan:; BCL:0; PCL:0; RULEID:(22001)(8251501002)(2017030254075)(201703131423075)(201703031133081); SRVR:CY1PR01MB1674; 
X-Microsoft-Exchange-Diagnostics: 1; CY1PR01MB1674; 3:DcwW49jPkOvwUGPKyxTTUOFIez9RejkbbcRDmrKtO8eo21Al4f3rAwCrob8m0usqwznkfmLMpbnI7btXyCJjvRoF97HgsnGuJC0Jr9wMLzKjCCaBN7SJnC7y943fh7n9cIHICYJw5MQ5apZ0vXYt3lvrQ5ea6ZTu0fS894fJpOcMgKFElv6QfnRqUGfdFs0Yi4QkVn6jd182iSoAPw8ykxFNjxkEEm5EkdADSHZHRVcMEWfnGTkJx+RL/ZWdGiJBJNjyX4gO+Y1y3xQYUOwU5hHe+aHzoAM8l0NPTLQq7FXA9WMXeQs1dKeFVKeMSQrcIQW85PqNbLPP724WmkoGqOzjOj7ALfhAJMelnOjseQAC1qtHcw1JBk3nu4ygOVd7l2l6PtwIw3Q9VSoR2g6SXy9Tg1fenqvgLiod6IqLGbiAXWhz5mPIw1IIPtdzAin6aU3AcmYGVdfngHroV8pmwjuQyOOEWgvrrarUDiEnqqrrbd6BqcN4u52iaN0AF9hI
X-MS-TrafficTypeDiagnostic: CY1PR01MB1674:
X-Microsoft-Exchange-Diagnostics: 1; CY1PR01MB1674; 25:NpHj0oFnCoZXb6QXe1qiu05f4Ru3i1NSF+tt3MwUe7dfdxcJFHa1Mu6F1Dk2L4jPUN7zo7paUrB4TvkWglgkwyrRfPulrQWHbnsNy49MGswxFDPPirC3ZGf+GzzbGIHhLVhQ9MM1IqlOu+4KLf9j/Yf65nWbNqGDk3KzzO3eTU5LsEFN6ZmxnafiiN3lLye0IdwnQcN/3FSllt6oKQwFj+CLq/5ayJVpZtVpfHGX792Lj1+TFMdW5EJ4TJk00cmO3ktvW3tLfK4uflybZ+s1yO4z0QbX4iaggBqvnM7VOU9slAss9Cw8Hba5MxTXoB1UAjiqSwO5x0gM7RUPqN82PTI/n03BHcjFns+MHqOW+fC6lQ++PfxUnnKTzJnUa6atNlMiPAyrpO2nHIr3nFTYrF5yE1UtBIdPRUf/KYrwTYziMNcSdPDtT0wWjqktoYRK7xgNMQXWaYSeThe7xrP9gH2Ghf6qX5uvpoT9IimaimKvNrSwoNSPVmQZ/f5WHXYYXGOgAdS43HxjuDOEB7cyPak9VbBYA09S+SJM9cMx47YHFrICjQ2WeRVe5l+UTOiCwnncynDVfGlbqj62MWL86oNd956fwS/hNNeZtW8I2pw2pzXFNLX2YALz2shxRQjRyB/1SB2ne47PkQZWLNG0gk1GvEmUzaLE1VcHm7bDI0ubv8Rqa57/1BB9dEB1yijzp+4BRfZzJO17NwfH5LRl8gNQQfO+5yXdxi6sND2InMs9EYu0NHva60nWKtyOw26485rIn0aN+FxqiWv0AEY90cD9Wqp92yS/Piyayhi9oDtM2CN8eTNBmXQVcWZRqWB/pZnmNEYwY8p7k8MLRKAbCnNVL3R4nXfZfZaRAXGEnfdIkcC4qJkHqnvfZjTZz67jSFMamqTovlCdqWHqceyppO2agmkemoD8ZVLitBrc8tk=
X-Microsoft-Exchange-Diagnostics: 1; CY1PR01MB1674; 31:a/GD025YHRSDHhgqHtz7kyWxzhPQLdBMRoP9LAinfFNz2tt+DoLt2w50Bxs/y+6KW2agVvwjAOaDLl59V4apI/DBdjeIO5z0J72wGYob0X0ylUJlTwF8t7/raLyMy6FkUS+13mHykl8MISgsZmcw/f9pq5OrVNVA+o04ETVpWyf7N2YDGWg/nu1oD9QBGHjalxU+rfbMe8Qt91pMj38JyjTlH4wA8g9Obek6ByiA8eN2ukowgcVFJ41G2uBAhmIPgJ1dkzH1pETTpr/xcl65LIi4abdOwW1nMSecuNSejxLIs7N3yRVv3dEWgOyZiDXzPfcc0gz3SJRSYtiBHjrVjru//rmuXmUEhksqlwjdi0kjBOeotxeg7p74aEPItxmomeq0HdeX6oLwILIEpKJuFA3OD1tDTOUQdArMx+oledQlLXg4X6aH8X3yBS3Uzez3+6ikTJBrTsoDa971l9p7nl+FwTmUbMqvz0L3fmR0PN6vzkNoly4rQi877GQkQ0giPdoE3Um9RP6DQqRCPzLvVKQLBI8Pj+Cabe7Les0HcMnEmMd/IeXTG8D+1CoE+5SFbfTGGiCNKESKgYs25HfN78CLcpseQa+3XuNxUkpMfoFqwZyMMEqT63IQT5/eFtzqE1vOcOB3lIJHzldKo3G/ktgLbmTiEfun8bJZjELYB87C7fdKWBxfuMp184Y1zS2GHMheu+oRbXpbICY3Z91J8g==
X-Microsoft-Exchange-Diagnostics: 1; CY1PR01MB1674; 20:xGIklrMlM9O3Aa3ibDHOsh786st8Km5P0Rb91jdTLfz6c3BaK9zpAX6Te/csz0f3jwpQJ1bQHgu8FijGB9S6DyXtvbnyWCzRk7Kl5dopwFoerd2dUxtBZgkSFXRsMLdoB6hkVwQAXp2XpBxulV3zGuT/a+qXAdyvLntMVb2Vm19W7PoKUUNSbVRJqE5hnxB/U1/NzdR+15MNOw5R6PQMcGYm7bZng42XdHD7U7l6VV8IBVf8aIRsHSdXMwpBGTHRTqu1mYDnYKoWpHet1S+0RSf0V/Ur3Zvc31Y8FreaO2EXIHuyeZLrbkI669fDKWTL4CFKHczXU5rVkTEcaslq76XaOperx3WzNHotZDaU9HjNW0LiqBFzhIkGF3NwEYznJudeTTN0dLQOv+lXoUFzlhJgLjKQ6odWeA25ZZ/cCbJ+JG1RNl7w+XiQmUz83M2FGobaJEq/bIfr3vJ//A/F+jVQ174nHCABNF2AUnyvTt7lHW9rojBzM/CNmWRF8vce
X-Microsoft-Antispam-PRVS: <CY1PR01MB1674131B2DCF8E71B796210BE5D80@CY1PR01MB1674.prod.exchangelabs.com>
X-Exchange-Antispam-Report-Test: UriScan:(158342451672863);
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(2401047)(13018025)(8121501046)(5005006)(13016025)(10201501046)(100000703101)(100105400095)(93006095)(93004095)(3002001)(6055026)(6041248)(20161123564025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123558100)(20161123560025)(20161123562025)(20161123555025)(6072148)(100000704101)(100105200095)(100000705101)(100105500095); SRVR:CY1PR01MB1674; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:CY1PR01MB1674; 
X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; CY1PR01MB1674; 4:COpWihb6tWT37ZyQC79L+hj/QopKE/kQ2HvmtJs3NR?= =?us-ascii?Q?IVKDB0S9tvP3IWtiGy8hYSfcCFIneza/3WRqzKm+MYZem7wpoM7eo/qZSNNb?= =?us-ascii?Q?vhJDbZHzxGgxkKB8dtASsryjA/F822M+yXqWYTRvCNOcW0w4xP6P8Ca+RiKh?= =?us-ascii?Q?4DdtF3J2G0OyyoeL+t//FaX5jBTpx/JJVZXvj1lFtCv0FbBa++rRRHI54LHd?= =?us-ascii?Q?t86ISCVC3vFNiyHW+oS8ovMmZ3uCYhoEHXwMObxc/aQvbM/VK0Y3/I+wWf/A?= =?us-ascii?Q?e1+vYOAqcqUCuYWNuprTH/tC8w5nh6vGqT0fhLuaUqTzyIzd3mfkRSb3m0fM?= =?us-ascii?Q?uiGrBIMDKppebiB2EQ+JBYiJG6bM3Eblnu6SwLNWnrUR4O7DjE4izxYNNLUg?= =?us-ascii?Q?CX0Bi+507ZZ3cBfDhCKDllLJoWbOUyx3td2QmXRHdF5MRvez91czwb7PrlEz?= =?us-ascii?Q?1BVGHzj0ngOOJC3sw+9V0CHl6YMEnHBesnjoqWemidE1qYhuOqpyCLgYl70j?= =?us-ascii?Q?LGg6lDuexwS2+l5SWb06RiMKoDqUeedW/lPRJxxNDB5iawlYwO+YvtE9Lreq?= =?us-ascii?Q?COmIM85IfzZYhoOZVdT5XeHadN/f78kumGHKrcz8YEWNjAc7ZCNl3H5hIRbP?= =?us-ascii?Q?tyIjtRE+p6sOFD6vTfhSK2E9dAEvkaRnJrNTVMB/kBMZEn+rmLahIN0Oif3C?= =?us-ascii?Q?Cjoc8HRu0iP9HowS9H8JbzU1eKmBojTZfgNcWzwL/xyyckQ1kx0/C4O7b5Az?= =?us-ascii?Q?eyKfo4lbI4m3F5UWytNGdPtCC0YqFPUrClqtA63NLXAZDPzL0VGCJrzNEHFT?= =?us-ascii?Q?s3sbEPxmZwu7NbbGLFutd3i8jgJ/Jkqr8HlOyxdQAiQf/HTsg9/1hUbwaQQm?= =?us-ascii?Q?oMDZLjbjJDqrLpvKEomIKXk3qdY4gGmBpHiEoNHWIY2WslaVhHzAcM6xZxJU?= =?us-ascii?Q?imWn1igLEBhn7oThqYnv+MqVen0YrVnnnDsp+s30ENEw99ACNo6l78+Uk7sk?= =?us-ascii?Q?z+Qmczo8gxMxT/TOnkmBuz7IA18ACiK1ORtGMWA8xhVtN44wKzyEzjNun05r?= =?us-ascii?Q?3I37g4NteKLeR8rqX9wzNFMY6VEARvaWfnjjMl8U4SWOBgP3LpPU510kAMOA?= =?us-ascii?Q?bN0u3ZK973UZ6iOS41NTI4wy2MoB4Jzjfg2nVzEaiStD2iEKdGOEHmmLeE3C?= =?us-ascii?Q?jRJk9b3bqw33yAeGMnAP59+MJYhQ4XBfp/5LeF3NGEP9X1eN4y04T25w=3D?= =?us-ascii?Q?=3D?=
X-Forefront-PRVS: 0347410860
X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; CY1PR01MB1674; 23:ISDYBRI72vKsmcJZNOQEg+Uds/c4k1dS1tlXScV4e?= =?us-ascii?Q?fN2O/yGH8v/6lj9l5Hs121TgyLlnSq0HkRe/LShandhVggFG+usDufZfDAGz?= =?us-ascii?Q?LcDupj3caq3yAwERpYX7pFqIKMigFeURAc4oMb01OWZvxtvYxlqe+Upi1CP+?= =?us-ascii?Q?onhKSELqVtVe2i2IlMpiR+IDrODgmUUu/Pwmr4ni0cPQZMX9lEQWmkGMVHJY?= =?us-ascii?Q?4IZ8Uxz8u+QKztfwdyCJa7XNwludjm33+s7GKGLiSLvDlmv6n46ykQ16hUQd?= =?us-ascii?Q?wv9jaIaq394XyXPFPDrStJfeVbnMfYe9rSx+xORlUSPGriGSZ4ZhwYSSBdJi?= =?us-ascii?Q?hOwBvE5x9FL6VYdIevKsIE+5zbg9BF1L9k3AN07m3NXDhZ6cBnv/zmcWN23q?= =?us-ascii?Q?uyambbNZL3kRoNmNrluup7Sv8FJRlcKaCbTw8jp8PtoR54CH+ffEJzo1YL2l?= =?us-ascii?Q?wmzSdWTSW1Ast8G7I2eSqTrRzuSMSSlT/7vJNLmlFu7PHNExfCKlT6xKyhNJ?= =?us-ascii?Q?OKQJN/TIJyPs29vTMZKNZqxK2oepXi3F2MZ6KkjONgP2N2B71jY6ixKCwrSs?= =?us-ascii?Q?NjX0yi/WNXEJ3nE0SIKXWunb0R5HZsafoeKKqpz4nmoJkL9RX8P9w3MdYL+6?= =?us-ascii?Q?OHfnUCvIIkBoZDigiyKAulEg4DDzkIa77ldRQqJSWsn37srCbFRUkfeXTgXl?= =?us-ascii?Q?39M0WzDySx+UmmnJo6lNTQhpsPAGhOYPK9NRxy0cZhoYlubkcJKNnLlmWI7Q?= =?us-ascii?Q?bquHBX6Dt2cTMjDmpT/lRh1bL+CxFyohURphOukGzVrSXmv2pwGIp0Szx7TA?= =?us-ascii?Q?GAbzBWtnIh7CxT7ltPdfw7EmT/7zX7eu7HxhWi+R8DAbmeBnVZe9Aurr/04w?= =?us-ascii?Q?t5rIvB21UuV1Nd9T2s/oeUppES+9DwPb8tQrxQaSIOoRrW1pkdXn2FXUW784?= =?us-ascii?Q?CekPZ4CPkoCq9+UjEVJn6BMdhSQiHgJdBUhXnDyzOCvkg6yy+pesb10wMksn?= =?us-ascii?Q?Xr3RAi9t0U4jKqInxD1dJac/h4rcfhrErTBfmiQ6FIaiv0QNdzWiFVEwNA5y?= =?us-ascii?Q?iasiEirNmcvqu9cU9i8lQaE4hUhd68r/wrzhlrzWwQVkMqRiyn/N+EjfPIeG?= =?us-ascii?Q?w878lH7Tzdj8kpconk566yzGxRK5SOQp383dMw+Ap+nolzBtqcywMjUpSqNQ?= =?us-ascii?Q?zw3TmmghW5DCIt3Kro1N6hkytrUl0RYvo8trn+QHb3B847cxyEMyIYdWnKga?= =?us-ascii?Q?SXAwkzGA6VGQYqg201gbMAsnqZmulWqZwhrqGKQgMdtNAtXvq9kEhcKchBjt?= =?us-ascii?B?UT09?=
X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; CY1PR01MB1674; 6:YiPnh/X3EPonIGNRG/CWLIwlGRg8OG6cbEDGBBIk7s?= =?us-ascii?Q?ZkJ5K8UF/9imc5Kf0Mo5w9MPa0tKMytqj+L0a8P0MU8keqgCVOlhFcKSe/0N?= =?us-ascii?Q?e/0PgEm8T33N5TUtVvmnSInfWSxBilSPfm/iIQU9ZDyyP55rI1Zip+TIglqV?= =?us-ascii?Q?QjrRhiZJvlKj0QgXXII6ZZPTueYQWoAPcpPPupvvscaO85rYY2rMyTXX8YZe?= =?us-ascii?Q?xAafsApXdWTNnIv2+BHTnBDLfUIb+KMWlYYFVfsEZ9EtCU9kR8HrzWgXtDu6?= =?us-ascii?Q?WK6aAEE4FrO3b4oi0poSfmMhL+NIjldyHe+2CYbUdBRu8JIc4/OmoOqgoafN?= =?us-ascii?Q?jHNRaABxCROE3yK6rOYtWoi8uIs81lbeDaYPrCKdTlbLIJQzGrT8xJKeuemv?= =?us-ascii?Q?5zEw/H4/RGl9upgcXovdJLxMyWdYbn8edMe/vAsm9OaKV/OzBdWHTB05TBpp?= =?us-ascii?Q?JmKoFvxUNejr9NmdRyy2aW1Wc22DMQpJUq5tW78/WiZ3QHJ4vQGQmONmGK8z?= =?us-ascii?Q?WyR+JlSEqwRwYyWq4YYb+NNvB39R7QDqz8uQfYaDHGl1PdNT2heJL5Hh/pjn?= =?us-ascii?Q?UyOG/wmapOe7NIwEI3w+9v4ih/uF/vekAYgHU7qQYOLq0IreHu2kc7X2naAv?= =?us-ascii?Q?+nNT/JebZsQ/ZOnNTD0d6AHzym/hqcz2ZTOALmjLmMbdgpD/nlLbCMy9MriC?= =?us-ascii?Q?CjhqgLIK0DUULMG0AnAvMyxRIs52kx9FECw7PTmcy7gv7kqaNt5vQ/QmMaKE?= =?us-ascii?Q?YFZjq4iYKsb8AAR8tICLRRHh/Y0p3yG0d4izaW4z3w+B2HzUl9TuLdcUpc9/?= =?us-ascii?Q?yJoJTj33iBfBD4Ih3mONPUJAZpZgLrX5iA5rISvrUlDzuF+UdnHeQS+mpClI?= =?us-ascii?Q?32hIpCGzuQPqGDVJH43okB4Ns3JZ5ZA+nfSAk6IBWyUwEUbuujZVKKUHfzv3?= =?us-ascii?Q?PosmIxB6M9pd6+nW6gl9HKoN0ylJIdIgTaQPs5PnAq6ueHAwjqCHfnAp3kKQ?= =?us-ascii?Q?9inTvP9Ea4Sk3qDpUIxt2h?=
X-Microsoft-Exchange-Diagnostics: 1; CY1PR01MB1674; 5:+9bnvqyjE3OyMGZKYeHLhyFidJ4qJDx1CqnjETWy2S3oPzpbr8hSrYMF/4tuqaReo4kNs14Dhcr2uBjtC2Wta4npeUdX1KlJxndae4VeZbH8uRG2PguwaiRfkM+zdOlqjnHGhk04lh7x/Yz8Uj0OdgWJZK5e58BXUAFVdAxYUVLb8OuAtz6Jp0Xlh/VnV6zG2PsjeOMvLcm7BCNSediGM/YYo7yuus1H734a/HoOUZBg4ZBhhzr/2AZgKfilaZmpGkw5rwYTk0HqfRBUu2Yq8SR2KSZJqZOwMhFIU0D2Tr1RJb/9OOoLhEBrM8j/UFE3EZm7I+xI7G/mvFH1CljANUW8chnxtofLeOyQD2XNh7DPBkxh+hQ+spa/f4P0SSZ0ZRA5P79gX2+f4exgkJ4Cj64qNxzI7LvWuf0nyJjj4XenWY48dCABD0nXjt7QjMLR9BBSjVGcyw88w/7hQbbTkOatwCMdL0iQhOpcLB33BMK1gDkTolTd2fJ0Bt7hfOQV; 24:Bkv243EatY3DboTOY+ya1c6D8ANU5WYcyL6gSeyM6NnwwEnP884HcQrAPRkIHPM1+nu9qIxFp2geTb3bPZZQXvkz/a7DG23AX2RtHUnFyoM=
SpamDiagnosticOutput: 1:99
SpamDiagnosticMetadata: NSPM
X-Microsoft-Exchange-Diagnostics: 1; CY1PR01MB1674; 7:1XcBp8Ed0mZpXDr44ZCh+zvR7mlfQH5oIShJq9ffX5okVAvulQz5kqkeY42L92Q1KBTq0YbfJjfEc7RJnzdPR+k77OfFi2nVFxnaCalwBu16qHWWy/U5DyU+1MIlhktAVDRThBbiWW/hNrPEWFcjzdMPzsFKr1Y7g6nPRhc7PNEEFS9JPLQCeuW0Q15eJT/c6O3JrIzSWJSXY76p0ozjtQ9eaJJ3d4n6tITyr9daDMFCAfldwf3/D9RRKlB0Nwaa0So2gqpS7nub0gWsUvI8V5sk4rQZqSlSAUvbLQABKfWPxdq4M/VNU2MswLXONxYxRsD2HFZIkgEE9q2tvoNgTQxBED3xoNMP/y1nzUWSNxt9ow1PuYLCPvqU0uRlFFBhzDZTliJ4iFU+WMXx8RgHEBwKntrsyVFzuxjWHkiKa654Jyy/w1x7BxF1DPeDbCILSAVzUXOvx1C0vGVgSlH4KGC2+ECS7eNUpsrOgqk9g/n1s0kKjS9TJq+O9tw+JQgYIXHbgzrfOzbYvBCkKDEbIezj5U/0FRzZ1sDdOEnXnUw3n7ldrpZ527DoEbo9aijyzcQPdcVecDEhnjLMdpYetXkOok4BYEd7xmrWFwAbv1FtXyYmCGenegwyXY+LwS5J2xAm4ek5APJVqshvcu75ahM0EWYfz6EP3iXhkg/UuH8743cq/SnJlbLBhf5BLLq7yIlBmeYBsueu+m+FvNUNU0DG4YkxijKa+hSPd+SBW//LuChSMNWq7164+99n6f9GyeRvq1b9ssWZ9L0uDl7un8Efd9tB0zlx95DzLCXCo0s=
X-OriginatorOrg: cox.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Jun 2017 21:48:27.8014 (UTC)
X-MS-Exchange-CrossTenant-Id: 9feebc97-ff04-42c9-a152-767073872118
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=9feebc97-ff04-42c9-a152-767073872118; Ip=[98.178.246.9];  Helo=[CATL0EXCH06.corp.cox.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: CY1PR01MB1674
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/sF6X5oPMBisPzCmQiarCm_rITpM>
Subject: Re: [stir] Call for adoption: draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:48:32 -0000

--_000_51a1a00a65644b8aa7f860b4e63149b6CATL0EXCH10corpcoxcom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support



Sent from my Verizon, Samsung Galaxy smartphone


-------- Original message --------
From: Robert Sparks <rjsparks@nostrum.com>
Date: 6/23/17 4:25 PM (GMT-05:00)
To: stir@ietf.org
Subject: [stir] Call for adoption: draft-peterson-stir-cnam-02

This is a call for adoption of draft-peterson-stir-cnam-02 in the STIR
working group.

Note that Jon indicated during the virtual interim that he will find a
name for the draft that does not imply this is taking on the entire CNAM
problem space.

Please send your comments on adopting this draft to the list or the
chairs by June 30, 2017 (Note that this is one week - if you need more
time, please let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://www.ietf.org/mailman/listinfo/stir

--_000_51a1a00a65644b8aa7f860b4e63149b6CATL0EXCH10corpcoxcom_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; pad=
ding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>I support</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div id=3D"x_composer_signature">
<div dir=3D"auto" style=3D"font-size:85%; color:#575757">Sent from my Veriz=
on, Samsung Galaxy smartphone</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>-------- Original message --------</div>
<div>From: Robert Sparks &lt;rjsparks@nostrum.com&gt; </div>
<div>Date: 6/23/17 4:25 PM (GMT-05:00) </div>
<div>To: stir@ietf.org </div>
<div>Subject: [stir] Call for adoption: draft-peterson-stir-cnam-02 </div>
<div><br>
</div>
</div>
<font size=3D"2"><span style=3D"font-size:10pt;">
<div class=3D"PlainText">This is a call for adoption of draft-peterson-stir=
-cnam-02 in the STIR
<br>
working group.<br>
<br>
Note that Jon indicated during the virtual interim that he will find a <br>
name for the draft that does not imply this is taking on the entire CNAM <b=
r>
problem space.<br>
<br>
Please send your comments on adopting this draft to the list or the <br>
chairs by June 30, 2017 (Note that this is one week - if you need more <br>
time, please let the chairs know.)<br>
<br>
RjS<br>
<br>
_______________________________________________<br>
stir mailing list<br>
stir@ietf.org<br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir">https://www.ietf.org=
/mailman/listinfo/stir</a><br>
</div>
</span></font>
</body>
</html>

--_000_51a1a00a65644b8aa7f860b4e63149b6CATL0EXCH10corpcoxcom_--


From nobody Fri Jun 23 14:52:38 2017
Return-Path: <subirdas21@gmail.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 003D3129445 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:52:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.748
X-Spam-Level: 
X-Spam-Status: No, score=-1.748 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id unDfvp_Peo0b for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:52:35 -0700 (PDT)
Received: from mail-wr0-x231.google.com (mail-wr0-x231.google.com [IPv6:2a00:1450:400c:c0c::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2A20C128CD5 for <stir@ietf.org>; Fri, 23 Jun 2017 14:52:35 -0700 (PDT)
Received: by mail-wr0-x231.google.com with SMTP id r103so82207519wrb.0 for <stir@ietf.org>; Fri, 23 Jun 2017 14:52:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Fq3Ghz0gt2WuopIWj6kw/670CJ6tREyl+5T7NSFMfmY=; b=eHt4TQSYIpHHnvrKu2SMbzkqZ1oMiHArJPLcg/QwIrV3BJQqzUWvLgtb+3wY67I+MX nc4eRpddyBE7sQj0BKtDYg3K2M327Rzo4UGsKx5MjxWF4UeCb8Bpsvy8TOt+UzWimBSW sYf/LNivihe1hlaVA+CT+Is/wPGyC25ByFhPxo88Mc2znuLgEFGvKSfYqkVjXSLCilx3 oH+eAEk/8dyqilsfWHphj0ZUhex4GnSVqEsDFSJh+sxDO058IFCXPSH9epYuvLMYn/21 VQ4x843Cf6r5jwQ97Qj8GxDBjI1kyVR6/5XWfWEEmjZlWLIOO/YZlXt2MAih5YhQHqpt 2tZA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Fq3Ghz0gt2WuopIWj6kw/670CJ6tREyl+5T7NSFMfmY=; b=Eg4eQoxxROCaBgoN6CSze0KpU5Gv9ax6nPTAqs4Pyb7Rgmd6YLbKvgqezAuwUD20Ua MxIU0JjCxz5KMn7zIxHHMuJ79gcgeXbKZfxMZIfQwLXQFNIrevh+76yj5ZOvUSQ0FQWJ EWGxSQ3gmDiWpou9b9Gc+zvwhAJ0MIJLMZYipUqFtnVsnlm9XS+21YauUSEho6A+BxfL I/OrPspClXVP4uqLubzzZNwRmlr+Mx93Szjp2JJmcfHQfX/VYeSis9WX/EH0NTODLWq/ cE5P7c+pGwBJOiL3FUUBFDWyXNRLHNFxa8SJBUWfJ8phdtY7sQMp5FLkbQIhTURllmTg mbFw==
X-Gm-Message-State: AKS2vOwEhNKoSlP5+CSICIAS+iE5rpspYAh8yBCz9LwHpq+fzjphLh09 PphMtbCfe7j3KzmKJ8ixiO02k3jk2g==
X-Received: by 10.223.134.157 with SMTP id 29mr7618271wrx.157.1498254753737; Fri, 23 Jun 2017 14:52:33 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.7.4 with HTTP; Fri, 23 Jun 2017 14:52:33 -0700 (PDT)
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
From: Subir Das <subirdas21@gmail.com>
Date: Fri, 23 Jun 2017 17:52:33 -0400
Message-ID: <CAFb8J8qVuOtHRrnK+Rs43XvJznXiDgtxYxOBZ0=c1OGO4DO5CA@mail.gmail.com>
To: Robert Sparks <rjsparks@nostrum.com>
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Type: multipart/alternative; boundary="001a1146beac6134df0552a79e30"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/TTeFrEheKMPk1FeNuJkE6AbQR58>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 21:52:37 -0000

--001a1146beac6134df0552a79e30
Content-Type: text/plain; charset="UTF-8"

+1

On Fri, Jun 23, 2017 at 4:23 PM, Robert Sparks <rjsparks@nostrum.com> wrote:

> This is a call for adoption of draft-singh-stir-rph-00 in the STIR working
> group.
>
> Please send your comments on adopting this draft to the list or the chairs
> by June 30, 2017 (Note that this is one week - if you need more time,
> please let the chairs know.)
>
> RjS
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir
>

--001a1146beac6134df0552a79e30
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">+1<br></div><div class=3D"gmail_extra"><br><div class=3D"g=
mail_quote">On Fri, Jun 23, 2017 at 4:23 PM, Robert Sparks <span dir=3D"ltr=
">&lt;<a href=3D"mailto:rjsparks@nostrum.com" target=3D"_blank">rjsparks@no=
strum.com</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=
=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is =
a call for adoption of draft-singh-stir-rph-00 in the STIR working group.<b=
r>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
______________________________<wbr>_________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org" target=3D"_blank">stir@ietf.org</a><br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir" rel=3D"noreferrer" t=
arget=3D"_blank">https://www.ietf.org/mailman/l<wbr>istinfo/stir</a><br>
</blockquote></div><br></div>

--001a1146beac6134df0552a79e30--


From nobody Fri Jun 23 15:07:03 2017
Return-Path: <Clark.Whitten@cox.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 501291252BA for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 15:07:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cox.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nnO_UEHAKLyA for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 15:07:00 -0700 (PDT)
Received: from NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0078.outbound.protection.outlook.com [104.47.36.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C42BB120454 for <stir@ietf.org>; Fri, 23 Jun 2017 15:06:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cox.com; s=selector1;  h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=EtuffD6fWXBXzJFPKkEeLgFMlixylFz6ovrwf9NZgEs=; b=qBw6w0611psC7iYtzoJpehYmctpNdXwsdBumW3TKLxszUO9uJk3aGwHdYEgyFjVADeuZZHsg0Ffpm+VznsINTyNt4wPNoNnB+ReZaVrDUu42BKGTOSJkq9Lfii7Fg8Kxc7vH5ldEa5+WDGfoR+v9qfJFcb0KsuDSa+id5SDDg0s=
Received: from MWHPR01CA0021.prod.exchangelabs.com (10.168.201.159) by BY2PR01MB1718.prod.exchangelabs.com (10.163.26.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1178.14; Fri, 23 Jun 2017 22:06:58 +0000
Received: from BL2NAM02FT011.eop-nam02.prod.protection.outlook.com (2a01:111:f400:7e46::209) by MWHPR01CA0021.outlook.office365.com (2603:10b6:300:3b::31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1199.15 via Frontend Transport; Fri, 23 Jun 2017 22:06:57 +0000
Authentication-Results: spf=pass (sender IP is 98.178.246.9) smtp.mailfrom=cox.com; nostrum.com; dkim=none (message not signed) header.d=none;nostrum.com; dmarc=pass action=none header.from=cox.com;
Received-SPF: Pass (protection.outlook.com: domain of cox.com designates 98.178.246.9 as permitted sender) receiver=protection.outlook.com; client-ip=98.178.246.9; helo=CATL0EXCH08.corp.cox.com;
Received: from CATL0EXCH08.corp.cox.com (98.178.246.9) by BL2NAM02FT011.mail.protection.outlook.com (10.152.77.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.1178.14 via Frontend Transport; Fri, 23 Jun 2017 22:06:57 +0000
Received: from CATL0EXCH10.CORP.COX.com (10.62.10.20) by CATL0EXCH08.corp.cox.com (10.62.10.18) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Fri, 23 Jun 2017 18:06:55 -0400
Received: from CATL0EXCH10.CORP.COX.com ([fe80::c0f1:3adf:6d2e:6f5d]) by CATL0EXCH10.corp.cox.com ([fe80::c0f1:3adf:6d2e:6f5d%23]) with mapi id 15.00.1263.000; Fri, 23 Jun 2017 18:06:54 -0400
From: "Whitten, Clark (CCI-Atlanta)" <Clark.Whitten@cox.com>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6OFBSqbu2wckWeU2wEeZrxOKIzAU6u
Date: Fri, 23 Jun 2017 22:06:54 +0000
Message-ID: <32eaf1c8e2c74cf0b8d7a4ec6ecdaaa9@CATL0EXCH10.corp.cox.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-transport-fromentityheader: Hosted
Content-Type: multipart/alternative; boundary="_000_32eaf1c8e2c74cf0b8d7a4ec6ecdaaa9CATL0EXCH10corpcoxcom_"
MIME-Version: 1.0
X-EOPAttributedMessage: 0
X-MS-Office365-Filtering-HT: Tenant
X-Forefront-Antispam-Report: CIP:98.178.246.9; IPV:NLI; CTRY:US; EFV:NLI; SFV:NSPM; SFS:(10009020)(39860400002)(39840400002)(39410400002)(39400400002)(39450400003)(39850400002)(2980300002)(438002)(199003)(377454003)(189002)(9170700003)(2501003)(5250100002)(54356999)(5660300001)(106466001)(76176999)(50986999)(53936002)(102836003)(8676002)(236005)(2906002)(230783001)(7696004)(108616004)(81166006)(229853002)(24736003)(6246003)(8936002)(84326002)(33646002)(38730400002)(260700001)(2900100001)(14454004)(512954002)(6306002)(4546004)(7906003)(72206003)(30436002)(53546010)(356003)(86362001)(54896002)(478600001)(606005)(2950100002)(966005)(189998001); DIR:OUT; SFP:1101; SCL:1; SRVR:BY2PR01MB1718; H:CATL0EXCH08.corp.cox.com; FPR:; SPF:Pass; MLV:sfv; A:1; MX:1; LANG:en; 
X-Microsoft-Exchange-Diagnostics: 1; BL2NAM02FT011; 1:QLISePx1AhktxMQGnE+UnCoSwAG3qH/FxslkjNoURxOZQndT17i1TE9nsHxE/+bXqzIlPVcHWpQaTUu8g8oj9x3yUuewxmpOvNec0Hyas/psnriPNBvGjt/s07CS2KywU8BV4AN23bz4IoKt/BnjoNGMO0VT5VoDT+z9GNkZeNxl+PQWlJYAFBLWa2qZTCAAmqioAOHLZWlKApriGMM2ajToH+4ihtgAtAdu7XOm8DFNM729Re1IHm0UsYZCY2HH0sOcio/qbLbeyUH8wxnfPl51Y2zSmoKBR7EWZJX4GrKWsMkmkFxuVP6IhUlZg558pwNIesci0ktvPfJwk1dP/gNMRLizaMWSsB/6nikZJtmgyivW4ZhahG6DQk4FDXGE2UxM3vEVAEN/e+yEfd4n26K+CwHSrzDNxY5JwAE/h0CCb4h5ttQKa67E7qes9d9zX7/K2qSl0NNU1ucKiUjNfBr/CB3OmKSQ9BJuRzV4BgZ1HhduJndGGP4PuBGeW9tvDL0cwmpRKQmdqouZX2Ttdg==
X-MS-PublicTrafficType: Email
X-MS-Office365-Filtering-Correlation-Id: 50a853c7-62af-48c9-bf83-08d4ba842a21
X-Microsoft-Antispam: UriScan:; BCL:0; PCL:0; RULEID:(300000500073)(300135000095)(300000501073)(300135300095)(22001)(300000502073)(300135100095)(8251501002)(2017030254075)(300000503073)(300135400095)(201703131423075)(201703031133081)(300000504073)(300135200095)(300000505073)(300135600095)(300000506059)(300135500095); SRVR:BY2PR01MB1718; 
X-Microsoft-Exchange-Diagnostics: 1; BY2PR01MB1718; 3:tpFDS3yZuNuZsUeJqmLn+mTR7JxLaPxAqkSJIwkOcbK7pshEjbj6ut51IU2CrJxsCc74vkcfUdwElye+2aVDTlnboAdotQPQwWBGrJzeqAjutsrrAZVvg+rxytO5SppsniZnM7OMy/uw9la2EuyDrQKuCKYLQ91RNpVNUqITptDZe9Yx/l73vaLuvuJYApTQJunBbHvvsZvxXe+hDopmEXwV0dRiiKKadPIPe0ULueHt2IoaV6Ay3cE3hr55hiirgnz5LKmoPVzegfMJcmhpqExu9VM5G0F2UVVpPvnMsRFe/4iavD4gjsP8+nKLBKgWLrEdEqXVeF9NBFp4spqwqOxH4TF2h4iahseuIMtZ19e4szRpHo1colSvQq8SOD3ArM47mHIkPssWOJE35RqpgJkg28ZrlCCeFS5N8i4QFB6oSS9GTdiRqsJyIzN+hOBocdTVwVzwHfGIsib9M+11QrFkE48DULToFc/8tx36QOLV6B2C7q1NINwgWc6j+xze39G2AjTNcgPQBlN45hRE3JznvD7wfVQMW0SuLPmxHytP6D4PCQvoIBflBChUrXu7Rclfbwyk0cQ941CZjFGvJ9kbHy3K+1fc+Ll6ppKpvupI5q/NrCUHiG3jBWBXxIXSLYo88jT2/W0vuKL8zQjbWbneWpBAp7h3YtsrcA7Mu0u4AUmlGOweY/+MOAFrI0QJmt6w75Cp7an2/7HdJ0sGc9FUfebbV/+y533alt2NfygeLZU+DcGDYKGJ4MIUidwV+VIpZvgOuQYVCO06etbQeWhs8AayTWrGbHAuS81N0rrkVu1kPe71FW34iR+W90E9pml/EgeJOzqSNRzNA5hKCkxw0V5hHfnjdoSQRdivNccbc6R6BzcuJ50M/jwfFd2C+RB/N1H/OJQszK3zssTwaQ==
X-MS-TrafficTypeDiagnostic: BY2PR01MB1718:
X-Microsoft-Exchange-Diagnostics: 1; BY2PR01MB1718; 25:qyvry8Cu+azztsSSx9disEUfY/YtMDeIl6JJ+FoiXCcUh5YRDyGAOPpBXdx5WU6YTt/N23KzzaWCL4SAifRjRsdMA/evBrU7LOR5lUmNYcZDnoNU7ZbyBdPEYyKJnHHsvgpKwo58q/UoZCYI2X/9B50/tzD4qqFiNcrdFJYWAtZGaZbLUr7B7gcgQwP/nb3OV1HEBGOhN9nF2RZsaJi44d7GdpoWxiSIKm5126FRZ76gJ8NN+rWow3iH3wtSZNFt8oXHt3aw01q/onza0KxaKthyZorpyi8hQFeWQoT28lYnvjBOZboFCRr24PrY8Wy4RA0XK1rhlbiLYoqGLNfvJYP5rE+I6HoHvTdL0lF6SVd94IAy+oVmOUPC9b7m8Mz+TnEbZMlbFO5obhPn/WT3vMCnOxZ7peleKw6zVRvm81QnpJIp9ApKlJ2/Rfzb73vohmuQBavyd3fqlOhA+yKX5s8+jMZgUIztrW5WAR+4slMwxe+LHhAxAtU/thoUetGesOi8XrTX84zocy8mqEkPZgoO+q1eBz2HBxrA6CmexYHFvvj0GfUnUegtrwv0YuMIqXBq7SC7B9/7915H9kmr5oGshss5ErbKBXdWiRoUpgWfIIUO5RbzVQzgFdnh2PgGzexDZf/CV5Nz+YyLWDNRVtQonAx+A7YhjOtWdgIaDZFXS/JmqLRsgoqjnFDWrHhOr0S5nDc6YRnJK9ubULVUzxQw1FkN57Oajs4Wuob7bPEA8Se47me/sPwbvKw+TYg874AcMknmSVZziJfEDnGGV6GAuELuqbbd/GflWElgyvgtpWhNzwkxRiwnvOI7q0z0sGwt9NCBggRyyX0W11780Dtt2iikSOjYdBw2PummN+2lj+9TMOuhaePeVSxc3qW2xy303C00uDCrTBhh0SjWGajKafO2QY5kFhC4KIVWgQQ=
X-Microsoft-Exchange-Diagnostics: 1; BY2PR01MB1718; 31:oChLAph883J97XfvmFYrDJhHMLEU4MxqmXROeOfoqoYAVKLSRCXKee63uR4kfUaKcHtHyYFbmiLKehEulGWV3RG637jwywJOF2RoAIWUEkujxciMf+Ta1i84mdqxhuPcX+pnxz+H73bzkPBb8a3UgvdednTyLpOlRPoWwxplDP6ISQNRfmhe20FnoHjF75ZLZNrbItEvY7p1OshkduQPmrapavvsGY+epn6NNliZu5vvdwq482v49rjHY4cE8AJC9PwcHJfosA7UqWegvk0fa4L2HP475fk+qP7qhptWgH2PFtpaETFkAb63YkchelDE74lV7Kflpy6qpADdvr2vJXyZb8XooioexR9tpRJdiPxZa2Mh/u6GlEpNySvOCGKXJdp7Nslmt+TT4JkO7HhRNpBDa+/bDn2b7NPVyFwrZEu2k3pt0tfyqxVFrkDtJp5UriVrmoeD0VAXo6Ul24z9Lm2AnZdIlFy4htvP51cr9960NHZMTauEja1iImTNsGubKCehzjiMQgqVoZOsJAXUT7j94GRSJoxOTL/IJ9hEUw9Zp3t1NtC55TEnEFM/uUwGe34K8tZCPdZIR55WxzjE3nUEUu0cH4QP48eLLWzAcnnCpMRdFg/z+YLVePVPT1Au3ksdDUYc2SNQ2zpKUSXvuxort0XYNW7ScX3x/nykvJvXDh2e23TJR3TcTWFIcvY9KrE7lj3bmB6MAcchi+u/jyw5194yGmcuuz0LC9ZDaOA=
X-Microsoft-Exchange-Diagnostics: 1; BY2PR01MB1718; 20:T5NuafZ0e2WHwWvKcBMmAdJROB272OMiebj8vwKpYGkFTAtnOkABz2AxwDwEPrYVHOc4GpxK+k0iOdM86OIcD8DHjmrpuemvB/NrFflB/ub/aTeEvJ2YV6R/Z0yU5pwul5xSDo7aiVaOPxz8UUnXkR7GEQyrGXYIrF8b0oRpUZkGVCvbkOD3xlp4QB9eulmlCZ33D0koWY7hBuwtXKIVEfRdQQ3XzTrgpjl/miUD/UtuPQWgp1jGV7JE1oPjl1rmy63IwmvfoH69h+TGNe3WoiCPPE/PzbExPWmDGAmKnQTgJEcnCXQTyrpr/rk537ltjrBSfA6tSndMV04pR2++QvFYS/SO6u1XRCr9DrTEs98rg3hmIXZRHF/crpoSUlPzX3E8vsszx/9pxXshh3NsInlVU4r8WtyhhBfEJaj+m7W2gLarRUCFZFTHItE1X/Tnzkaja4YevMmAcxnBZ6DaqXngvYFDIybyxajq0xnjrfyRG79w77+ykCrmqX3/4fqe
X-Microsoft-Antispam-PRVS: <BY2PR01MB1718EDA2064DF10C6C639665E5D80@BY2PR01MB1718.prod.exchangelabs.com>
X-Exchange-Antispam-Report-Test: UriScan:(158342451672863)(133145235818549)(26388249023172)(236129657087228)(48057245064654)(50300203121483)(247924648384137);
X-Exchange-Antispam-Report-CFA-Test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(2401047)(8121501046)(5005006)(13016025)(13018025)(3002001)(93006095)(93004095)(10201501046)(100000703101)(100105400095)(6055026)(6041248)(20161123560025)(20161123564025)(20161123562025)(20161123555025)(20161123558100)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(6072148)(100000704101)(100105200095)(100000705101)(100105500095); SRVR:BY2PR01MB1718; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:BY2PR01MB1718; 
X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; BY2PR01MB1718; 4:R0rDUqA5Va6fjC2AC+ImXVyjr7u/w40bnz1svmssz5?= =?us-ascii?Q?i563h5X3PZZSSZEBEu9QlMw8QQ5IIbG8BPzTsKAg/NtOxO15OkGhLrdNAm0P?= =?us-ascii?Q?0SGsnarBut1hMdWfq2JOZL1fAETgxRsfPmFVK5apIglpZvCnfjCOG0BEHwQ7?= =?us-ascii?Q?/5RJDwyn1TU0z1w6JE/QV13o5s1F7kAWEX2o1aiTQzZERQol0n3ZksAppqIh?= =?us-ascii?Q?KhgylhUMR70k40+3bHWoiVUyh4ouLaP/E06/o0PLKgvT27gMQRuMlEBdOCVb?= =?us-ascii?Q?UNUsIvnFPwqiEGzeVhc9QalO3YQlplvQ7FVMvknxb9fNC8SK+9rBX9uwYCHt?= =?us-ascii?Q?A+HrMsfAikk5hvjpvxxfKVAfhhFZQBTuyZ8MVrP3/nu7jDbYzKD+TWIJ7dzJ?= =?us-ascii?Q?KCiMHOOwJlmZBgXPdn/brBQGAitC/hcG1CmNlnECnmTsTHKAc8qA9rmuCf7e?= =?us-ascii?Q?sdJF0tUIeKq4xGZy6nTdStugPORgyfhzVCfNx6Y/BOWCN4qEKtmgO8P34Ggm?= =?us-ascii?Q?lBOwel/OUHvXysqYhJxIRSwtFHpOeiuZ3bCuI+3t9pXj6nKTNm0F9iSNqwRN?= =?us-ascii?Q?lSMXVQLBbUPZzgS68Y/hnfcdzVrFb3SKOOQcZfwlSoSyYb1UlMzQU3rTQT44?= =?us-ascii?Q?Hvm4sXtWas0Yneyd/KaH4IcOPNMcYIj6xSOkxds/qJWXIB4STyVlW0/JVqUP?= =?us-ascii?Q?GzWA5Ph0i93vbkrKy1J2oYgaJbwpymdBt0riwBHNNP2qFkmfSPuQRJ/1DMkx?= =?us-ascii?Q?zZ5sDQKjv4eNZPnB2VKmKGzwAjeyZeqXCw33LvoWUPgkoTt1HJ5DUIEcDGFl?= =?us-ascii?Q?/mAeQyJ+M4PdO/vHlJtcWHPNmTLXFobp7nHzaeSzsWoN3CyaSjwGnN2DJpXU?= =?us-ascii?Q?pUWUAsaTA8k8i22BnB58Zb83zB092/dbn1IsoL8sHDzhbXOXvGAgeBA72XPi?= =?us-ascii?Q?tJJOFSuR/PtYZF/r0j00LG/Pi2BSPDORwNN/xRRlIVU7g79yyY3L46C/kugP?= =?us-ascii?Q?rt69ltBqVenWbyZTXunmB/k+5r4QWRiez51DMsCX8W4iWKEGtHlwwnKEhnBw?= =?us-ascii?Q?wMSQIaEpicrpUnmOD73tIuE+klMPpxApBPyKm0SWmMzHFx8w+VTvNzQbnkbu?= =?us-ascii?Q?Yzs8E/AAtZVcLqkBsMuMQgJQtWW49oIxYqelqkz/2Rji2CVWqOgUGtbsWU2j?= =?us-ascii?Q?7KQNzNyQ8RjNhnijfSImbtnIOj3VWg94PsHQIlVwl/79Jvzm3t0Q63F3vNLH?= =?us-ascii?Q?SWndieLUhXzzUEhf0lCOgV+rQXbwb2PtXnUhyHUAp7FHq7mxgKHCbeBChCsb?= =?us-ascii?Q?VhSQfG1YzeQyyGC4HwoeQRh8oNeQ9vCHouTE12GAASIGwWn0Yv99PcfSOn7D?= =?us-ascii?Q?e9XwRY9MgsJdSYqYA3MdYoGfOW+tljczGoZasIpAnSdcvSA33Y5UTjJ1KqJO?= =?us-ascii?Q?xq/rBXHwNc1RziotsMDJlfdJ5CoC4=3D?=
X-Forefront-PRVS: 0347410860
X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; BY2PR01MB1718; 23:TGaEK1cGA4AbHcvG2cbu5K9oYNX+StL23O3pBZ05O?= =?us-ascii?Q?F6bfekhF3sJgv8xv8TyusKAcihuWh9NQt1y5alnTK7g6ntp4XC+m/jHZhbsq?= =?us-ascii?Q?W/e3h4bW4mZcEykYrxwt3v/DpqOei2qffTV6Ax1PhAs8ceqtuIcDWJweGuHD?= =?us-ascii?Q?QMMwvJTvpLNk6T6PhbisY/jSjEyBg0MlqXhWlMBA30UTQ0gae6cCDvXsvm4p?= =?us-ascii?Q?7H66tobcgyz9VWDdA7ARJubaykIB03rVM3dSQFBnKNwVeZykeI3I5VUpJdID?= =?us-ascii?Q?xh379k6yX41EwxvufTnLrkI810m01bTeYqxCH6ORdoZZYcS3tbUv5t6NUDtm?= =?us-ascii?Q?X0Ft3msVrEOl+iGuNNXfjS93G4RSdRJXOWUkqcsMR/rmWm7IcnXQmPqTCCos?= =?us-ascii?Q?P/sS20q2R/K0GSSqdeIYi4kKUjA1cM/A9l/sGcTU6x9co5cI38FEzQO3nXBh?= =?us-ascii?Q?kY+c0qo18LCjGqH7B8iI2EJnxjJmN9RtnNl3ggWjrRHUPwhoDSGiZW0ciYSZ?= =?us-ascii?Q?zkHTZURiVRO6yULrRmf+652hn1QUsejXWJJ/emhf5JWawnyv1HfKJ1OL+X70?= =?us-ascii?Q?5Ewb5MZHTWP0T7GirOHv7OTq+hJLbVA/3WLJxZjlz84eujHBmbZHKDDxdfE1?= =?us-ascii?Q?0p0XEraK5GHmlWsM7+5eR+f6JA0Nx4v75l/oNxRhsiGoetSSgyEQx6R/mQPA?= =?us-ascii?Q?syGQ2QliJLripwBOkGFMzcXhFY2ZoJOGb7yoTE6ryrpX9jLrQhB8dDweTpGt?= =?us-ascii?Q?gQx8yTKGPgZIfVLlK0dIpBBrgipKJv/2Ob8BsAmZjai6Kev5MI1MIt7kSdH+?= =?us-ascii?Q?LDo1AmJP/n9uXGVh4oh04NuJ/t6osC0CETDo0q8lNhfESncPyxF2s93PN7Gh?= =?us-ascii?Q?45xj7qc/uYPrHSKmfuDHlXe6RQsxBAi2MUDL9w5PdmcijK8+wMI5VF9w/bXt?= =?us-ascii?Q?vtSuU/OsKc1tvulXEXmyxmZaJmR02GOZy3WCiOD5WPpbJzi1qlVCrv0REcPu?= =?us-ascii?Q?aPSgY9tWWN8MOm/Y1xva9Rn6sJI5RvcAd7aCraLo5Nq42O1vRCse8uDSM00/?= =?us-ascii?Q?DebqYpQ7slddbygK8odfVuZDqZ4/ZDVPLJ6VjkI/Q/da7zjt2lD8QnNeqDfc?= =?us-ascii?Q?Z6udRFUP3R+TihYfVQjqwsYOYwVfZkUNhBRHdxMZb1/RDp/oVdmo+oQcPZFt?= =?us-ascii?Q?lNYKaGVoNa0Y5yokvCbZiWrZu8yDMOB6WTm6n9aIwNgvI+XeUfEdwSka6X8i?= =?us-ascii?Q?FV+X8gT9KSyVo4Ob7F5LSnDfvPudZL2wxyzsBaRB6JtyptOA8aePWNaWdIDJ?= =?us-ascii?B?QT09?=
X-Microsoft-Exchange-Diagnostics: =?us-ascii?Q?1; BY2PR01MB1718; 6:R+cDVNDmjr0T2rjIJHLSvqm+9giP9ww+XtXzc0cPdW?= =?us-ascii?Q?j1YPOfGq1Sl7wnHJNMTf1j5QMaMeGwjeNSb9NUs3c4yIUqQErvbrt2m3g734?= =?us-ascii?Q?znwh6kb6MdN4uLsvVys2+oxhbr+EZ6miQc2fIVVN0iOs4NZaLD+c/ehkCSZP?= =?us-ascii?Q?phcrk1CJ8uA9J8C/kDPXFljGr0HxaNZXcgM269yKfPj65p1dLDOedodfYDsD?= =?us-ascii?Q?JL2m5APT9YS53vu9cnipNqR1lLOMq5eFnF1fM88j1t95Ft4KssHhiMWKBhor?= =?us-ascii?Q?mc6bP7fkmjNycvnNIRcXd7zMO47cS55GhZusW5VhtgJGsFTQkpIcCyPUYCJ9?= =?us-ascii?Q?57sUMXSMR137NK5s5+RB8V2nfFVdiexQljL2W0MHJHNCmwiW7s6P46NiRuYZ?= =?us-ascii?Q?qhy7+7bwmYuvpLviYdxZU+VzftsIBcAT0TPl+hOrtfrSCXynjMYrthhD7+cY?= =?us-ascii?Q?bwRf+knJd+32ooX6ct/Szia/68CgtDp5p7x14vs3bCRyn61q28Aeh+N7QVFf?= =?us-ascii?Q?wkpQyAkFSR74nTBlnrGmo7Xwpgpvk3+/VZzObSvp4Y6aOBTui6H9er8lZQ64?= =?us-ascii?Q?aQUb7hPxq7yOrbKKmcwBJhM80YU5DHmQUOwU9xlmPPpbAfKfGj+zjjnWrIcc?= =?us-ascii?Q?zrVzhKUxCAuAlY07/U4O6VptnR6n3JEgjRSng3JII1ujFfQeGRsZs/1zx8f3?= =?us-ascii?Q?w/wzL2pPfACYVmI/8UpJXXDm4dPKigsq1byBGIVwIBLq0MUXt9UYrJ2Na953?= =?us-ascii?Q?UnYE9wBkNmEYDqodZwdpVimp0GBjrqodbX3VegQnONqidorlrx1xL2bMis6I?= =?us-ascii?Q?bt6ltMP1mgAmzz82LsCwOAF+mFhXD2YhGCYgBB9l6P5W7pm0YtQLn2nKfNiC?= =?us-ascii?Q?5C2WpNZ5V/wigzlckWyyoJp7raOJfYhZBe6mxJLpjshesss2GGWJc2Az3wRL?= =?us-ascii?Q?M56L4+tuymT9Nge6UwcCGLJy/4dJyZpmL1wJ4dSyRyqN75fF6+tawjb2WocN?= =?us-ascii?Q?0fyp+Vg832QekRft4uzzwf?=
X-Microsoft-Exchange-Diagnostics: 1; BY2PR01MB1718; 5:JgOvTkvOeLXWlnI7bRJob69enciBOlfXePs35352SiTnBjJRD8Gm+JItI0klw/gvHHLSWGbtlflh0pxM23kDxWeIFAqgeNyYpikuS0b5xS2eVDJlm9dT1Hh109g/u0q++hEXwTGT4XZDtnPjiIpqCr2Fuaamyo1bLl98F1vSiLPER3dpk+EM+q1MF5+wgcqQ4lcT8SHZ9CzhVa22rV7969jU/MetWzf7x9NOzSy3TLCcOg8zgq7uzOhPn/2snhR60HydEEnp4GWB39q6XLgKnK1NtRozxmHHJ/f1x+ptCdXUqiqI7P81v2+Qrujd/7cRhl7mHi0jznrc33b5YnvMtu6gX6IeQmn1pELsW05RPF33S9mneo0hcWC4FYIbbnEGxyxHKa2QOjJnsIUxXt+qUfV4EUmKDS6OTGIkhQJqFv4shwIPM3kG24kj3LiTOfQq25cBzGqVGKZ8n7ZVwy+22AFH74U+bOqTsmS7m/nvfFuDYDb8dh0yO6A7N+RujaIM; 24:C8ztCTbpAEyv9KGlPycSP2I9iyb2G18a72V3ZSRiNh25AK9N6HUd8ZUb8xieJQDQQyycusRidhBx4ssTjYn7ecYVq05FTYGYJNeqLb4bvxY=
SpamDiagnosticOutput: 1:99
SpamDiagnosticMetadata: NSPM
X-Microsoft-Exchange-Diagnostics: 1; BY2PR01MB1718; 7:XEILD06m+1ggWaviP+Ig1NaNkGMhErcQArBbukOSDcu4xHHUZ0aS4trXplIzVzn1+/FttgSfQg3w/NkpSpNSQlrg3ZKgCvHrHuZKGgQn3zEfSHjj9gPSm196PLo1wnhlPrhftLnrwsoDiIogh0i0Rp+8QbQEYMN7+oEYQBXRLxX3XUxboYqPMrkvCYWBUDwF6rM9UU3YdA2DKKEzd1g5TsOoI3u41iHAO2wUjyI9QOXeP5Q3whEFsY8bC7h40p4SuRlBdrHM/WcmsQYmmmDSIakmWAvz9egNGJongq4GVOTEtYMRcAfab3gUrQ1vdjBX3WbVs2rX0/81mvO1whh3SzZ62/TZsY/Tk7belV7cH4IuZN4XSbFvRz+iK3ysAJYBlv5NIJfUGxu6ZGhn3cFBgJM8bMM2HXSZ4PI0EMcMIP8wCj694/hSPugy5QuMy1FoWbFVjYuFjG2mmuMv8jTxu8NvlgSgNYRyUS7+xMELE9IvrrbrwsgB5ssXs4bH/3V08KIPn1BVm+o+FlBApgRGluwOhtgD1/4Xt3x6+h/D6EuQLnyH7n2YzWXNmR42pxGs8Go7j6TEoNS+ggGytx7f2gITe5aXEng8CbvBKKk2L1jlH40PCz/YlDg/AYlGXOgEcYZgTiUEcE1GN1LGbShsHLxXD79vDcgaHeiY3zNzs4nnybwKfS30j8OPnIm0cy5pmMLf99lw+lgOPI183Sqns8/jm6d7QQMX91BX66iV2Aeqyb78nJhxPgA/c3PpfEntZXpR3/61GU9LP0A+og+Ap3S5i/uSmqwNOswI4vJwm60=
X-OriginatorOrg: cox.com
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 23 Jun 2017 22:06:57.0449 (UTC)
X-MS-Exchange-CrossTenant-Id: 9feebc97-ff04-42c9-a152-767073872118
X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=9feebc97-ff04-42c9-a152-767073872118; Ip=[98.178.246.9];  Helo=[CATL0EXCH08.corp.cox.com]
X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem
X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2PR01MB1718
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/FjVPZc-lrpoPDweDbQ971Mn6vfI>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 22:07:02 -0000

--_000_32eaf1c8e2c74cf0b8d7a4ec6ecdaaa9CATL0EXCH10corpcoxcom_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support



Sent from my Verizon, Samsung Galaxy smartphone


-------- Original message --------
From: Robert Sparks <rjsparks@nostrum.com>
Date: 6/23/17 4:23 PM (GMT-05:00)
To: stir@ietf.org
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR
working group.

Please send your comments on adopting this draft to the list or the
chairs by June 30, 2017 (Note that this is one week - if you need more
time, please let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://www.ietf.org/mailman/listinfo/stir

--_000_32eaf1c8e2c74cf0b8d7a4ec6ecdaaa9CATL0EXCH10corpcoxcom_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; pad=
ding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div>I support</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div id=3D"x_composer_signature">
<div dir=3D"auto" style=3D"font-size:85%; color:#575757">Sent from my Veriz=
on, Samsung Galaxy smartphone</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>-------- Original message --------</div>
<div>From: Robert Sparks &lt;rjsparks@nostrum.com&gt; </div>
<div>Date: 6/23/17 4:23 PM (GMT-05:00) </div>
<div>To: stir@ietf.org </div>
<div>Subject: [stir] Call for adoption: draft-singh-stir-rph-00 </div>
<div><br>
</div>
</div>
<font size=3D"2"><span style=3D"font-size:10pt;">
<div class=3D"PlainText">This is a call for adoption of draft-singh-stir-rp=
h-00 in the STIR
<br>
working group.<br>
<br>
Please send your comments on adopting this draft to the list or the <br>
chairs by June 30, 2017 (Note that this is one week - if you need more <br>
time, please let the chairs know.)<br>
<br>
RjS<br>
<br>
_______________________________________________<br>
stir mailing list<br>
stir@ietf.org<br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir">https://www.ietf.org=
/mailman/listinfo/stir</a><br>
</div>
</span></font>
</body>
</html>

--_000_32eaf1c8e2c74cf0b8d7a4ec6ecdaaa9CATL0EXCH10corpcoxcom_--


From nobody Fri Jun 23 16:38:36 2017
Return-Path: <rsingh@vencorelabs.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 598E7129B02 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 16:38:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cAVtZ2ByP70I for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 16:38:33 -0700 (PDT)
Received: from thumper.appcomsci.com (thumper.appcomsci.com [205.132.0.196]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 53AA1129AFE for <stir@ietf.org>; Fri, 23 Jun 2017 16:38:32 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by thumper.appcomsci.com (Postfix) with ESMTP id BF2C8646B37; Fri, 23 Jun 2017 19:54:34 -0400 (EDT)
X-Virus-Scanned: by SpamTitan at appcomsci.com
Received: from thumper.appcomsci.com (localhost [127.0.0.1]) by thumper.appcomsci.com (Postfix) with ESMTP id 68CB6646B32; Fri, 23 Jun 2017 19:54:34 -0400 (EDT)
Received: from bambi.appcomsci.com (bambi.appcomsci.com [192.4.5.54]) by thumper.appcomsci.com (Postfix) with ESMTPS id 3C4CA646B2F; Fri, 23 Jun 2017 19:54:34 -0400 (EDT)
Received: from brg-exmb1.atsinnovate.com (exch.appcomsci.com [192.4.5.112]) by bambi.appcomsci.com (8.14.4/8.13.4) with ESMTP id v5NNcUPX006821; Fri, 23 Jun 2017 19:38:31 -0400
Received: from RRC-ATS-EXMB2.ats.atsinnovate.com ([2002:c004:56a::c004:56a]) by brg-ats-exhb1.ats.atsinnovate.com ([fe80::fc05:b53:7f2b:84f9%19]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 19:38:29 -0400
From: "Singh, Ray P" <rsingh@vencorelabs.com>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6T9GTkmWK/qUe8Os2N0Xx9AKIzGrVQ
Date: Fri, 23 Jun 2017 23:38:29 +0000
Message-ID: <C1A3E161FB009440ABA575570A60CD9C9A505251@rrc-ats-exmb2.ats.atsinnovate.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.109.16.5]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/63FJvgH5I92cauNuewl7a_6Gdo8>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 23 Jun 2017 23:38:35 -0000

I support adoption of this draft

Ray=20

-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://www.ietf.org/mailman/listinfo/stir


From nobody Fri Jun 23 17:14:25 2017
Return-Path: <agenda@ietf.org>
X-Original-To: stir@ietf.org
Delivered-To: stir@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 2EBDA129B60; Fri, 23 Jun 2017 17:07:13 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "\"IETF Secretariat\"" <agenda@ietf.org>
To: <stir-chairs@ietf.org>, <rjsparks@nostrum.com>
Cc: stir@ietf.org, adam@nostrum.com
X-Test-IDTracker: no
X-IETF-IDTracker: 6.55.1
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <149826283318.7840.16229901131828759847.idtracker@ietfa.amsl.com>
Date: Fri, 23 Jun 2017 17:07:13 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/8hBI3a1A8QjJJKvxR_Zq7zGDzd0>
Subject: [stir] stir - Requested session has been scheduled for IETF 99
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 24 Jun 2017 00:07:15 -0000

Dear Robert Sparks,

The session(s) that you have requested have been scheduled.
Below is the scheduled session information followed by
the original request. 

stir Session 1 (1:30:00)
    Wednesday, Afternoon Session I 1330-1500
    Room Name: Karlin I/II size: 150
    ---------------------------------------------
    


Request Information:


---------------------------------------------------------
Working Group Name: Secure Telephone Identity Revisited
Area Name: Applications and Real-Time Area
Session Requester: Robert Sparks

Number of Sessions: 1
Length of Session(s):  1.5 Hours
Number of Attendees: 60
Conflicts to Avoid: 
 First Priority: lamps acme tls ecrit avtcore rtcweb mmusic sipcore dispatch appsawg ice modern ipwave sipbrandy curdle
 Second Priority: perc slim netvc clue tcpinc uta ace saag oauth



People who must be present:
  Russ Housley
  Sean Turner
  Adam Roach
  Robert Sparks
  Jon Peterson
  Chris Wendt

Resources Requested:

Special Requests:
  
---------------------------------------------------------


From nobody Fri Jun 23 18:24:55 2017
Return-Path: <richard@shockey.us>
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 C30531250B8 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 18:24:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.7
X-Spam-Level: 
X-Spam-Status: No, score=-4.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, MIME_QP_LONG_LINE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.8, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (768-bit key) header.d=shockey.us
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hTwpldlXfNNO for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 18:24:52 -0700 (PDT)
Received: from qproxy3.mail.unifiedlayer.com (qproxy3-pub.mail.unifiedlayer.com [67.222.38.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 84658126D05 for <stir@ietf.org>; Fri, 23 Jun 2017 18:24:52 -0700 (PDT)
Received: from CMOut01 (unknown [10.0.90.82]) by qproxy3.mail.unifiedlayer.com (Postfix) with ESMTP id 0107CD58BB for <stir@ietf.org>; Fri, 23 Jun 2017 19:24:52 -0600 (MDT)
Received: from box462.bluehost.com ([74.220.219.62]) by CMOut01 with  id cRKo1v00D1MNPNq01RKrNW; Fri, 23 Jun 2017 19:19:52 -0600
X-Authority-Analysis: v=2.2 cv=QYgWhoTv c=1 sm=1 tr=0 a=jTEj1adHphCQ5SwrTAOQMg==:117 a=jTEj1adHphCQ5SwrTAOQMg==:17 a=IkcTkHD0fZMA:10 a=MKtGQD3n3ToA:10 a=1oJP67jkp3AA:10 a=LWSFodeU3zMA:10 a=jqBRFv0mrdUA:10 a=ZZnuYtJkoWoA:10 a=ll-iCDY8AAAA:8 a=M0OflfRGAAAA:8 a=48vgC7mUAAAA:8 a=zQP7CpKOAAAA:8 a=RpNjiQI2AAAA:8 a=S445kmScIhAecy1EVLoA:9 a=jpIH26JlB8aEU1M81S3jpgcb7nU=:19 a=srI9Zwa3f5nmdLMn:21 a=zp7HR144KSrxCQap:21 a=QEXdDO2ut3YA:10 a=ivbTfD_dPm4A:10 a=VpyrLIdO_Ztbr3SWPBuH:22 a=6yl0mh0s51TKORVA8GqK:22 a=w1C3t2QeGrPiZgrLijVG:22 a=vJuR_VyAocOa-HWBgGQO:22
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=shockey.us;  s=default; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To :References:Message-ID:To:From:Subject:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Fgc1eg8Eb3EpAnCd9JsZNKwQ/DGxtRdNizfSuLtnim4=; b=bPp20phnUkbFyFeVGyixsUpWj1 V/DK8ysIS80KEL5+AqpzwzeAcaAF1sEisVq6nUg7Ne+S43cAO3zkeWAvAADrYpJIeH6JB11eDs/Vh ofM4ZpeU5wPWrykYEOIQcm373;
Received: from pool-100-36-29-226.washdc.fios.verizon.net ([100.36.29.226]:56413 helo=[192.168.1.152]) by box462.bluehost.com with esmtpa (Exim 4.87) (envelope-from <richard@shockey.us>) id 1dOZjo-0001Xh-8y; Fri, 23 Jun 2017 19:19:48 -0600
User-Agent: Microsoft-MacOutlook/f.23.0.170610
Date: Fri, 23 Jun 2017 21:19:46 -0400
From: Richard Shockey <richard@shockey.us>
To: "PFAUTZ, PENN L" <pp3129@att.com>, Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Message-ID: <BFB54D7C-DBD8-4553-821C-DDCB54B86964@shockey.us>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com> <38726EDA2109264987B45E29E758C4D610EDC6D6@MISOUT7MSGUSRDD.ITServices.sbc.com>
In-Reply-To: <38726EDA2109264987B45E29E758C4D610EDC6D6@MISOUT7MSGUSRDD.ITServices.sbc.com>
Mime-version: 1.0
Content-type: text/plain; charset="UTF-8"
Content-transfer-encoding: quoted-printable
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - box462.bluehost.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - shockey.us
X-BWhitelist: no
X-Source-IP: 100.36.29.226
X-Exim-ID: 1dOZjo-0001Xh-8y
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-Source-Sender: pool-100-36-29-226.washdc.fios.verizon.net ([192.168.1.152]) [100.36.29.226]:56413
X-Source-Auth: richard+shockey.us
X-Email-Count: 4
X-Source-Cap: c2hvY2tleXU7c2hvY2tleXU7Ym94NDYyLmJsdWVob3N0LmNvbQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/3qJuS4oob3XJRQnxKto2BZ4C5H0>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 24 Jun 2017 01:24:55 -0000

I support all the proposed drafts as WG items.  Especially singh-stir-rph.

=E2=80=94=20
Richard Shockey

Shockey Consulting LLC

Chairman of the Board SIP Forum

www.shockey.us

www.sipforum.org

richard<at>shockey.us

Skype-Linkedin-Facebook =E2=80=93Twitter  rshockey101

PSTN +1 703-593-2683

=20

On 6/23/17, 5:47 PM, "stir on behalf of PFAUTZ, PENN L" <stir-bounces@ietf.=
org on behalf of pp3129@att.com> wrote:

    I support
   =20
    -----Original Message-----
    From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
    Sent: Friday, June 23, 2017 4:23 PM
    To: stir@ietf.org
    Subject: [stir] Call for adoption: draft-singh-stir-rph-00
   =20
    This is a call for adoption of draft-singh-stir-rph-00 in the STIR=20
    working group.
   =20
    Please send your comments on adopting this draft to the list or the=20
    chairs by June 30, 2017 (Note that this is one week - if you need more=20
    time, please let the chairs know.)
   =20
    RjS
   =20
    _______________________________________________
    stir mailing list
    stir@ietf.org
    https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailm=
an_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DZCtQJiDh-iUUoXiI1XReKA&=
m=3D0HgU6PZBrDGR5rF2XVmPzsC40TKKHuEyJggDla12i-w&s=3D8Hzlp78DzJ38BnUCce32bjGTDQzT=
l5sEe-xFSoSTI40&e=3D=20
   =20
    _______________________________________________
    stir mailing list
    stir@ietf.org
    https://www.ietf.org/mailman/listinfo/stir
   =20



From nobody Fri Jun 23 19:29:36 2017
Return-Path: <tasveren@sonusnet.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 4F218129B29 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 19:29:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.49
X-Spam-Level: 
X-Spam-Status: No, score=-2.49 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_DKIM_INVALID=0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=sonusnetworks.onmicrosoft.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tXD9ke5e37qc for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 19:29:33 -0700 (PDT)
Received: from us-smtp-delivery-126.mimecast.com (us-smtp-delivery-126.mimecast.com [63.128.21.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BD0FE12949E for <stir@ietf.org>; Fri, 23 Jun 2017 19:29:32 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=SonusNetworks.onmicrosoft.com; s=selector1-sonusnet-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=STFjFE8MCUpEL8J24bcj9wsA2IrbBrY1eelqicW0uG0=; b=YscHT2VVHEmNa6en/qdt/1Mko8CmYE/tnREsZ5xmTXK78zAv7IHhH7rb5riRBgomMniOOZHxRyAdnwmp3rP5NO3td+lqar72ZySOdAuP5pXiLakv/ZtBSNvFp1HP4VlqyubutY7oL0U+yS/12tj+GBy0yr7VY4rLEzevRq/t53g=
Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01lp0118.outbound.protection.outlook.com [207.46.163.118]) (Using TLS) by us-smtp-1.mimecast.com with ESMTP id us-mta-64-RdQQ8dE6NW6us_XF68TO3Q-1; Fri, 23 Jun 2017 22:29:30 -0400
Received: from SN2PR03MB2350.namprd03.prod.outlook.com (10.166.210.141) by SN2PR03MB2352.namprd03.prod.outlook.com (10.166.210.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1178.14; Sat, 24 Jun 2017 02:29:27 +0000
Received: from SN2PR03MB2350.namprd03.prod.outlook.com ([10.166.210.141]) by SN2PR03MB2350.namprd03.prod.outlook.com ([10.166.210.141]) with mapi id 15.01.1178.023; Sat, 24 Jun 2017 02:29:27 +0000
From: "Asveren, Tolga" <tasveren@sonusnet.com>
To: "DOLLY, MARTIN C" <md3135@att.com>, Robert Sparks <rjsparks@nostrum.com>
CC: "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6SxBmKf7HF1kqdi8HE1xfsqqIy5acAgABk6JA=
Date: Sat, 24 Jun 2017 02:29:26 +0000
Message-ID: <SN2PR03MB2350CC1862176AF38C5BA08CB2D90@SN2PR03MB2350.namprd03.prod.outlook.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com> <1383A0D3-4FE9-4F55-ADA4-56D4AA9DAA56@att.com>
In-Reply-To: <1383A0D3-4FE9-4F55-ADA4-56D4AA9DAA56@att.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [73.29.18.75]
x-ms-publictraffictype: Email
x-microsoft-exchange-diagnostics: 1; SN2PR03MB2352; 20:sghR+Wz6lpNsiAVoIdQcCQLLk5KFq0XH2ibwE52f6oruLqqkj8PInhlzQzzr8HMBdgqO9bOT/6/ns3SlrTr1zEJm0/e+ryR0TmG2Mk3jHRcg3T6+1uu5+s8prVZreplx4pEgLMl7oUVUQIlzHQQ4p6Hlrm+xCnj+1M3MT6v7LfU=
x-ms-office365-filtering-correlation-id: 741b1a35-cd9a-4f94-0764-08d4baa8d5d2
x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(300000500081)(300135000095)(300000501081)(300135300095)(22001)(300000502081)(300135100095)(2017030254075)(300000503081)(300135400095)(201703131423075)(201703031133081)(201702281549075)(300000504081)(300135200095)(300000505081)(300135600095)(300000506067)(300135500095); SRVR:SN2PR03MB2352; 
x-ms-traffictypediagnostic: SN2PR03MB2352:
x-microsoft-antispam-prvs: <SN2PR03MB235255E8D08ED21B27DC818FB2D90@SN2PR03MB2352.namprd03.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:(10436049006162)(97927398514766)(21748063052155); 
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(601004)(2401047)(8121501046)(5005006)(3002001)(100000703101)(100105400095)(10201501046)(93006095)(93001095)(6041248)(20161123555025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123558100)(20161123562025)(20161123564025)(20161123560025)(6072148)(100000704101)(100105200095)(100000705101)(100105500095); SRVR:SN2PR03MB2352; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:SN2PR03MB2352; 
x-forefront-prvs: 03484C0ABF
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(39830400002)(39450400003)(39400400002)(39410400002)(24454002)(252514010)(377454003)(8936002)(77096006)(6506006)(55016002)(6306002)(54896002)(9686003)(236005)(189998001)(99286003)(14454004)(325944009)(53936002)(38730400002)(606005)(478600001)(53546010)(5660300001)(7696004)(4326008)(25786009)(7906003)(2900100001)(74316002)(2950100002)(7736002)(229853002)(66066001)(6436002)(54356999)(86362001)(230783001)(81166006)(3660700001)(8676002)(50986999)(6116002)(102836003)(76176999)(3846002)(3280700002)(575784001)(33656002)(6246003)(2906002)(122556002)(790700001); DIR:OUT; SFP:1101; SCL:1; SRVR:SN2PR03MB2352; H:SN2PR03MB2350.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; 
spamdiagnosticoutput: 1:99
spamdiagnosticmetadata: NSPM
MIME-Version: 1.0
X-OriginatorOrg: sonusnet.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 24 Jun 2017 02:29:26.8264 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 29a671dc-ed7e-4a54-b1e5-8da1eb495dc3
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR03MB2352
X-MC-Unique: RdQQ8dE6NW6us_XF68TO3Q-1
Content-Type: multipart/alternative; boundary="_000_SN2PR03MB2350CC1862176AF38C5BA08CB2D90SN2PR03MB2350namp_"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/hWLnMNUeto5bNgXU5EyJ9wW9sHU>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 24 Jun 2017 02:29:35 -0000

--_000_SN2PR03MB2350CC1862176AF38C5BA08CB2D90SN2PR03MB2350namp_
Content-Type: text/plain; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable

I also support.

Thanks,
Tolga

From: stir [mailto:stir-bounces@ietf.org] On Behalf Of DOLLY, MARTIN C
Sent: Friday, June 23, 2017 4:28 PM
To: Robert Sparks <rjsparks@nostrum.com>
Cc: stir@ietf.org
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00

I support
Martin C. Dolly
Lead Member of Technical Staff
Core & Government/Regulatory Standards
AT&T
Cell: +1.609.903.3360<tel:+1.609.903.3360>
Email: md3135@att.com<mailto:md3135@att.com>


On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com<mailto:rjs=
parks@nostrum.com>> wrote:
This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG=
0r2g&m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gCD7kA&s=3DLUX_ZKIUXGt814EOYE=
jWwoTyGL7sE3_IBpugta0Rtfk&e=3D

--_000_SN2PR03MB2350CC1862176AF38C5BA08CB2D90SN2PR03MB2350namp_
Content-Type: text/html; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
=09{font-family:"Cambria Math";
=09panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
=09{font-family:Calibri;
=09panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
=09{margin:0in;
=09margin-bottom:.0001pt;
=09font-size:11.0pt;
=09font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
=09{mso-style-priority:99;
=09color:blue;
=09text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
=09{mso-style-priority:99;
=09color:purple;
=09text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
=09{mso-style-name:msonormal;
=09mso-margin-top-alt:auto;
=09margin-right:0in;
=09mso-margin-bottom-alt:auto;
=09margin-left:0in;
=09font-size:11.0pt;
=09font-family:"Calibri",sans-serif;}
span.EmailStyle18
=09{mso-style-type:personal-reply;
=09font-family:"Calibri",sans-serif;
=09color:windowtext;}
.MsoChpDefault
=09{mso-style-type:export-only;
=09font-size:10.0pt;}
@page WordSection1
=09{size:8.5in 11.0in;
=09margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
=09{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">I also support.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks,<o:p></o:p></p>
<p class=3D"MsoNormal">Tolga<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b>From:</b> stir [mailto:stir-bounces@ietf.org] <b>=
On Behalf Of
</b>DOLLY, MARTIN C<br>
<b>Sent:</b> Friday, June 23, 2017 4:28 PM<br>
<b>To:</b> Robert Sparks &lt;rjsparks@nostrum.com&gt;<br>
<b>Cc:</b> stir@ietf.org<br>
<b>Subject:</b> Re: [stir] Call for adoption: draft-singh-stir-rph-00<o:p><=
/o:p></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt">I support<o:p></o:p><=
/p>
<p class=3D"MsoNormal"><b>Martin C. Dolly</b><o:p></o:p></p>
<p class=3D"MsoNormal">Lead Member of Technical Staff<o:p></o:p></p>
<p class=3D"MsoNormal">Core &amp; Government/Regulatory Standards<o:p></o:p=
></p>
<p class=3D"MsoNormal">AT&amp;T<o:p></o:p></p>
<p class=3D"MsoNormal">Cell:&nbsp;<a href=3D"tel:&#43;1.609.903.3360">&#43;=
1.609.903.3360</a><o:p></o:p></p>
<p class=3D"MsoNormal">Email:&nbsp;<u><a href=3D"mailto:md3135@att.com">md3=
135@att.com</a></u><o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><br>
On Jun 23, 2017, at 4:23 PM, Robert Sparks &lt;<a href=3D"mailto:rjsparks@n=
ostrum.com">rjsparks@nostrum.com</a>&gt; wrote:<o:p></o:p></p>
</div>
<blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class=3D"MsoNormal">This is a call for adoption of draft-singh-stir-rph-=
00 in the STIR working group.<br>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
_______________________________________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><br>
<a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.=
org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp=
;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gC=
D7kA&amp;s=3DLUX_ZKIUXGt814EOYEjWwoTyGL7sE3_IBpugta0Rtfk&amp;e=3D">https://=
urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman_listinf=
o_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw=
7ItG0r2g&amp;m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gCD7kA&amp;s=3DLUX_ZK=
IUXGt814EOYEjWwoTyGL7sE3_IBpugta0Rtfk&amp;e=3D</a>
<o:p></o:p></p>
</div>
</blockquote>
</div>
</body>
</html>

--_000_SN2PR03MB2350CC1862176AF38C5BA08CB2D90SN2PR03MB2350namp_--


From nobody Fri Jun 23 19:29:50 2017
Return-Path: <tasveren@sonusnet.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 7A9DB129B38 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 19:29:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.49
X-Spam-Level: 
X-Spam-Status: No, score=-2.49 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_DKIM_INVALID=0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=fail (1024-bit key) reason="fail (body has been altered)" header.d=sonusnetworks.onmicrosoft.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Dv9aFMG6Vy7l for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 19:29:46 -0700 (PDT)
Received: from us-smtp-delivery-126.mimecast.com (us-smtp-delivery-126.mimecast.com [216.205.24.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BDD4129B3A for <stir@ietf.org>; Fri, 23 Jun 2017 19:29:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=SonusNetworks.onmicrosoft.com; s=selector1-sonusnet-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=xQcbJ61BYOnbXkuee9w+0LUhj6W7Ms4zdZm0TxrIjWY=; b=EKReNQ/dH8meMoYqa77XU5xIWgbJgBwDSbX1UyBXsiOffW92LzIxUc59/TNb7tfCl/IsxzS9dI5sm4A5S0NQIoXX0X5hWM+pu9qxP+EBb5aiZv+X93sjn/fg4eadA0+0NPGREBD91ZoXCsVcVOXS28EYnmDm//Bifvhcm2Fdpng=
Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01lp0119.outbound.protection.outlook.com [207.46.163.119]) (Using TLS) by us-smtp-1.mimecast.com with ESMTP id us-mta-107-VTE1tHpxNrO8JsQo8amHoQ-1; Fri, 23 Jun 2017 22:29:43 -0400
Received: from SN2PR03MB2350.namprd03.prod.outlook.com (10.166.210.141) by SN2PR03MB2352.namprd03.prod.outlook.com (10.166.210.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1178.14; Sat, 24 Jun 2017 02:29:41 +0000
Received: from SN2PR03MB2350.namprd03.prod.outlook.com ([10.166.210.141]) by SN2PR03MB2350.namprd03.prod.outlook.com ([10.166.210.141]) with mapi id 15.01.1178.023; Sat, 24 Jun 2017 02:29:41 +0000
From: "Asveren, Tolga" <tasveren@sonusnet.com>
To: "DOLLY, MARTIN C" <md3135@att.com>, Robert Sparks <rjsparks@nostrum.com>
CC: "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-peterson-passport-divert-01
Thread-Index: AQHS7F6v0PpzETLyBU2cijGSD7U7EKIy50sAgABjZNA=
Date: Sat, 24 Jun 2017 02:29:41 +0000
Message-ID: <SN2PR03MB2350E23BFFD8B8B745D75A20B2D90@SN2PR03MB2350.namprd03.prod.outlook.com>
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com> <CFC623F1-37FB-4382-8804-35D179A1677F@att.com>
In-Reply-To: <CFC623F1-37FB-4382-8804-35D179A1677F@att.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [73.29.18.75]
x-ms-publictraffictype: Email
x-microsoft-exchange-diagnostics: 1; SN2PR03MB2352; 20:mn52QDQvRHOluwAzXqOggngTlAe8xAJ21+H/mgfY2q9b9NxL/G2e6R9cR7F3iAPBOdR0NgOZHohjyta5sMUxDKlxN+TCUBuFDcN4aV161LBEom7BJ8eIloS/VjGmSL5G274yg6Xpa6BvImBgAP3GgGF246BhpsITJxnmgzO4dSU=
x-ms-office365-filtering-correlation-id: 56688610-8757-4f77-0140-08d4baa8de9c
x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(300000500081)(300135000095)(300000501081)(300135300095)(22001)(300000502081)(300135100095)(2017030254075)(300000503081)(300135400095)(201703131423075)(201703031133081)(201702281549075)(300000504081)(300135200095)(300000505081)(300135600095)(300000506067)(300135500095); SRVR:SN2PR03MB2352; 
x-ms-traffictypediagnostic: SN2PR03MB2352:
x-microsoft-antispam-prvs: <SN2PR03MB2352976A53C628796666C67CB2D90@SN2PR03MB2352.namprd03.prod.outlook.com>
x-exchange-antispam-report-test: UriScan:(10436049006162)(97927398514766)(21748063052155); 
x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(601004)(2401047)(8121501046)(5005006)(3002001)(100000703101)(100105400095)(10201501046)(93006095)(93001095)(6041248)(20161123555025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123558100)(20161123562025)(20161123564025)(20161123560025)(6072148)(100000704101)(100105200095)(100000705101)(100105500095); SRVR:SN2PR03MB2352; BCL:0; PCL:0; RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095); SRVR:SN2PR03MB2352; 
x-forefront-prvs: 03484C0ABF
x-forefront-antispam-report: SFV:NSPM; SFS:(10009020)(39830400002)(39450400003)(39400400002)(39410400002)(24454002)(252514010)(377454003)(8936002)(77096006)(6506006)(55016002)(6306002)(54896002)(9686003)(236005)(189998001)(99286003)(14454004)(325944009)(53936002)(38730400002)(606005)(478600001)(53546010)(5660300001)(7696004)(4326008)(25786009)(7906003)(2900100001)(74316002)(2950100002)(7736002)(229853002)(66066001)(6436002)(54356999)(86362001)(230783001)(81166006)(3660700001)(8676002)(50986999)(6116002)(102836003)(76176999)(3846002)(3280700002)(575784001)(33656002)(6246003)(2906002)(122556002)(790700001); DIR:OUT; SFP:1101; SCL:1; SRVR:SN2PR03MB2352; H:SN2PR03MB2350.namprd03.prod.outlook.com; FPR:; SPF:None; MLV:sfv; LANG:en; 
spamdiagnosticoutput: 1:99
spamdiagnosticmetadata: NSPM
MIME-Version: 1.0
X-OriginatorOrg: sonusnet.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 24 Jun 2017 02:29:41.7026 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 29a671dc-ed7e-4a54-b1e5-8da1eb495dc3
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN2PR03MB2352
X-MC-Unique: VTE1tHpxNrO8JsQo8amHoQ-1
Content-Type: multipart/alternative; boundary="_000_SN2PR03MB2350E23BFFD8B8B745D75A20B2D90SN2PR03MB2350namp_"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/xysynChZYL1wM5c2sre2GWhf3tk>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 24 Jun 2017 02:29:48 -0000

--_000_SN2PR03MB2350E23BFFD8B8B745D75A20B2D90SN2PR03MB2350namp_
Content-Type: text/plain; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable

I also support.

Thanks,
Tolga

From: stir [mailto:stir-bounces@ietf.org] On Behalf Of DOLLY, MARTIN C
Sent: Friday, June 23, 2017 4:34 PM
To: Robert Sparks <rjsparks@nostrum.com>
Cc: stir@ietf.org
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01

I support
Martin C. Dolly
Lead Member of Technical Staff
Core & Government/Regulatory Standards
AT&T
Cell: +1.609.903.3360<tel:+1.609.903.3360>
Email: md3135@att.com<mailto:md3135@att.com>


On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com<mailto:rjs=
parks@nostrum.com>> wrote:
This is a call for adoption of draft-peterson-passport-divert-01 in the STI=
R working group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG=
0r2g&m=3D74VO1tThTtyKzTgANGNvko62wz_aW-0Bdi9L3kBBG8c&s=3D4rH9VtMltP821akGV3=
JPEBC4fiMR5-EFaxOLShE2Xv8&e=3D

--_000_SN2PR03MB2350E23BFFD8B8B745D75A20B2D90SN2PR03MB2350namp_
Content-Type: text/html; charset=WINDOWS-1252
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
=09{font-family:"Cambria Math";
=09panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
=09{font-family:Calibri;
=09panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
=09{margin:0in;
=09margin-bottom:.0001pt;
=09font-size:11.0pt;
=09font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
=09{mso-style-priority:99;
=09color:blue;
=09text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
=09{mso-style-priority:99;
=09color:purple;
=09text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
=09{mso-style-name:msonormal;
=09mso-margin-top-alt:auto;
=09margin-right:0in;
=09mso-margin-bottom-alt:auto;
=09margin-left:0in;
=09font-size:11.0pt;
=09font-family:"Calibri",sans-serif;}
span.EmailStyle18
=09{mso-style-type:personal-reply;
=09font-family:"Calibri",sans-serif;
=09color:windowtext;}
.MsoChpDefault
=09{mso-style-type:export-only;
=09font-size:10.0pt;}
@page WordSection1
=09{size:8.5in 11.0in;
=09margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
=09{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">I also support.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Thanks,<o:p></o:p></p>
<p class=3D"MsoNormal">Tolga<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b>From:</b> stir [mailto:stir-bounces@ietf.org] <b>=
On Behalf Of
</b>DOLLY, MARTIN C<br>
<b>Sent:</b> Friday, June 23, 2017 4:34 PM<br>
<b>To:</b> Robert Sparks &lt;rjsparks@nostrum.com&gt;<br>
<b>Cc:</b> stir@ietf.org<br>
<b>Subject:</b> Re: [stir] Call for adoption: draft-peterson-passport-diver=
t-01<o:p></o:p></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt">I support&nbsp;<o:p><=
/o:p></p>
<p class=3D"MsoNormal"><b>Martin C. Dolly</b><o:p></o:p></p>
<p class=3D"MsoNormal">Lead Member of Technical Staff<o:p></o:p></p>
<p class=3D"MsoNormal">Core &amp; Government/Regulatory Standards<o:p></o:p=
></p>
<p class=3D"MsoNormal">AT&amp;T<o:p></o:p></p>
<p class=3D"MsoNormal">Cell:&nbsp;<a href=3D"tel:&#43;1.609.903.3360">&#43;=
1.609.903.3360</a><o:p></o:p></p>
<p class=3D"MsoNormal">Email:&nbsp;<u><a href=3D"mailto:md3135@att.com">md3=
135@att.com</a></u><o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><br>
On Jun 23, 2017, at 4:23 PM, Robert Sparks &lt;<a href=3D"mailto:rjsparks@n=
ostrum.com">rjsparks@nostrum.com</a>&gt; wrote:<o:p></o:p></p>
</div>
<blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class=3D"MsoNormal">This is a call for adoption of draft-peterson-passpo=
rt-divert-01 in the STIR working group.<br>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
_______________________________________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><br>
<a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.=
org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp=
;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3D74VO1tThTtyKzTgANGNvko62wz_aW-0Bdi9L3kB=
BG8c&amp;s=3D4rH9VtMltP821akGV3JPEBC4fiMR5-EFaxOLShE2Xv8&amp;e=3D">https://=
urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman_listinf=
o_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw=
7ItG0r2g&amp;m=3D74VO1tThTtyKzTgANGNvko62wz_aW-0Bdi9L3kBBG8c&amp;s=3D4rH9Vt=
MltP821akGV3JPEBC4fiMR5-EFaxOLShE2Xv8&amp;e=3D</a>
<o:p></o:p></p>
</div>
</blockquote>
</div>
</body>
</html>

--_000_SN2PR03MB2350E23BFFD8B8B745D75A20B2D90SN2PR03MB2350namp_--


From nobody Sat Jun 24 12:17:19 2017
Return-Path: <julian.richards1@verizon.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 007851270A7 for <stir@ietfa.amsl.com>; Sat, 24 Jun 2017 12:17:19 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.7
X-Spam-Level: 
X-Spam-Status: No, score=-2.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=verizon.com header.b=sD7Onom7; dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=verizon.com header.b=VXGMj05A
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bS6GdjKibckx for <stir@ietfa.amsl.com>; Sat, 24 Jun 2017 12:17:16 -0700 (PDT)
Received: from omzsmtpe01.verizonbusiness.com (omzsmtpe01.verizonbusiness.com [199.249.25.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD9CA126D45 for <stir@ietf.org>; Sat, 24 Jun 2017 12:17:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498331836; x=1529867836; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=ILz4ZahLgkUXP4SuLECE+20tLEzbykZEd94ew36MSz8=; b=sD7Onom7+ll83QSENcv+Ywv/PBSMSOTy+qeO7ZSvaB6YjEaqp7uBJh4+ JvLzZBN0KsOMKHpu5QKGQB84xvN7AOomwEgLiqtOiKz6pW10i0s3QLpND HV+wdiw93ZycCz5bEk3lwFFPD36DfjPJW2ODR5MfftkrENv1cHZSxO3N3 8=;
X-IronPort-Anti-Spam-Filtered: false
Received: from unknown (HELO fldsmtpi03.verizon.com) ([166.68.71.145]) by omzsmtpe01.verizonbusiness.com with ESMTP; 24 Jun 2017 19:17:15 +0000
From: "Richards, Julian" <julian.richards1@verizon.com>
X-IronPort-AV: E=Sophos;i="5.39,316,1493683200";  d="scan'208,217";a="376383659"
Received: from rogue-10-255-0-101.rogue.vzwcorp.com (HELO Gemini.verizonwireless.com) ([10.255.0.101]) by fldsmtpi03.verizon.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Jun 2017 19:16:34 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498331794; x=1529867794; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=ILz4ZahLgkUXP4SuLECE+20tLEzbykZEd94ew36MSz8=; b=VXGMj05A08jAgDB1Z8wrwYxtjXMfO+f18we1bWLh4t4ie3QFVPtmoTUD RDC/jx56+KV6UKQ/TgjkXtMh005gVT6A4UJnUPBmX3h3YuDFtcuCg6g6m rgwJNZD/pt80m0skCzwAPiZDifqrMm5C+nlXdN7H2EAIurrYXF7oVgLUG s=;
Received: from casac1exh002.uswin.ad.vzwcorp.com ([10.11.218.44]) by Gemini.verizonwireless.com with ESMTP/TLS/AES128-SHA256; 24 Jun 2017 12:16:34 -0700
Received: from scwexch20apd.uswin.ad.vzwcorp.com (153.114.130.39) by CASAC1EXH002.uswin.ad.vzwcorp.com (10.11.218.44) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 24 Jun 2017 12:16:34 -0700
Received: from scwexch26apd.uswin.ad.vzwcorp.com (153.114.130.45) by scwexch20apd.uswin.ad.vzwcorp.com (153.114.130.39) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Sat, 24 Jun 2017 12:16:33 -0700
Received: from scwexch26apd.uswin.ad.vzwcorp.com ([153.114.130.45]) by scwexch26apd.uswin.ad.vzwcorp.com ([153.114.130.45]) with mapi id 15.00.1263.000; Sat, 24 Jun 2017 12:16:33 -0700
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6T9GTkmWK/qUe8Os2N0Xx9AKIzGrVQgAFHZoA=
Date: Sat, 24 Jun 2017 19:16:33 +0000
Message-ID: <d17f60ec09474e51bbd6e6ad86981113@scwexch26apd.uswin.ad.vzwcorp.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com> <C1A3E161FB009440ABA575570A60CD9C9A505251@rrc-ats-exmb2.ats.atsinnovate.com>
In-Reply-To: <C1A3E161FB009440ABA575570A60CD9C9A505251@rrc-ats-exmb2.ats.atsinnovate.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.11.60.250]
Content-Type: multipart/alternative; boundary="_000_d17f60ec09474e51bbd6e6ad86981113scwexch26apduswinadvzwc_"
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/wwRw0gDH_y3ZaDt9m2DoehwnPW4>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Sat, 24 Jun 2017 19:17:19 -0000

--_000_d17f60ec09474e51bbd6e6ad86981113scwexch26apduswinadvzwc_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support adoption of this draft.

Julian Richards
Engineer
Verizon Priority Services Support Center

O 214.210.3210 | M 214.293.2487
julian.richards1@verizon.com<mailto:julian.richards1@verizon.com>


-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org<mailto:stir@ietf.org>
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DudBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=
=3DbZJE6ODhNVDULb-GMNAO1Lj8EHR2bqtV0Rx7Jofd0TU&m=3Dl7jTtVb0PKafAz2q7Dw2v2Z9=
riNd56bsPuMxYPUHbhc&s=3DcmCYpJPTx4rc3eCMsIt7mY46IvvY4cCqD4Zm0oPP-L4&e=3D


--_000_d17f60ec09474e51bbd6e6ad86981113scwexch26apduswinadvzwc_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left:=
 #800000 2px solid; } --></style>
</head>
<body>
<font face=3D"Calibri" size=3D"2"><span style=3D"font-size:11pt;">
<div>I support adoption of this draft.</div>
<div><br>

<font face=3D"Arial" size=3D"2"><span style=3D"font-size:10pt;">Julian Rich=
ards<br>

</span></font><font face=3D"Arial" size=3D"2"><span style=3D"font-size:10pt=
;">Engineer</span></font></div>
<div><font face=3D"Arial" size=3D"2"><span style=3D"font-size:10pt;">Verizo=
n Priority Services Support Center<br>

<br>

O 214.210.3210 | M 214.293.2487<br>

<a href=3D"mailto:julian.richards1@verizon.com"><font color=3D"#0066CC">jul=
ian.richards1@verizon.com</font></a><br>

</span></font></div>
<div>&nbsp;</div>
<div>-----Original Message-----</div>
<div>From: stir [<a href=3D"mailto:stir-bounces@ietf.org">mailto:stir-bounc=
es@ietf.org</a>] On Behalf Of Robert Sparks</div>
<div>Sent: Friday, June 23, 2017 4:23 PM</div>
<div>To: <a href=3D"mailto:stir@ietf.org">stir@ietf.org</a></div>
<div>Subject: [stir] Call for adoption: draft-singh-stir-rph-00</div>
<div>&nbsp;</div>
<div>This is a call for adoption of draft-singh-stir-rph-00 in the STIR wor=
king group.</div>
<div>&nbsp;</div>
<div>Please send your comments on adopting this draft to the list or the ch=
airs by June 30, 2017 (Note that this is one week - if you need more time, =
please let the chairs know.)</div>
<div>&nbsp;</div>
<div>RjS</div>
<div>&nbsp;</div>
<div>_______________________________________________</div>
<div>stir mailing list</div>
<div><a href=3D"mailto:stir@ietf.org">stir@ietf.org</a></div>
<div><a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.=
ietf.org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3DudBTRvFvXC5Dhqg7UHpJl=
Pps3mZ3LRxpb6__0PomBTQ&amp;r=3DbZJE6ODhNVDULb-GMNAO1Lj8EHR2bqtV0Rx7Jofd0TU&=
amp;m=3Dl7jTtVb0PKafAz2q7Dw2v2Z9riNd56bsPuMxYPUHbhc&amp;s=3DcmCYpJPTx4rc3eC=
MsIt7mY46IvvY4cCqD4Zm0oPP-L4&amp;e">https://urldefense.proofpoint.com/v2/ur=
l?u=3Dhttps-3A__www.ietf.org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3Du=
dBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&amp;r=3DbZJE6ODhNVDULb-GMNAO1Lj8=
EHR2bqtV0Rx7Jofd0TU&amp;m=3Dl7jTtVb0PKafAz2q7Dw2v2Z9riNd56bsPuMxYPUHbhc&amp=
;s=3DcmCYpJPTx4rc3eCMsIt7mY46IvvY4cCqD4Zm0oPP-L4&amp;e</a>=3D
</div>
<div>&nbsp;</div>
</span></font>
</body>
</html>

--_000_d17f60ec09474e51bbd6e6ad86981113scwexch26apduswinadvzwc_--


From ke1356@att.com  Fri Jun 23 14:59:41 2017
Return-Path: <ke1356@att.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 DF464127866 for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:59:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88dVEj7jZrFO for <stir@ietfa.amsl.com>; Fri, 23 Jun 2017 14:59:40 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 20CD212943A for <stir@ietf.org>; Fri, 23 Jun 2017 14:59:40 -0700 (PDT)
Received: from pps.filterd (m0049297.ppops.net [127.0.0.1]) by m0049297.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5NLtc51040126 for <stir@ietf.org>; Fri, 23 Jun 2017 17:59:37 -0400
Received: from flpd657.enaf.ffdc.sbc.com (sbcsmtp9.sbc.com [144.160.128.153]) by m0049297.ppops.net-00191d01. with ESMTP id 2b98ub3ywa-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <stir@ietf.org>; Fri, 23 Jun 2017 17:59:37 -0400
Received: from enaf.ffdc.sbc.com (localhost [127.0.0.1]) by flpd657.enaf.ffdc.sbc.com (8.14.5/8.14.5) with ESMTP id v5NLxbnh117165 for <stir@ietf.org>; Fri, 23 Jun 2017 14:59:37 -0700
Received: from flpi489.ffdc.sbc.com (flpi489.ffdc.sbc.com [130.4.162.183]) by flpd657.enaf.ffdc.sbc.com (8.14.5/8.14.5) with ESMTP id v5NLxWRJ117042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <stir@ietf.org>; Fri, 23 Jun 2017 14:59:33 -0700
Received: from CAFRFD1MSGHUBAG.ITServices.sbc.com (CAFRFD1MSGHUBAG.itservices.sbc.com [130.4.169.164]) by flpi489.ffdc.sbc.com (RSA Interceptor) for <stir@ietf.org>; Fri, 23 Jun 2017 21:59:22 GMT
Received: from CAFRFD1MSGUSRIB.ITServices.sbc.com ([169.254.2.31]) by CAFRFD1MSGHUBAG.ITServices.sbc.com ([130.4.169.164]) with mapi id 14.03.0319.002; Fri, 23 Jun 2017 14:59:21 -0700
From: "ENG, KEYLOR" <ke1356@att.com>
To: "stir@ietf.org" <stir@ietf.org>
CC: "ENG, KEYLOR" <ke1356@att.com>
Thread-Topic: Subject: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AdLsa+VU1AxRb8AmTUi7f0whkt78Hg==
Date: Fri, 23 Jun 2017 21:59:21 +0000
Message-ID: <5584AEE7E85A7D47B78063A3C2A874063E6C747C@CAFRFD1MSGUSRIB.ITServices.sbc.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [135.70.12.64]
Content-Type: multipart/alternative; boundary="_000_5584AEE7E85A7D47B78063A3C2A874063E6C747CCAFRFD1MSGUSRIB_"
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: DAM Allow Patterns, public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-23_13:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706230372
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/aQ3qfEjwnjxW49iSndCQbZBQj8k>
Subject: [stir] Subject:  Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 01:20:18 -0000

--_000_5584AEE7E85A7D47B78063A3C2A874063E6C747CCAFRFD1MSGUSRIB_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support.


Keylor Eng
Director, Network Systems Architecture & Engineering
AT&T Global Business - Public Sector Solutions
16331 NE 72nd Way
Redmond, WA 98052
703.272.0888 (vm)
703.342.9638 (m)


This email and any files transmitted with it are AT&T property, are confide=
ntial, and are intended solely for the use of the individual or entity to w=
hom this email is addressed. If you are not one of the named recipients or =
otherwise have reason to believe that you have received this email in error=
, please notify the sender and delete this message immediately from your co=
mputer. Any other use, retention, dissemination, forwarding, printing, or c=
opying of this email is strictly prohibited.



--_000_5584AEE7E85A7D47B78063A3C2A874063E6C747CCAFRFD1MSGUSRIB_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri",sans-serif;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"#0563C1" vlink=3D"#954F72">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">I support.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Keylor Eng<o:p></o:p></p>
<p class=3D"MsoNormal">Director, Network Systems Architecture &amp; Enginee=
ring<o:p></o:p></p>
<p class=3D"MsoNormal">AT&amp;T Global Business &#8211; Public Sector Solut=
ions<o:p></o:p></p>
<p class=3D"MsoNormal">16331 NE 72nd Way<o:p></o:p></p>
<p class=3D"MsoNormal">Redmond, WA 98052<o:p></o:p></p>
<p class=3D"MsoNormal">703.272.0888 (vm)<o:p></o:p></p>
<p class=3D"MsoNormal">703.342.9638 (m)<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><i>This email and any files transmitted with it are =
AT&amp;T property, are confidential, and are intended solely for the use of=
 the individual or entity to whom this email is addressed. If you are not o=
ne of the named recipients or otherwise
 have reason to believe that you have received this email in error, please =
notify the sender and delete this message immediately from your computer. A=
ny other use, retention, dissemination, forwarding, printing, or copying of=
 this email is strictly prohibited.<o:p></o:p></i></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_5584AEE7E85A7D47B78063A3C2A874063E6C747CCAFRFD1MSGUSRIB_--


From nobody Mon Jun 26 01:55:54 2017
Return-Path: <andyhutton.ietf@gmail.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 72C4C129A92 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 01:55:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.7
X-Spam-Level: 
X-Spam-Status: No, score=-2.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iq6865g1AkXg for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 01:55:51 -0700 (PDT)
Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 79F48129789 for <stir@ietf.org>; Mon, 26 Jun 2017 01:55:51 -0700 (PDT)
Received: by mail-wm0-x22d.google.com with SMTP id i127so1662869wma.0 for <stir@ietf.org>; Mon, 26 Jun 2017 01:55:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=UywGEp/bJwRfp1IAhUdbBYpX16+2Kn53uzonuTblBOg=; b=qNx3bRISxRY5hR9OCG6pAVLlgk0pDu1Ih0vNSc1q1tkRQvba2e7OTX/cwcegb8+q6y 9NyG0Hgg3hbXQaSpHpxyLEzfCxegT0X2AJaSzmQCqsfTmjncoZGE0qCuIWhbJ1tHPS1/ uvOTH+6uoTdeNbfRjPhi54Ulx5RuxYz++5bVJNrsQCITbK3LkxgpE5K+g3yl4glFD+OF j3SGyWIBMHAHWONdng9II93sm6Z/CHIPEQ0RA8dTe38tE8EmH+ksuhC7gxCfp3m5NpjU oDjgFogfo4XnF5csNg7xvGcm8zIPZipchFH0TgiYLTU1DLUR9bdskash9ChON/scoU/D GUog==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=UywGEp/bJwRfp1IAhUdbBYpX16+2Kn53uzonuTblBOg=; b=nIz9UduWM4P4KAyZ7iJy2J67LbYk9tAyuT0LhUc2XA/C02o1x9ECgJF1qEagE8ysuM IcSIe67mXUf3e3XliByaLa4AXQNCCi2CZPuZsQazqulflGFby+5L5Rq/egBYYzQk3Ade BFo8hzA+x6pDhGnVOHsuRlsFhXOe/iEtDmeMHDa85mb+FkEc9A9MDEIxDDAtaJ+x3jbE pI7sV1ffZVRUsxeRuESKIQ37RY15ftFXUwfkk6t/AEly1ZMrcC8VBGIP+SogQdhGj+sA TLyWzwpLbZrfyEQ8fmcud9XTr04HtaKtIqnCc/4hvkBTFmRkwe708bZi5ODe1LIkOJ+W D5sw==
X-Gm-Message-State: AKS2vOxQ0Px/N73yg88daxXr7iMdcFqUhTBODUafMPLtd7mF1FhLjnW0 1TCcQpvNt/TEM7N7jlTMixSgKWTbi1EI
X-Received: by 10.28.62.149 with SMTP id l143mr6285113wma.83.1498467349998; Mon, 26 Jun 2017 01:55:49 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.223.173.8 with HTTP; Mon, 26 Jun 2017 01:55:49 -0700 (PDT)
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
From: Andy Hutton <andyhutton.ietf@gmail.com>
Date: Mon, 26 Jun 2017 09:55:49 +0100
Message-ID: <CAB7PXwSZPrnrKW_brFxsp3bv9jFDW-iNSMP9o8EXV9Tjx3bhbg@mail.gmail.com>
To: Robert Sparks <rjsparks@nostrum.com>
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/IrP0KGVt4wdq8fNtrplYTarZy2M>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 08:55:53 -0000

I support adoption of draft-singh-stir-rph-00

Andy

On Fri, Jun 23, 2017 at 9:23 PM, Robert Sparks <rjsparks@nostrum.com> wrote:
> This is a call for adoption of draft-singh-stir-rph-00 in the STIR working
> group.
>
> Please send your comments on adopting this draft to the list or the chairs
> by June 30, 2017 (Note that this is one week - if you need more time, please
> let the chairs know.)
>
> RjS
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Mon Jun 26 04:22:13 2017
Return-Path: <sg6347@att.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 0E7A8129B0A for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 04:22:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.401
X-Spam-Level: 
X-Spam-Status: No, score=-5.401 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.8, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6PhrzTgSd0Mu for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 04:22:01 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0b-00191d01.pphosted.com [67.231.157.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3888C129B09 for <stir@ietf.org>; Mon, 26 Jun 2017 04:22:01 -0700 (PDT)
Received: from pps.filterd (m0049463.ppops.net [127.0.0.1]) by m0049463.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5QBFZIF005062 for <stir@ietf.org>; Mon, 26 Jun 2017 07:21:58 -0400
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049463.ppops.net-00191d01. with ESMTP id 2bavx0620d-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <stir@ietf.org>; Mon, 26 Jun 2017 07:21:58 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5QBLvv8020680 for <stir@ietf.org>; Mon, 26 Jun 2017 07:21:57 -0400
Received: from mlpi407.sfdc.sbc.com (mlpi407.sfdc.sbc.com [130.9.128.239]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5QBLrju020638 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <stir@ietf.org>; Mon, 26 Jun 2017 07:21:54 -0400
Received: from MISOUT7MSGHUBAA.ITServices.sbc.com (MISOUT7MSGHUBAA.itservices.sbc.com [130.9.129.145]) by mlpi407.sfdc.sbc.com (RSA Interceptor) for <stir@ietf.org>; Mon, 26 Jun 2017 11:21:48 GMT
Received: from MISOUT7MSGUSRDF.ITServices.sbc.com ([169.254.6.217]) by MISOUT7MSGHUBAA.ITServices.sbc.com ([130.9.129.145]) with mapi id 14.03.0319.002; Mon, 26 Jun 2017 07:21:47 -0400
From: "GANESAN, SEKAR" <sg6347@att.com>
To: "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6RAMEMOoxK7EuZjzOb/p1iCaI3A8Cw
Date: Mon, 26 Jun 2017 11:21:47 +0000
Message-ID: <B7E56E5B4887484A81C2E4FEA481AFB12F551829@MISOUT7MSGUSRDF.ITServices.sbc.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [135.70.254.204]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-26_09:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706260193
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/o4aoi2aDAzUPEuk0gUEU3-kiJPw>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 11:22:03 -0000

I support.

-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3D_mIFRgvf_JEYzGk3-y=
meQg&m=3Dx-OL36-gFEzVIPVHRXrdXoKt6ej4-ls_usEzqW-xxxo&s=3DCgogHC-WijMcZ7_tMJ=
5w0jgcCs-I20wNKAYN9Pitqbs&e=3D=20


From pv898f@att.com  Mon Jun 26 06:19:32 2017
Return-Path: <pv898f@att.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 DF74E129B5D for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 06:19:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.4
X-Spam-Level: 
X-Spam-Status: No, score=-5.4 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-2.8, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2C6f2GODc1qV for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 06:19:31 -0700 (PDT)
Received: from mx0a-00191d01.pphosted.com (mx0b-00191d01.pphosted.com [67.231.157.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FE70129B57 for <stir@ietf.org>; Mon, 26 Jun 2017 06:19:31 -0700 (PDT)
Received: from pps.filterd (m0083689.ppops.net [127.0.0.1]) by m0083689.ppops.net-00191d01. (8.16.0.17/8.16.0.17) with SMTP id v5QDEgPF004676 for <stir@ietf.org>; Mon, 26 Jun 2017 09:19:28 -0400
Received: from alpi154.enaf.aldc.att.com (sbcsmtp6.sbc.com [144.160.229.23]) by m0083689.ppops.net-00191d01. with ESMTP id 2bb21w9f2j-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <stir@ietf.org>; Mon, 26 Jun 2017 09:19:28 -0400
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi154.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5QDJRLS008789 for <stir@ietf.org>; Mon, 26 Jun 2017 09:19:27 -0400
Received: from alpi131.aldc.att.com (alpi131.aldc.att.com [130.8.218.69]) by alpi154.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id v5QDJKnM008678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <stir@ietf.org>; Mon, 26 Jun 2017 09:19:22 -0400
Received: from GAALPA1MSGHUBAB.ITServices.sbc.com (GAALPA1MSGHUBAB.itservices.sbc.com [130.8.218.151]) by alpi131.aldc.att.com (RSA Interceptor) for <stir@ietf.org>; Mon, 26 Jun 2017 13:19:09 GMT
Received: from GAALPA1MSGUSRBA.ITServices.sbc.com ([169.254.1.2]) by GAALPA1MSGHUBAB.ITServices.sbc.com ([130.8.218.151]) with mapi id 14.03.0319.002; Mon, 26 Jun 2017 09:19:09 -0400
From: "VALLURI, PADMA" <pv898f@att.com>
To: "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6S07W/Tdj9WEqaOr7CW+rKYKIy5sXIgAAHYrKABDYmMA==
Date: Mon, 26 Jun 2017 13:19:08 +0000
Message-ID: <9CAA504443A10A43A5A86740CBE960100D1AEB35@GAALPA1MSGUSRBA.ITServices.sbc.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>, <B8F04EAF-AD9A-421C-BA21-D251C9C166BC@att.com> <758A0315-E6C5-42E6-BDA6-552A80985AA3@att.com>
In-Reply-To: <758A0315-E6C5-42E6-BDA6-552A80985AA3@att.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [130.10.230.193]
Content-Type: multipart/alternative; boundary="_000_9CAA504443A10A43A5A86740CBE960100D1AEB35GAALPA1MSGUSRBA_"
MIME-Version: 1.0
X-RSA-Inspected: yes
X-RSA-Classifications: public
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-26_09:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706260223
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/CHcC9QkceW02mZOTIDJg30C923g>
X-Mailman-Approved-At: Mon, 26 Jun 2017 06:42:09 -0700
Subject: [stir] FW:  Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 13:22:47 -0000

--_000_9CAA504443A10A43A5A86740CBE960100D1AEB35GAALPA1MSGUSRBA_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support.
Thanks,
Padma Valluri
AT&T NE/EP Team.


Begin forwarded message:
From: Robert Sparks <rjsparks@nostrum.com<mailto:rjsparks@nostrum.com>>
Date: June 23, 2017 at 4:23:13 PM EDT
To: "stir@ietf.org<mailto:stir@ietf.org>" <stir@ietf.org<mailto:stir@ietf.o=
rg>>
Subject: [stir] Call for adoption: draft-singh-stir-rph-00
This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DLFYZ-o9_HUMeMTSQicvjIg&r=3DG9v8uCSSQhCmpw7ItG=
0r2g&m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gCD7kA&s=3DLUX_ZKIUXGt814EOYE=
jWwoTyGL7sE3_IBpugta0Rtfk&e=3D

--_000_9CAA504443A10A43A5A86740CBE960100D1AEB35GAALPA1MSGUSRBA_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:o=3D"urn:schemas-microsoft-com:office:office" xmlns:w=3D"urn:sc=
hemas-microsoft-com:office:word" xmlns:m=3D"http://schemas.microsoft.com/of=
fice/2004/12/omml" xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
span.EmailStyle18
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style>
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s=
ize:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">I supp=
ort.<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s=
ize:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Thanks=
,<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s=
ize:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">Padma =
Valluri
<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><span style=3D"font-s=
ize:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D">AT&amp=
;T NE/EP Team.<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><b><span style=3D"fon=
t-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1F497D"><o:=
p>&nbsp;</o:p></span></b></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><br>
Begin forwarded message:<o:p></o:p></p>
<blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><b>From:</b> Robert S=
parks &lt;<a href=3D"mailto:rjsparks@nostrum.com">rjsparks@nostrum.com</a>&=
gt;<br>
<b>Date:</b> June 23, 2017 at 4:23:13 PM EDT<br>
<b>To:</b> &quot;<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a>&quot; &=
lt;<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a>&gt;<br>
<b>Subject:</b> <b>[stir] Call for adoption: draft-singh-stir-rph-00</b><o:=
p></o:p></p>
</div>
</blockquote>
<blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class=3D"MsoNormal">This is a call for adoption of draft-singh-stir-rph-=
00 in the STIR working group.<br>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
_______________________________________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><br>
<a href=3D"https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.=
org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp=
;r=3DG9v8uCSSQhCmpw7ItG0r2g&amp;m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gC=
D7kA&amp;s=3DLUX_ZKIUXGt814EOYEjWwoTyGL7sE3_IBpugta0Rtfk&amp;e=3D">https://=
urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman_listinf=
o_stir&amp;d=3DDwICAg&amp;c=3DLFYZ-o9_HUMeMTSQicvjIg&amp;r=3DG9v8uCSSQhCmpw=
7ItG0r2g&amp;m=3DvGU1ezOuzIaD9PcX_he-vhUxmB6ItZF9O7fc0gCD7kA&amp;s=3DLUX_ZK=
IUXGt814EOYEjWwoTyGL7sE3_IBpugta0Rtfk&amp;e=3D</a>
<o:p></o:p></p>
</div>
</blockquote>
</div>
</body>
</html>

--_000_9CAA504443A10A43A5A86740CBE960100D1AEB35GAALPA1MSGUSRBA_--


From nobody Mon Jun 26 06:45:20 2017
Return-Path: <br@brianrosen.net>
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 596DA129B97 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 06:45:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.59
X-Spam-Level: 
X-Spam-Status: No, score=-2.59 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=brianrosen-net.20150623.gappssmtp.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XLApg9fyzi75 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 06:45:14 -0700 (PDT)
Received: from mail-yw0-x232.google.com (mail-yw0-x232.google.com [IPv6:2607:f8b0:4002:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 71875129BA1 for <stir@ietf.org>; Mon, 26 Jun 2017 06:45:14 -0700 (PDT)
Received: by mail-yw0-x232.google.com with SMTP id s127so712807ywg.1 for <stir@ietf.org>; Mon, 26 Jun 2017 06:45:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brianrosen-net.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=WOdZe0yf+0cMV1dTHwTkfT5xrE6wXd91HoXiusLF7rs=; b=Al4H+Xiq8YMENoNPlnWNNzQPsrSgh6gHeEdQlu+y3PvSi2O6E7cY1LKLXsLXp+IOyV tiwNc12o8d7sLYcB1JLon/pU8++DNlVhIWp0pk8LXqBHUaWkUnB6DmPGZ6ATVre/RTMT h66WmddM1hWCoDpKFDgirojByai/xlJK6W9oxsaZk5rQdr3Y1A8TXq/tfaqFoB5S5Geu B4hXYO9AmUeO6eaFfpzQsMDmcoOMZqQQcv5df+Flf5ftI46VbxCo3/L6rlfV3srl4Yt0 z18Bv4z56mqIQToJpXgf6Oq4Yb2W3CwESR6lXBXgoH7xsyAj2qNcQwwAykyMR8ap7uXO y6RQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=WOdZe0yf+0cMV1dTHwTkfT5xrE6wXd91HoXiusLF7rs=; b=dhay4yshueIpS2GGz9xSo/V83mp9WZJp5hLfobfkOqBfxBadQNh+pyJ49Q3RiouZzd m+WC+cSC3UcIP3NxNrdvr7oknzejQqnEKvobJfG2+8hZg94u85k7VSfbyObpXHUK5qDq 9Cjy+uZgokvZF0zy40Qde1T644F1LRN4JdRQSb2OBCW6b2GpYT+DXIIvQJhBkN/AEuQG llnGj9YhpsQn4mV6qzVtPsog15ykoow2fsdHnryTI8Py3gStjcGKi1RFRjmCRm+5RCUc zA8weonpTIhzIr7I1NKakYKsS6cSzD9q74bQrOgJBqGrkbWFkQfNQuDHiLtZs60EEr6p On8Q==
X-Gm-Message-State: AKS2vOxlPVUjITE6rlVO/P+DDWkkujFI7Kh4jYEVqsNanj9yzW7ujjqD hYKq+m85i85BXDaFuLZ1Lg==
X-Received: by 10.129.169.69 with SMTP id g66mr188247ywh.205.1498484713572; Mon, 26 Jun 2017 06:45:13 -0700 (PDT)
Received: from [10.96.43.85] (neustar-sthide-nat1.neustar.biz. [156.154.81.54]) by smtp.gmail.com with ESMTPSA id e63sm50956ywf.62.2017.06.26.06.45.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jun 2017 06:45:12 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Brian Rosen <br@brianrosen.net>
In-Reply-To: <16678e79-3990-f2e5-3660-9dacd99887e2@nostrum.com>
Date: Mon, 26 Jun 2017 09:45:29 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <204CD37C-4C7A-43B9-AD80-7BDD47AC66C4@brianrosen.net>
References: <16678e79-3990-f2e5-3660-9dacd99887e2@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/ouAap8w9yNgbeNq1kVZEDs_j-dQ>
Subject: Re: [stir] Call for adoption: draft-rescorla-fallback-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 13:45:16 -0000

I support adoption of this draft. =20

Brian

> On Jun 23, 2017, at 4:22 PM, Robert Sparks <rjsparks@nostrum.com> =
wrote:
>=20
> This is a call for adoption of draft-rescorla-fallback-02 in the STIR =
working group.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Mon Jun 26 10:54:04 2017
Return-Path: <chris-ietf@chriswendt.net>
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 CF890129B17 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 10:54:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=chriswendt-net.20150623.gappssmtp.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8WaiavfWdEzo for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 10:54:01 -0700 (PDT)
Received: from mail-qt0-x229.google.com (mail-qt0-x229.google.com [IPv6:2607:f8b0:400d:c0d::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 024C31298BA for <stir@ietf.org>; Mon, 26 Jun 2017 10:54:00 -0700 (PDT)
Received: by mail-qt0-x229.google.com with SMTP id 32so7294970qtv.1 for <stir@ietf.org>; Mon, 26 Jun 2017 10:54:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chriswendt-net.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=en6EVIXDoGzFgy79knp1S19pz9LfIR2ecMgbWuHYGZw=; b=eTNpnyr/FX5GVf5/9KbrF6n2W1FlJy69O9gZ2CKi+7NDIm4nxZEYG9pk1Rz6023uv0 SOkMPrtv5ar0cZ+KgLahP0o6KDvImwE4WZj7CsGRIPhv3noGKI8JARyJ7H0NuqyKUGqp rZk6ViwT33A0Qq3yzQvUbQ2RHkcPYebRgpbiBOgaVyjgZeUWxohFk6YDm0/8UmShp7WO 8gRBng6ZF2UfxWemytVFAMTjizKTdr9d+nSVhhzUrBjuwmQ52s9e1zWU88xCl726b730 A8nBWEY01ak+aLRZ9FxYtTCABi8ikdlPW7EhSIpA/YY9JnyLUKEahfM2VINVPgZzJa0y bErw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=en6EVIXDoGzFgy79knp1S19pz9LfIR2ecMgbWuHYGZw=; b=HKEmTzAk4tbxAyvg3q2kUN8H4DxxjlzLDfcFkKGT+NX9wJdWI2ReDHGy7NqdiITK7g 9gEdHJw/f//TW325L5A4q3aH1+vFmmXTAB7dA5xTC/JaiLghBFOi3N74QCIyS/rHlVdA uZBdeRiz8c3Mqyg1L5QnjL/OMbtSfalz9oQIGXKtZWmDqFY4i/D7eWTd+JJln6CPZPv6 Qgr4jDojSgWnJWTeCVnv006l9Yj8gQN1GLhLIrFWf7B+1s7G0zDHND/KywZe8UBnVcxQ 9ez4+10Q60vRsoJWD1RjSz/LJK9pYa/mpS4b17xHVOyCsJJf+uRXUsLk3lWXu1IpVWfN 9G5g==
X-Gm-Message-State: AKS2vOwtcb/DVECak6ZaePFTdbyl+A22Sm0H4ggy+XzFNVOQCGwDUNqk Mvf7SOS43BoH0x3Rr7m+ag==
X-Received: by 10.200.45.103 with SMTP id o36mr1872107qta.43.1498499639885; Mon, 26 Jun 2017 10:53:59 -0700 (PDT)
Received: from ?IPv6:2601:a40:100:49:29a0:efb9:c452:904? ([2601:a40:100:49:29a0:efb9:c452:904]) by smtp.gmail.com with ESMTPSA id c143sm519839qkg.64.2017.06.26.10.53.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jun 2017 10:53:59 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Chris Wendt <chris-ietf@chriswendt.net>
In-Reply-To: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
Date: Mon, 26 Jun 2017 13:53:57 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <D3957B10-BD62-4B00-B9B9-4B355DE8B56F@chriswendt.net>
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/2XPHfpKyhuH1UtCEBqygWAGwCSI>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 17:54:03 -0000

I support adoption.

> On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com> =
wrote:
>=20
> This is a call for adoption of draft-peterson-passport-divert-01 in =
the STIR working group.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Mon Jun 26 10:54:25 2017
Return-Path: <chris-ietf@chriswendt.net>
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 C3A061292F5 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 10:54:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=chriswendt-net.20150623.gappssmtp.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34F8pBpIdJA8 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 10:54:22 -0700 (PDT)
Received: from mail-qt0-x233.google.com (mail-qt0-x233.google.com [IPv6:2607:f8b0:400d:c0d::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3C6F12773A for <stir@ietf.org>; Mon, 26 Jun 2017 10:54:21 -0700 (PDT)
Received: by mail-qt0-x233.google.com with SMTP id f92so7282790qtb.2 for <stir@ietf.org>; Mon, 26 Jun 2017 10:54:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chriswendt-net.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zunqj1dmp5WzJ1g/EitAzByX9pmJWKCqa+8jHzJ0i04=; b=elmOu0pzA4UlH0gii7S5Fw0ceEuoOCakEWfyHgSq7r5EDkOATizAOMeOJaxp0phSo+ aNvAKfMnDt2+tTu/8cysSZuCZ3I2PwP2I/zHUK7KhthAzaZFnoUpX/HasgNpiDYIM7Es Q9MWtPIWMxG17DVXmoEyaEgazOpJ7Y41yfvjrX+pg4y5SLUEQbgURri+jsLNVGOYkBDV sSeVYRM83Hbqa5XHkPronWdpbKkBSjLuRLqeah05Fs14kcRDYWLOobXij/J+6Kp/lNbJ qigTrBh2hO3l7uLz7EIiIf5c/4rMw+3mIeyBTeOLVxeoKB98sc9yyov1W5K9YAHVjIhU lE9Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zunqj1dmp5WzJ1g/EitAzByX9pmJWKCqa+8jHzJ0i04=; b=MbUA0pBDO+ap49WY3DheLOEhMSA6ruu0vN5qCfJxCrlX+zKDOajv17tBBN0N3az8xy fD0+3P0+GHi0x7lZZOi/+6L956XqL7F7kKBcLhTNI2lfq+4b2TClY2mnIrCzth0tsRlR tV0FaINOWzo3cbrKWnb9het5YQ9danWhOMaSZ8p+9VhzznUsf+R8BYBVDuyNYblW6Jqq SwilG4NbwYqR+guS/QbL6uY/A5AmNQma85zgIjY3AZi6zeHD3j5/IDYMkoggxP9X8z9C P1//Gm+oVx5hCMYGx0g3w5PI5EhmJsBM4cgkROirLKaqTWvTCPdjQIHqqKGgnptTXvzM tTXg==
X-Gm-Message-State: AKS2vOxN9j2uvsQGVhojd1/K47GI5jkZaRy9hp1b1xhm8F2RfskwNRry trVatAO/naFDV3z3
X-Received: by 10.237.43.35 with SMTP id p32mr1847125qtd.86.1498499660952; Mon, 26 Jun 2017 10:54:20 -0700 (PDT)
Received: from ?IPv6:2601:a40:100:49:29a0:efb9:c452:904? ([2601:a40:100:49:29a0:efb9:c452:904]) by smtp.gmail.com with ESMTPSA id c143sm519839qkg.64.2017.06.26.10.54.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jun 2017 10:54:19 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Chris Wendt <chris-ietf@chriswendt.net>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Date: Mon, 26 Jun 2017 13:54:18 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <EA88D6F7-C3F5-40C7-9335-5F15A51638F4@chriswendt.net>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/qhLE-ROzRrhnHdFZ2lMWgcoID5M>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 17:54:24 -0000

I support adoption.

> On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com> =
wrote:
>=20
> This is a call for adoption of draft-singh-stir-rph-00 in the STIR =
working group.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Mon Jun 26 10:54:56 2017
Return-Path: <chris-ietf@chriswendt.net>
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 0704612EAF6 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 10:54:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=chriswendt-net.20150623.gappssmtp.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aA15DarHX9HN for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 10:54:54 -0700 (PDT)
Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A77F1292F5 for <stir@ietf.org>; Mon, 26 Jun 2017 10:54:54 -0700 (PDT)
Received: by mail-qk0-x234.google.com with SMTP id d78so7366420qkb.1 for <stir@ietf.org>; Mon, 26 Jun 2017 10:54:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chriswendt-net.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=JYeW7t6zHDE4bzGD7u96MzPLoAvM6IYSl3OinN+Ae0Q=; b=yytBZyeEorZNno3vtgcenIy+XtD4doR1sK1bfAhtiHNkXRUqF6ESmwR9BzonIrJdhA 2J/mQ+e0IHRtsosFBVlIlcJX6mkwcYXkuyWAZ2dQV4RZBLcJsuyV4n4yzhJFO8dDMjOi PbhYfzJCl3OkMeNkAltVAybKk9dRH1LALQB7pyxRLBVJ6/88t1Wrcx7A7RT68a9WELv2 J7NcnS60H2ItOob3WxE9BGZctndudi3zAJ5FxIpqF5Cx3Hfp+CZ1X7cNXGumQKIBXMp9 lZxna5CJji3A36Qg0qIOdGaxIHu2RsN4828r43ndDlW3uraylCNwGVRTUAhP6F368Txn z4HQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=JYeW7t6zHDE4bzGD7u96MzPLoAvM6IYSl3OinN+Ae0Q=; b=bqWd6EtrCk8uBTD0+6kBLv3Kc7fyV0ZRHBwgYIFQoV5x+Kx2yzOLSyATTXfQehA78X wla6NjDJWJS2AGpCBpKqwCxRyz1H49KC8/vekOvNk9t3BkoAc9KlfM9rx/t1ydb3M5Nm jgPNzaCdFYQib8wPGdZJjZnx+2UvQc1Uqw5+HYK5Uae7vvNr2zFmf3GmxW41p7WQArkc A0cwCeMz+Kpy4QTxF57ol2mahAvEoqT+E4ypd9EzPUMNxvP8LrV0tfZoYcRYBqcFdomW 1xJq+2ctnA7ulnzm44TwD00FzfHZ2TQjTTL8/FobijdZ74XJMttNEnqYpUNPehwgEpUz YdPw==
X-Gm-Message-State: AKS2vOybzEvWsE/t8hn20sdzkBrxOQYneanauPXb3xjpL5tAE7ojKcMe jLyBY6v4yPlX4WFHVN+r6Q==
X-Received: by 10.55.120.69 with SMTP id t66mr1722300qkc.171.1498499693502; Mon, 26 Jun 2017 10:54:53 -0700 (PDT)
Received: from ?IPv6:2601:a40:100:49:29a0:efb9:c452:904? ([2601:a40:100:49:29a0:efb9:c452:904]) by smtp.gmail.com with ESMTPSA id c143sm519839qkg.64.2017.06.26.10.54.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jun 2017 10:54:52 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Chris Wendt <chris-ietf@chriswendt.net>
In-Reply-To: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
Date: Mon, 26 Jun 2017 13:54:51 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <739D1BEE-D951-4266-A380-BD82C3777FA8@chriswendt.net>
References: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/2NiITuB9nJIpSO5dud5R1ODdPu0>
Subject: Re: [stir] Call for adoption: draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 17:54:56 -0000

I support adoption.

> On Jun 23, 2017, at 4:24 PM, Robert Sparks <rjsparks@nostrum.com> =
wrote:
>=20
> This is a call for adoption of draft-peterson-stir-cnam-02 in the STIR =
working group.
>=20
> Note that Jon indicated during the virtual interim that he will find a =
name for the draft that does not imply this is taking on the entire CNAM =
problem space.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Mon Jun 26 13:28:04 2017
Return-Path: <desterdick@verizon.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 DD80A12773A for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 13:28:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=verizon.com header.b=eIigsqnC; dkim=pass (1024-bit key) header.d=verizon.com header.b=jH3LLzp7; dkim=pass (1024-bit key) header.d=verizon.com header.b=pT8xq3mf
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bjzde1ccHf11 for <stir@ietfa.amsl.com>; Mon, 26 Jun 2017 13:28:01 -0700 (PDT)
Received: from omzsmtpe03.verizonbusiness.com (omzsmtpe03.verizonbusiness.com [199.249.25.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E4E0B124234 for <stir@ietf.org>; Mon, 26 Jun 2017 13:28:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498508880; x=1530044880; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=3W2V+83qIafJzHM1g0opp/xtay3OOf0YodC6lOJzC8w=; b=eIigsqnCi23C3cA84N8matimipMZxrvSz9ogcYe0HUtDW0Aua5tRZJf2 eJLuZ8oHsSYupdAIoOCDgFr+1Cv7e2ent5YpHG/b6zDSpqhtg/hyj4rt0 7eVwKHde3QWeIVfocLcwXfLIXFMaWxtQ4dBBJDcjg2AS7XrObLPTa6Vjg k=;
X-IronPort-Anti-Spam-Filtered: false
Received: from unknown (HELO fldsmtpi03.verizon.com) ([166.68.71.145]) by omzsmtpe03.verizonbusiness.com with ESMTP; 26 Jun 2017 20:27:58 +0000
X-IronPort-AV: E=Sophos;i="5.39,316,1493683200"; d="scan'208";a="377287726"
Received: from rogue-10-255-192-101.rogue.vzwcorp.com (HELO atlantis.verizonwireless.com) ([10.255.192.101]) by fldsmtpi03.verizon.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Jun 2017 20:27:20 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498508839; x=1530044839; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=3W2V+83qIafJzHM1g0opp/xtay3OOf0YodC6lOJzC8w=; b=jH3LLzp7TwtcAbMfvwX493Da6OxXtkxnOHVS9HlBoW4FuWjqHb8fQ1i0 trz5qbZ4N6uFKMJd+Dd/iGUI6AGyf/rFLIylJiEqabuPkqCT4uTZbdW0L bSf45aWAyNoJg5MkdISCLI1mbkgioiytBVd9GDTrCDKBGDbZG4OWAHBKf M=;
Received: from viking.odc.vzwcorp.com (HELO mercury.verizonwireless.com) ([10.255.240.26]) by atlantis.verizonwireless.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Jun 2017 16:27:19 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498508840; x=1530044840; h=to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:from; bh=3W2V+83qIafJzHM1g0opp/xtay3OOf0YodC6lOJzC8w=; b=pT8xq3mfvk3KENofa1VXlVBNerIZ3fU4PUnRDhopcCO/0SmMDlD6v3zL 25ZsXC7jxqvH01rN8RPykxiPXvr3KCNyGIIx1you/u1S+RYGoq0qLPwyL Vqtw26KiwGtn3tUAr/Ya8L4AQ+QoAnK/BNZXq7ZhHcp6cqIL6cugWv8BJ A=;
From: desterdick@verizon.com
X-Host: viking.odc.vzwcorp.com
Received: from casac1exh003.uswin.ad.vzwcorp.com ([10.11.218.45]) by mercury.verizonwireless.com with ESMTP/TLS/AES128-SHA256; 26 Jun 2017 20:27:03 +0000
Received: from scwexch08apd.uswin.ad.vzwcorp.com (153.114.130.27) by CASAC1EXH003.uswin.ad.vzwcorp.com (10.11.218.45) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 26 Jun 2017 13:26:50 -0700
Received: from OMZP1LUMXCA15.uswin.ad.vzwcorp.com (144.8.22.190) by scwexch08apd.uswin.ad.vzwcorp.com (153.114.130.27) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Mon, 26 Jun 2017 13:26:50 -0700
Received: from OMZP1LUMXCA15.uswin.ad.vzwcorp.com (144.8.22.190) by OMZP1LUMXCA15.uswin.ad.vzwcorp.com (144.8.22.190) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Mon, 26 Jun 2017 15:26:48 -0500
Received: from OMZP1LUMXCA15.uswin.ad.vzwcorp.com ([144.8.22.190]) by OMZP1LUMXCA15.uswin.ad.vzwcorp.com ([144.8.22.190]) with mapi id 15.00.1263.000; Mon, 26 Jun 2017 15:26:48 -0500
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [E] [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6d6Ou91BHSUUa1YhSqrbkZ9KI3nBTg
Date: Mon, 26 Jun 2017 20:26:48 +0000
Message-ID: <2a77efc0070d4e3dbcadf868aa67002c@OMZP1LUMXCA15.uswin.ad.vzwcorp.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.144.60.250]
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/sTM27P9nWGszWIQE2JcQNAUlJvk>
Subject: Re: [stir] [E]  Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Mon, 26 Jun 2017 20:28:03 -0000

I support adoption of this draft

Mark Desterdick

=A0=A0=A0=A0


-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org
Subject: [E] [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DudBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=
=3Djh_ZhKFJpRnPa3-3zMDpcFm7W90oZpkuZksiKgS8MGQ&m=3DDgJoOf-KPendZ7CUnq5ioKco=
BY9qHIwwjFBP0Mc6ShQ&s=3DLlgeES8Z7TKXAQfBeph-36LWBcEr8Rt_-4juULS1Jz8&e=3D=20


From nobody Tue Jun 27 06:07:12 2017
Return-Path: <andersk@google.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 9295A129B07 for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 06:07:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.7
X-Spam-Level: 
X-Spam-Status: No, score=-2.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=google.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CMZrghZHWvCP for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 06:07:09 -0700 (PDT)
Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D3A26129B06 for <stir@ietf.org>; Tue, 27 Jun 2017 06:07:08 -0700 (PDT)
Received: by mail-wm0-x232.google.com with SMTP id b184so26069823wme.1 for <stir@ietf.org>; Tue, 27 Jun 2017 06:07:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Eskq3KAZSTTWiy+n61rsHaBgTRYjL4df72HZ9IMJLg8=; b=D9KpQ0k4WhPSvQ5qxhUPjGGHTotgLYd6zsjDHdblPp5VnBezTZnwag3eqMKh+HHPO0 6HQKlzMRNbqKk2CkQaY+lcjWkbRWOYL4RDSzyuTZX4byGFkF+lm6mNRWu8KgeHO1P1R2 zdC3W/7L2jK7BstnSVBSaaM/UVuNh6wptnw96ov9MAppcARgr5SsArNzLFzj7n5P9hCw NGqVXLjILNJKiVk+FI1VJqmFmXJQdMv6u5kyuSLoEPPGbPtDkuyEVi4+mpz9sK60lco6 oLB1mAKRZmJJbkpQRZ1Ph9tV3Wy3wUzuGv7pqh8Thf+UDpi4jHLuPEDS/lHp5jw3F2MR uyQw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Eskq3KAZSTTWiy+n61rsHaBgTRYjL4df72HZ9IMJLg8=; b=W1F8tV5o9r7L6BUVhPyIhv17NR2QvxprAqp1B6SV3lykSnKV1vOZprwbl3U+zWfdwK gaeX1FgEwcAzGGcIKXHYCfimkR4l/Gyx4xrZbaqKIm+tQyauqof7gz233S2HJU9F7rd6 4jss+dVJ2CwWieVmlAuhLoMnlIpav1kAd7moPHh2mjGYQTNiwRKzkzPpy3dkGgVAjgZI FTcXBWQWwyEHEZ4D6+f21MezOdg2vwb45PSeCAJotXv1Mg+H7Zm0B0UtL+cTJZJ6ppZF zXlaC4/lY3MEeCYRuowO0sx5S3cNOQS/6Kxzaf8eozz4hyhIlZv2LimDGDXdA53+UpHC Zfcg==
X-Gm-Message-State: AKS2vOwGk9kJwPkC4CVdFSQb4utSLSsXOc80Og2IC7QP/idSJDHMQiy6 enH8EvQDrdgi29k5HRyJ/IDJU791Jwa9Xi4=
X-Received: by 10.28.173.201 with SMTP id w192mr3195536wme.113.1498568827036;  Tue, 27 Jun 2017 06:07:07 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.11.7 with HTTP; Tue, 27 Jun 2017 06:07:06 -0700 (PDT)
In-Reply-To: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
References: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
From: Anders Kristensen <andersk@google.com>
Date: Tue, 27 Jun 2017 06:07:06 -0700
Message-ID: <CACG=0wSt7VhUr6_n1eyfgsCrryU_NEssk6WbiqW5SUkQszvg0w@mail.gmail.com>
To: Robert Sparks <rjsparks@nostrum.com>
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Type: multipart/alternative; boundary="001a114445ee9bebad0552f0be2c"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/5cBem198vCm_SgF2J3QuWUoCY9s>
Subject: Re: [stir] Call for adoption: draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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, 27 Jun 2017 13:07:10 -0000

--001a114445ee9bebad0552f0be2c
Content-Type: text/plain; charset="UTF-8"

+1

On Fri, Jun 23, 2017 at 1:24 PM, Robert Sparks <rjsparks@nostrum.com> wrote:

> This is a call for adoption of draft-peterson-stir-cnam-02 in the STIR
> working group.
>
> Note that Jon indicated during the virtual interim that he will find a
> name for the draft that does not imply this is taking on the entire CNAM
> problem space.
>
> Please send your comments on adopting this draft to the list or the chairs
> by June 30, 2017 (Note that this is one week - if you need more time,
> please let the chairs know.)
>
> RjS
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir
>

--001a114445ee9bebad0552f0be2c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-size:small">+1<=
/div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Fri=
, Jun 23, 2017 at 1:24 PM, Robert Sparks <span dir=3D"ltr">&lt;<a href=3D"m=
ailto:rjsparks@nostrum.com" target=3D"_blank">rjsparks@nostrum.com</a>&gt;<=
/span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8=
ex;border-left:1px #ccc solid;padding-left:1ex">This is a call for adoption=
 of draft-peterson-stir-cnam-02 in the STIR working group.<br>
<br>
Note that Jon indicated during the virtual interim that he will find a name=
 for the draft that does not imply this is taking on the entire CNAM proble=
m space.<br>
<br>
Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)<br>
<br>
RjS<br>
<br>
______________________________<wbr>_________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org" target=3D"_blank">stir@ietf.org</a><br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir" rel=3D"noreferrer" t=
arget=3D"_blank">https://www.ietf.org/mailman/l<wbr>istinfo/stir</a><br>
</blockquote></div><br></div>

--001a114445ee9bebad0552f0be2c--


From nobody Tue Jun 27 06:09:19 2017
Return-Path: <andersk@google.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 289C4129B0D for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 06:09:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=google.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bji-BSGUAHGC for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 06:09:15 -0700 (PDT)
Received: from mail-wr0-x22f.google.com (mail-wr0-x22f.google.com [IPv6:2a00:1450:400c:c0c::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1B0D6129B07 for <stir@ietf.org>; Tue, 27 Jun 2017 06:09:15 -0700 (PDT)
Received: by mail-wr0-x22f.google.com with SMTP id r103so159059238wrb.0 for <stir@ietf.org>; Tue, 27 Jun 2017 06:09:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=w8HGQXtb9LRb+koeEp/HyRJh4hDggZYb7xuIDW8NkQI=; b=u+v8qdG8YqZxkQvGdo2K745ytanxAR8piIXoYrIKaeodujKoHUxM89VH8LPfzZrsF3 DD+NeGYhIOupnjfNcgGKBUkIRv3+j/Zdfawpp3cHn9qDE3y89N/LawltHRvJtSqyvVWI bIM/B1IF34wfHgTaBexweN0/aw+TKw9lB8kzsfXNjyxFgNJ4YL5iqJ1KDipi4qoSUUs2 3iL+rVRFssQzB+HleFlG5brdcfs9RjVbLXdlOsmkKSMn3E7UU5NO21ZxVlauw/R9lYG7 nRn5Is1ydn4474/kGYL6qqh0zJ3N+/J8ve3ylDHAS3tfhv0H+0cQtUXRw9osSSBuhwU1 /n5A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=w8HGQXtb9LRb+koeEp/HyRJh4hDggZYb7xuIDW8NkQI=; b=GMi3raIaViQs1l6MWvbz/xPqz9gnnfp1Bh/+yB+U4D7VXvbC3dFoe++RsOstQoDzxQ y+6XeNkFBtSK+Jep3UZa1X2PXGpBm7DiQgJDtzsb6MRTq8o+tOPKnO0NhEJVebGxcbHf sBvbKxKJCpJ6tskzGqTVAs4//NlessJ5mPm2S92Rqg/GqX8W8TlQBrzob55RXu0xD5v4 aiap9MP+7aq2Qg7UOE95i/Ad+JS/Bg+sCJdiXY03yRc6yF+bzh0cHq+usDCPtjogiEaQ A2iGYSVIJScejKpKp4KDyquhk/ss5cflq7e3k9r3K/sYrMAgwmFVBl6MZW8WVlPzK6DU ClrQ==
X-Gm-Message-State: AKS2vOzHjGDTpMCCjmFyoAbvSWrEiK++d4ITTZetMpRqXD9vCIN45e4h ieXMBg78SzY5dXJtY9fVa0LfKzOUdPm8WxM=
X-Received: by 10.223.169.169 with SMTP id b38mr9205511wrd.126.1498568953346;  Tue, 27 Jun 2017 06:09:13 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.28.11.7 with HTTP; Tue, 27 Jun 2017 06:09:12 -0700 (PDT)
In-Reply-To: <D3957B10-BD62-4B00-B9B9-4B355DE8B56F@chriswendt.net>
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com> <D3957B10-BD62-4B00-B9B9-4B355DE8B56F@chriswendt.net>
From: Anders Kristensen <andersk@google.com>
Date: Tue, 27 Jun 2017 06:09:12 -0700
Message-ID: <CACG=0wRAzbXPKN1cVgQskDJAjDer4vMgQKLh20GCzKT8gSn_sA@mail.gmail.com>
To: Chris Wendt <chris-ietf@chriswendt.net>
Cc: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Content-Type: multipart/alternative; boundary="001a113c48f8236d870552f0c64c"
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/C6r_VFJhrvqq2BJW9WynEgkNv3E>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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, 27 Jun 2017 13:09:17 -0000

--001a113c48f8236d870552f0c64c
Content-Type: text/plain; charset="UTF-8"

+1

On Mon, Jun 26, 2017 at 10:53 AM, Chris Wendt <chris-ietf@chriswendt.net>
wrote:

> I support adoption.
>
> > On Jun 23, 2017, at 4:23 PM, Robert Sparks <rjsparks@nostrum.com> wrote:
> >
> > This is a call for adoption of draft-peterson-passport-divert-01 in the
> STIR working group.
> >
> > Please send your comments on adopting this draft to the list or the
> chairs by June 30, 2017 (Note that this is one week - if you need more
> time, please let the chairs know.)
> >
> > RjS
> >
> > _______________________________________________
> > stir mailing list
> > stir@ietf.org
> > https://www.ietf.org/mailman/listinfo/stir
>
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir
>

--001a113c48f8236d870552f0c64c
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-size:small">+1<=
/div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">On Mon=
, Jun 26, 2017 at 10:53 AM, Chris Wendt <span dir=3D"ltr">&lt;<a href=3D"ma=
ilto:chris-ietf@chriswendt.net" target=3D"_blank">chris-ietf@chriswendt.net=
</a>&gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin=
:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I support adoption=
.<br>
<span class=3D"im HOEnZb"><br>
&gt; On Jun 23, 2017, at 4:23 PM, Robert Sparks &lt;<a href=3D"mailto:rjspa=
rks@nostrum.com">rjsparks@nostrum.com</a>&gt; wrote:<br>
&gt;<br>
</span><div class=3D"HOEnZb"><div class=3D"h5">&gt; This is a call for adop=
tion of draft-peterson-passport-<wbr>divert-01 in the STIR working group.<b=
r>
&gt;<br>
&gt; Please send your comments on adopting this draft to the list or the ch=
airs by June 30, 2017 (Note that this is one week - if you need more time, =
please let the chairs know.)<br>
&gt;<br>
&gt; RjS<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; stir mailing list<br>
&gt; <a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><br>
&gt; <a href=3D"https://www.ietf.org/mailman/listinfo/stir" rel=3D"noreferr=
er" target=3D"_blank">https://www.ietf.org/mailman/<wbr>listinfo/stir</a><b=
r>
<br>
______________________________<wbr>_________________<br>
stir mailing list<br>
<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><br>
<a href=3D"https://www.ietf.org/mailman/listinfo/stir" rel=3D"noreferrer" t=
arget=3D"_blank">https://www.ietf.org/mailman/<wbr>listinfo/stir</a><br>
</div></div></blockquote></div><br></div>

--001a113c48f8236d870552f0c64c--


From nobody Tue Jun 27 08:29:50 2017
Return-Path: <adam.armbruster@verizon.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 F423C129B5D for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 08:29:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.699
X-Spam-Level: 
X-Spam-Status: No, score=-2.699 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=verizon.com header.b=D8LnARaa; dkim=pass (1024-bit key) header.d=verizon.com header.b=C4XdL55M; dkim=pass (1024-bit key) header.d=verizon.com header.b=FqmSydpD
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FgCNI4mgZGDh for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 08:29:48 -0700 (PDT)
Received: from omzsmtpe03.verizonbusiness.com (omzsmtpe03.verizonbusiness.com [199.249.25.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8835A129B72 for <stir@ietf.org>; Tue, 27 Jun 2017 08:29:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498577387; x=1530113387; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=c+dJTE8jNGcQLk/3VxAOD+JXyBqJnjRyzqTANi5r57E=; b=D8LnARaaLg8IZpvHK7iL4Ikj6mrqh9jy/AIvyNxH07IuW2wX8044O3X/ dAvPVH5OEXxKAIPMMB9wi8GL7uwYOjvkxexkH2/2aEFaSXOvIrBZ2ko+1 N9+aJyhIFVZcz6PRtDV7zYqiGOHfKtPfcYMacpBfAsAFdWQFGBxSsBThP c=;
X-IronPort-Anti-Spam-Filtered: false
Received: from unknown (HELO fldsmtpi02.verizon.com) ([166.68.71.144]) by omzsmtpe03.verizonbusiness.com with ESMTP; 27 Jun 2017 15:29:46 +0000
X-IronPort-AV: E=Sophos;i="5.39,316,1493683200";  d="png'150?scan'150,208,217,150";a="1474557509"
Received: from rogue-10-255-192-101.rogue.vzwcorp.com (HELO atlantis.verizonwireless.com) ([10.255.192.101]) by fldsmtpi02.verizon.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Jun 2017 15:29:08 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498577347; x=1530113347; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=c+dJTE8jNGcQLk/3VxAOD+JXyBqJnjRyzqTANi5r57E=; b=C4XdL55Mmkx8LD6Co/6KFwfywjdw11FIbEgiDWNm7FqaTop/httP9pG8 BADgooSVglALdRSNgFZYvntDalxqOtaKhRxiHAaNHU6I+ouwFn5dXIwjW lqnFXqRZCLC/dBg1n4zzAYVjmDid7e9MPTo8bvfZxS0CrpwrCDSCrW7Mi k=;
Received: from ranger.odc.vzwcorp.com (HELO mercury.verizonwireless.com) ([10.255.240.27]) by atlantis.verizonwireless.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 27 Jun 2017 11:29:07 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=verizon.com; i=@verizon.com; q=dns/txt; s=corp; t=1498577348; x=1530113348; h=to:subject:date:message-id:references:in-reply-to: mime-version:from; bh=c+dJTE8jNGcQLk/3VxAOD+JXyBqJnjRyzqTANi5r57E=; b=FqmSydpDG9EdkPxWfxhjCbd6FRVnZz0KzTBCAZTQi1lfadv3GyqrmuZr lP3XHtsG+IZAq2lSwgIF9ZBp/86z2HLJDmoBHKwBj+MdUl8Gq+TgvGrse CFIq5N9Cuuo8zbJC/aGCsox/6yc8mXWOmXuq/Nqn4H8ybP8zQY5dtq3jf s=;
From: adam.armbruster@verizon.com
X-Host: ranger.odc.vzwcorp.com
Received: from casac1exh002.uswin.ad.vzwcorp.com ([10.11.218.44]) by mercury.verizonwireless.com with ESMTP/TLS/AES128-SHA256; 27 Jun 2017 14:41:35 +0000
Received: from scwexch26apd.uswin.ad.vzwcorp.com (153.114.130.45) by CASAC1EXH002.uswin.ad.vzwcorp.com (10.11.218.44) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Jun 2017 07:40:39 -0700
Received: from scwexch27apd.uswin.ad.vzwcorp.com (153.114.130.46) by scwexch26apd.uswin.ad.vzwcorp.com (153.114.130.45) with Microsoft SMTP Server (TLS) id 15.0.1263.5; Tue, 27 Jun 2017 07:40:38 -0700
Received: from scwexch27apd.uswin.ad.vzwcorp.com ([153.114.130.46]) by scwexch27apd.uswin.ad.vzwcorp.com ([153.114.130.46]) with mapi id 15.00.1263.000; Tue, 27 Jun 2017 07:40:38 -0700
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F6TlHcInsRFFU+Ed22CKcA556IzGrVQgAG+roCAA/Q+8A==
Date: Tue, 27 Jun 2017 14:40:38 +0000
Message-ID: <2448666d5af644df9e3a9c3430375777@scwexch27apd.uswin.ad.vzwcorp.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com> <C1A3E161FB009440ABA575570A60CD9C9A505251@rrc-ats-exmb2.ats.atsinnovate.com> <d17f60ec09474e51bbd6e6ad86981113@scwexch26apd.uswin.ad.vzwcorp.com>
In-Reply-To: <d17f60ec09474e51bbd6e6ad86981113@scwexch26apd.uswin.ad.vzwcorp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.11.60.250]
Content-Type: multipart/related; boundary="_004_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_"; type="multipart/alternative"
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/jl1YjoG1-UzctUcdpJyZbwypZxM>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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, 27 Jun 2017 15:29:50 -0000

--_004_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_
Content-Type: multipart/alternative;
	boundary="_000_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_"

--_000_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

I support the adoption of this draft

A. Mike Armbruster
MCSE, MCSE:Security, MCSE:Messaging, MCDBA, Security+
Priority Services Security Engineer
Priority Services Support Center | Verizon Enterprise Solutions
Tel: 214-210-3211, Cell: 214-402-8481
400 International Parkway, 2B402, Richardson, TX, 75081, USA
eMail: adam.armbruster@verizon.com<mailto:adam.armbruster@verizon.com>

[Verizon]<http://www.verizon.com/>

From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Richards, Julian
Sent: Saturday, June 24, 2017 2:17 PM
To: Robert Sparks <rjsparks@nostrum.com>; stir@ietf.org
Subject: [E] Re: [stir] Call for adoption: draft-singh-stir-rph-00

I support adoption of this draft.

Julian Richards
Engineer
Verizon Priority Services Support Center

O 214.210.3210 | M 214.293.2487
julian.richards1@verizon.com<mailto:julian.richards1@verizon.com>

-----Original Message-----
From: stir [mailto:stir-bounces@ietf.org] On Behalf Of Robert Sparks
Sent: Friday, June 23, 2017 4:23 PM
To: stir@ietf.org<mailto:stir@ietf.org>
Subject: [stir] Call for adoption: draft-singh-stir-rph-00

This is a call for adoption of draft-singh-stir-rph-00 in the STIR working =
group.

Please send your comments on adopting this draft to the list or the chairs =
by June 30, 2017 (Note that this is one week - if you need more time, pleas=
e let the chairs know.)

RjS

_______________________________________________
stir mailing list
stir@ietf.org<mailto:stir@ietf.org>
https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman=
_listinfo_stir&d=3DDwICAg&c=3DudBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&r=
=3DbZJE6ODhNVDULb-GMNAO1Lj8EHR2bqtV0Rx7Jofd0TU&m=3Dl7jTtVb0PKafAz2q7Dw2v2Z9=
riNd56bsPuMxYPUHbhc&s=3DcmCYpJPTx4rc3eCMsIt7mY46IvvY4cCqD4Zm0oPP-L4&e=3D


--_000_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.emailquote, li.emailquote, div.emailquote
	{mso-style-name:emailquote;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:1.0pt;
	border:none;
	padding:0in;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
span.EmailStyle19
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1F497D">I support the adoption of this draft<=
o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div>
<p class=3D"MsoNormal"><b><span style=3D"font-family:&quot;Arial&quot;,sans=
-serif;color:black">A. Mike Armbruster<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><b><i><span style=3D"font-size:8.0pt;font-family:&qu=
ot;Arial&quot;,sans-serif;color:#2E74B5">MCSE, MCSE:Security, MCSE:Messagin=
g, MCDBA, Security&#43;<o:p></o:p></span></i></b></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#595959;mso-fareast-language:EN-GB">Priority S=
ervices Security Engineer
<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:red;mso-fareast-language:EN-GB">P</span><span =
style=3D"font-size:10.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:=
#595959;mso-fareast-language:EN-GB">riority
</span><span style=3D"font-size:10.0pt;font-family:&quot;Calibri&quot;,sans=
-serif;color:red;mso-fareast-language:EN-GB">S</span><span style=3D"font-si=
ze:10.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#595959;mso-fare=
ast-language:EN-GB">ervices
</span><span style=3D"font-size:10.0pt;font-family:&quot;Calibri&quot;,sans=
-serif;color:red;mso-fareast-language:EN-GB">S</span><span style=3D"font-si=
ze:10.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#595959;mso-fare=
ast-language:EN-GB">upport
</span><span style=3D"font-size:10.0pt;font-family:&quot;Calibri&quot;,sans=
-serif;color:red;mso-fareast-language:EN-GB">C</span><span style=3D"font-si=
ze:10.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#595959;mso-fare=
ast-language:EN-GB">enter | Verizon Enterprise Solutions<o:p></o:p></span><=
/p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#595959;mso-fareast-language:EN-GB">Tel: 214-2=
10-3211, Cell: 214-402-8481<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#595959;mso-fareast-language:EN-GB">400 Intern=
ational Parkway, 2B402, Richardson, TX, 75081, USA<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#595959;mso-fareast-language:EN-GB">eMail:
<a href=3D"mailto:adam.armbruster@verizon.com"><span style=3D"color:#0563C1=
">adam.armbruster@verizon.com</span></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#595959;mso-fareast-language:EN-GB"><o:p>&nbsp=
;</o:p></span></p>
<p class=3D"MsoNormal"><a href=3D"http://www.verizon.com/"><span style=3D"f=
ont-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;text-decoration:no=
ne"><img border=3D"0" width=3D"90" height=3D"20" id=3D"Picture_x0020_1" src=
=3D"cid:image001.png@01D2EF29.621D2320" alt=3D"Verizon"></span></a><span st=
yle=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,sans-serif;color:blac=
k"><o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b><span style=3D"font-size:11.0pt;font-family:&quot=
;Calibri&quot;,sans-serif">From:</span></b><span style=3D"font-size:11.0pt;=
font-family:&quot;Calibri&quot;,sans-serif"> stir [mailto:stir-bounces@ietf=
.org]
<b>On Behalf Of </b>Richards, Julian<br>
<b>Sent:</b> Saturday, June 24, 2017 2:17 PM<br>
<b>To:</b> Robert Sparks &lt;rjsparks@nostrum.com&gt;; stir@ietf.org<br>
<b>Subject:</b> [E] Re: [stir] Call for adoption: draft-singh-stir-rph-00<o=
:p></o:p></span></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">I support adoption of this draft.<o:p></o:p></span>=
</p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif"><br>
</span><span style=3D"font-size:10.0pt;font-family:&quot;Arial&quot;,sans-s=
erif">Julian Richards<br>
Engineer</span><span style=3D"font-size:11.0pt;font-family:&quot;Calibri&qu=
ot;,sans-serif"><o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:&quot;Ar=
ial&quot;,sans-serif">Verizon Priority Services Support Center<br>
<br>
O 214.210.3210 | M 214.293.2487<br>
<a href=3D"mailto:julian.richards1@verizon.com"><span style=3D"color:#0066C=
C">julian.richards1@verizon.com</span></a></span><span style=3D"font-size:1=
1.0pt;font-family:&quot;Calibri&quot;,sans-serif"><o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">-----Original Message-----<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">From: stir [<a href=3D"mailto:stir-bounces@ietf.org=
">mailto:stir-bounces@ietf.org</a>] On Behalf Of Robert Sparks<o:p></o:p></=
span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">Sent: Friday, June 23, 2017 4:23 PM<o:p></o:p></spa=
n></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">To:
<a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">Subject: [stir] Call for adoption: draft-singh-stir=
-rph-00<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">This is a call for adoption of draft-singh-stir-rph=
-00 in the STIR working group.<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">Please send your comments on adopting this draft to=
 the list or the chairs by June 30, 2017 (Note that this is one week - if y=
ou need more time, please let the chairs know.)<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">RjS<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">_______________________________________________<o:p=
></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">stir mailing list<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif"><a href=3D"mailto:stir@ietf.org">stir@ietf.org</a><=
o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif"><a href=3D"https://urldefense.proofpoint.com/v2/url=
?u=3Dhttps-3A__www.ietf.org_mailman_listinfo_stir&amp;d=3DDwICAg&amp;c=3Dud=
BTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&amp;r=3DbZJE6ODhNVDULb-GMNAO1Lj8E=
HR2bqtV0Rx7Jofd0TU&amp;m=3Dl7jTtVb0PKafAz2q7Dw2v2Z9riNd56bsPuMxYPUHbhc&amp;=
s=3DcmCYpJPTx4rc3eCMsIt7mY46IvvY4cCqD4Zm0oPP-L4&amp;e">https://urldefense.p=
roofpoint.com/v2/url?u=3Dhttps-3A__www.ietf.org_mailman_listinfo_stir&amp;d=
=3DDwICAg&amp;c=3DudBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ&amp;r=3DbZJE6=
ODhNVDULb-GMNAO1Lj8EHR2bqtV0Rx7Jofd0TU&amp;m=3Dl7jTtVb0PKafAz2q7Dw2v2Z9riNd=
56bsPuMxYPUHbhc&amp;s=3DcmCYpJPTx4rc3eCMsIt7mY46IvvY4cCqD4Zm0oPP-L4&amp;e</=
a>=3D
<o:p></o:p></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:&quot;Ca=
libri&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
</div>
</div>
</body>
</html>

--_000_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_--

--_004_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_
Content-Type: image/png; name="image001.png"
Content-Description: image001.png
Content-Disposition: inline; filename="image001.png"; size=1378;
	creation-date="Tue, 27 Jun 2017 14:40:37 GMT";
	modification-date="Tue, 27 Jun 2017 14:40:37 GMT"
Content-ID: <image001.png@01D2EF29.621D2320>
Content-Transfer-Encoding: base64

iVBORw0KGgoAAAANSUhEUgAAAFoAAAAUCAYAAAAN+ioeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF
FElEQVRYhe2Ya4hVVRTHf2vm3Nvcx2Qzljkk9JKwooeP0MjsOQaBQQ8piIpA6GUfLBBiPkQZVhQJ
4idJyJC0TClFsUgrzSf3mpONJWSQvaxhVGbuHceZO7P6cPbVfdecO4/migX+YXPP/q//WmftdfbZ
+9wtqso5VB574+mVqD6C8NSk7vxSOVfoyqO5puaq3t7qgyiHJhXy4wGqznZSFiKiXlt+tvP5N+gt
VD8PIFW8XuT+c4X+v+M7SY5DmAsc/6mn870if67QFUYhkKcBEH11tmpvka/IGi0idcC1QAJoBVpU
tWcY/oGqFkacSHTsFDABqAXagR9VtXMY/pc6/w5gn6p2rhapng7nNZg4B0TSXUGyHZCaQmftNao5
3z4FUK8tV1X8BswxmiccXw8sNzYFjgLPmhgzjeZex691/SbX75dLRPxyrdG7Xx2wGDhhNHlgETDK
04rRLHP8u4bPFfPuiqWX7AmSujdI3VWMk40l5maDpGaCxBsRNaQK+MUL1gWMNaLPzA3rgEuA3kEG
vsmLMdvYFgBbvP4rFSj0A04/FTg5iDYPTHb6KmPbAawv5xuDiV/H41f/GqQ0EyS2nCp0kGjPBknd
Q2psv0K7G71pgj3mFehioNOzrXT8YY/rI5yZC4BmE+stp78/YqB9FS70LU7fYfh9wDKgxfBHgZoB
7lEo88C2qSrtsfRXmSCpu6g/PxOk78gGSc1WJ5fYIvuFvtkEWjvATGwEnjHcLPMGrPNs3Y6bXmYw
G4Am4MoBCn2b858BTCTcCz432sNOu9Dwi0xuS419YZlCHwTGO9s8a1dVWmKJqQeCpGZjifezQeKL
bJDUTLx2QtlCu2C7vUCt3pP+wOOPA5cD33jcdi9G3P0+aBK7h3BDsYOZE7GW9St0hOY+ozsBNDjb
EY8/hrcWO/sYwrepqNkPxCJyazR+/pi1yP8WpHZng6Rmg6RmY6lVUfnaQjeZG01zfKvHvUO4e/u6
NuAQ8BfwJ/A74Zrvr99NwI3GL1umiAMWGng0oigznG2y4TeWucdmo7MfBArUGZ+Powqdi6Uez7hC
Z2LJSeUKHXAa64DXvP5NItIKXOhxa4BqSlHv2kBoAFKG2zuITz+IyN3ACkM/rKpb3fUYYztWJlSH
6V8UoTk5lJxSPek1GuRuAP6Y3J0rO6ZThVbV/SKyk3C9BriVcCMsIqeq20XEDqYZ+ISwmH2EO3gP
4QYqwGhnP9/45RgGROQ6wnXZxzxV/cjrtxn7BWXCpU3f+kGY++DQI/kp8OLgutLXYz6l656/e6/y
dD97/JflXhcT+yFKX83FQ106CB9iq7E9GeFbA/ztadqAWqMZbcbVAsTpv3SkhrJ0DLXZv+CrCGdl
MWn/ya/3rjd617eLyAt+EBF5TkTyInLAHQ7NBH6wD3kY2EzpEpYlfEtKoKpdwGqPqgdeMrKXKR3X
BlXtHkFuQ0PErLB/TpRwg4t7mnr6z7BtwNvAJsPnNfrzbjgz2uaTB7oj+PlO32X4nYQbedbwOdyM
j4hV0Rntb4ZFfEr4d9nHJv+pq+pREZkFbOf0wdR013z0AXe66wZjG9oaGI3kIPZGYKvXn+aajwIw
U1U7RCTqcM1yIzqAi3JeB3zv9duAlVakqrsI/4avIJxBPnqczzhV3e244yNJdDhQ1W3AZYSzsNeY
e4APgStUdUfR5UznVKnTuwRwPeEunwOa1ZxcnS2IyCjCb/ji6d23qmo/7844/gHHZuvw7bxWRgAA
AABJRU5ErkJggg==

--_004_2448666d5af644df9e3a9c3430375777scwexch27apduswinadvzwc_--


From prvs=1351cb9caf=kenneth.politz@team.neustar  Tue Jun 27 11:43:12 2017
Return-Path: <prvs=1351cb9caf=kenneth.politz@team.neustar>
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 E9D1E12EB03 for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 11:43:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9,  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=team.neustar
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o0Z5dEKScHlC for <stir@ietfa.amsl.com>; Tue, 27 Jun 2017 11:43:09 -0700 (PDT)
Received: from mx0b-0018ba01.pphosted.com (mx0a-0018ba01.pphosted.com [67.231.149.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 65DB31292F5 for <stir@ietf.org>; Tue, 27 Jun 2017 11:43:03 -0700 (PDT)
Received: from pps.filterd (m0078664.ppops.net [127.0.0.1]) by mx0a-0018ba01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v5RIbSDv020824; Tue, 27 Jun 2017 14:43:01 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=team.neustar; h=from : to : subject : date : message-id : references : in-reply-to : content-type : content-transfer-encoding : mime-version; s=selector1; bh=12JMEV5UU0wp6sPam+5JCGrhBNYoK6ThVPfWOM98r6c=; b=Y/I6NS8zk1X77rL2KBfrjNJ2G3v4lvtmg4g6Q5SwuegGj78IviS2gL8xORTsPV/dJSzF NRNFk4b/7Q8lmnjhMq91S4EazrdQjdvNLKb6PS34zaIg4KdNAZgOr5adey1K3fx1oFg3 7Tvw4zUOyPxlq1wNuCLZSaxJOd9K7ZGVGmXUD7Zr9h9BO5CjUQ6iMynVUYflOFZejVDg jefb/mmvcu68i6iAUyoCnBZ079AcCl8f97A5h45YsnaKt50PcGUgZeE6K0smMKIsxIOO MmFT0gOgENJFtBWuP/DmeqGeD8LoucolVc5uWiEhDmAzjGfmE8hjm4KUISqikEY9aNpI IQ== 
Received: from stntexhc11.cis.neustar.com ([156.154.17.216]) by mx0a-0018ba01.pphosted.com with ESMTP id 2b9jqv7031-13 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 27 Jun 2017 14:43:01 -0400
Received: from stntexmb12.cis.neustar.com ([169.254.2.239]) by stntexhc11.cis.neustar.com ([::1]) with mapi id 14.03.0279.002; Tue, 27 Jun 2017 14:42:45 -0400
From: "Politz, Ken" <Kenneth.Politz@team.neustar>
To: Robert Sparks <rjsparks@nostrum.com>, "stir@ietf.org" <stir@ietf.org>
Thread-Topic: [stir] Call for adoption: draft-singh-stir-rph-00
Thread-Index: AQHS7F9GUBXhBTxjckSdaFkX0M6H2qI5EWHA
Date: Tue, 27 Jun 2017 18:42:45 +0000
Message-ID: <46946849EEFF3043A8FBCC3D102A2C1A3F0C7C34@stntexmb12.cis.neustar.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.96.10.27]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-27_11:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706270294
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/SAOlChjKUwqsHNbfAkm8O6xZ4aI>
X-Mailman-Approved-At: Tue, 27 Jun 2017 13:36:12 -0700
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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, 27 Jun 2017 20:32:53 -0000

SSBzdXBwb3J0IGFkb3B0aW9uLg0KDQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTog
Um9iZXJ0IFNwYXJrcyBbbWFpbHRvOnJqc3BhcmtzQG5vc3RydW0uY29tXSANClNlbnQ6IEZyaWRh
eSwgSnVuZSAyMywgMjAxNyA0OjIzIFBNDQpUbzogc3RpckBpZXRmLm9yZw0KU3ViamVjdDogW3N0
aXJdIENhbGwgZm9yIGFkb3B0aW9uOiBkcmFmdC1zaW5naC1zdGlyLXJwaC0wMA0KDQpUaGlzIGlz
IGEgY2FsbCBmb3IgYWRvcHRpb24gb2YgZHJhZnQtc2luZ2gtc3Rpci1ycGgtMDAgaW4gdGhlIFNU
SVIgd29ya2luZyBncm91cC4NCg0KUGxlYXNlIHNlbmQgeW91ciBjb21tZW50cyBvbiBhZG9wdGlu
ZyB0aGlzIGRyYWZ0IHRvIHRoZSBsaXN0IG9yIHRoZSBjaGFpcnMgYnkgSnVuZSAzMCwgMjAxNyAo
Tm90ZSB0aGF0IHRoaXMgaXMgb25lIHdlZWsgLSBpZiB5b3UgbmVlZCBtb3JlIHRpbWUsIHBsZWFz
ZSBsZXQgdGhlIGNoYWlycyBrbm93LikNCg0KUmpTDQoNCg0K


From nobody Wed Jun 28 08:20:11 2017
Return-Path: <sean@sn3rd.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 E1BAC1274D0 for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 08:20:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=sn3rd.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x4lX0gPphBCe for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 08:20:08 -0700 (PDT)
Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0E2C9126DFF for <stir@ietf.org>; Wed, 28 Jun 2017 08:20:08 -0700 (PDT)
Received: by mail-qk0-x230.google.com with SMTP id d78so53356821qkb.1 for <stir@ietf.org>; Wed, 28 Jun 2017 08:20:08 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sn3rd.com; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mEfN1GTbwZvyZ0hRMzo21Wb9c6M259oCQHaCXvhdYeo=; b=RkpZZPfFoR9BV48/ri7UbvJIxlu1yj4Fq114KhNWCzI9dNrwVskzXNxI59ETgJKLq0 TF/dqqVCbRPEmfL8+ve6gSB3NEDLVf0WtLZs+nlTFNf/aSJFaJp+WwFMK/5lH5ohMbHt NshRxPPAFj2ct87Wor1UHT/7FN+3zogLnu3ys=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mEfN1GTbwZvyZ0hRMzo21Wb9c6M259oCQHaCXvhdYeo=; b=HoRpEKfWPQM85xXfLDerJIxhoJFRz7y8yvDnS5DXblqVQvUuFJ0P7aqh4MKU8uxN+2 /vkFXfQPby6XtLUwbnMHl3ZAATDBU0wEBZu8Xax/9NPkUFy9zP+JVmAXFgXvp02mtYc3 wCaBy+hdNf7zvL2VTcptGDemGRt86/3cAxoVfBEpYlQALa/WY5xAIYfDSY49Wbt2p1jr yJT7ib7qR01/EvBDxwEP3CnpqEerzfP+8Ir+etyBMGSQ6oeNgwmF7eWC53gcxjrlm1pT gtzyH93uyi4RONhR8vnmOLcYO6wiuK4b6Wi6SK/rl5LGGma/EN0tsQ6l75eWzFhS60GE i8ng==
X-Gm-Message-State: AKS2vOx1YCFWA9puuyWyIRaFrMNxb3S6Tv5gcmU/Ma1P9MqRcQo6t6RR CdNOLWwPdGyNEnph
X-Received: by 10.55.203.208 with SMTP id u77mr12428223qkl.95.1498663207220; Wed, 28 Jun 2017 08:20:07 -0700 (PDT)
Received: from [172.16.0.18] ([96.231.216.165]) by smtp.gmail.com with ESMTPSA id 8sm1875034qkx.28.2017.06.28.08.20.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2017 08:20:06 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Sean Turner <sean@sn3rd.com>
In-Reply-To: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
Date: Wed, 28 Jun 2017 11:20:04 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <BFFC2C3F-CD8F-4F9C-BF26-C4DFAC2EE50F@sn3rd.com>
References: <bec883fe-aacc-15f9-cff9-c536fa59546d@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/7juQj4EZO61rcIoQ1o1CZdopmBk>
Subject: Re: [stir] Call for adoption: draft-singh-stir-rph-00
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 28 Jun 2017 15:20:10 -0000

I have read this draft and support WG adoption.

spt

> On Jun 23, 2017, at 16:23, Robert Sparks <rjsparks@nostrum.com> wrote:
>=20
> This is a call for adoption of draft-singh-stir-rph-00 in the STIR =
working group.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Wed Jun 28 08:24:26 2017
Return-Path: <sean@sn3rd.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 D655A129B36 for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 08:24:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=sn3rd.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id crNlowh3xgxQ for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 08:24:23 -0700 (PDT)
Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0FB27129B30 for <stir@ietf.org>; Wed, 28 Jun 2017 08:24:23 -0700 (PDT)
Received: by mail-qk0-x234.google.com with SMTP id p21so53695401qke.3 for <stir@ietf.org>; Wed, 28 Jun 2017 08:24:23 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sn3rd.com; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=kT5h++fNf8zEG775djzTwNzGegQZ/XvVaTGYCl2Gj2M=; b=WHhWoxfmNZdwJAQK/Sl+MKbdmsyz1oZUdBiVkoWnYnGEwPepHYqlff5VNcBqc5a4pD KsefqdHHRRBS2HxWWVOzH4j8Mze81XTNwx3MaeM6nVSnPpyLAtkiQeaLSNpaybbDjlx0 bxojjO3XxhTg8WWux8PIgy/2qGQGkavXfefos=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=kT5h++fNf8zEG775djzTwNzGegQZ/XvVaTGYCl2Gj2M=; b=SJQ2y8Qrl87qPZCzNGhn0eigQRK4VbVA8Nk+4Q6yqbfVg2E77VncxHxp7p8wqXMlgo dUqYq5Et0UssIT79LsAhms22MHv2EVu72C+kBj9B/E/BWLRO2xM2Q3rCkMWWxF1jdv48 REraNeptnUoqTIKF0i0h18e+tr7p4kXTduynCrQRZrg8E6KzVvRAEEiCouYg41sP1Q30 E+6u04Xe0exYY31pb7ZZDQ+kHpwaDOzggt2Hqvkygf9A47hg2b6i2vNzABQLmC7qucDT K7EiJP2oQyNx0GeEJ8yfZXLAlCs/bxvbyl8gmnmN/q7Oq9zAPgZh+UqCCqlxBbOPBuDa /I0Q==
X-Gm-Message-State: AKS2vOxUaSIHiHBzAbhnfEu1PE3SWFH14YekTECcBQ/IMdZ31arlsuWD /ctaKALdgeSGM/rCzAO/ZQ==
X-Received: by 10.55.204.28 with SMTP id r28mr13334904qki.198.1498663462223; Wed, 28 Jun 2017 08:24:22 -0700 (PDT)
Received: from [172.16.0.18] ([96.231.216.165]) by smtp.gmail.com with ESMTPSA id d85sm1815538qkc.18.2017.06.28.08.24.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2017 08:24:20 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Sean Turner <sean@sn3rd.com>
In-Reply-To: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
Date: Wed, 28 Jun 2017 11:24:20 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <4D2EEB50-764D-4682-937B-6E66E6E9BE9B@sn3rd.com>
References: <d1c45416-9759-423d-aa55-c64dcd8783f1@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/si33A815Y-rox6p_k4UpASYwZdc>
Subject: Re: [stir] Call for adoption: draft-peterson-passport-divert-01
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 28 Jun 2017 15:24:25 -0000

I have read this draft and support WG adoption.

spt

> On Jun 23, 2017, at 16:23, Robert Sparks <rjsparks@nostrum.com> wrote:
>=20
> This is a call for adoption of draft-peterson-passport-divert-01 in =
the STIR working group.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Wed Jun 28 08:35:17 2017
Return-Path: <sean@sn3rd.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 301D512EC43 for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 08:35:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level: 
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=sn3rd.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PmZmEkr9nsFo for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 08:35:14 -0700 (PDT)
Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 521FB129B33 for <stir@ietf.org>; Wed, 28 Jun 2017 08:35:14 -0700 (PDT)
Received: by mail-qk0-x229.google.com with SMTP id r62so53990055qkf.0 for <stir@ietf.org>; Wed, 28 Jun 2017 08:35:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sn3rd.com; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=7+cUTctG5iExvMOL728VpSVp2iopRRlnFbmB1RLF5Ss=; b=j7eb+4ApRH1IBP9SsQM5g7YIjIb1yGyVtzMBbZPJIuq0iG/IBFFRGHnkxKh01vBpVN H0smGw524NKuWBXEYH69ENah+WvIr2JfOPmGlbY6+lLSk9kmKJovEUDAcBb3Z1eoEGb1 YtJJcPoGSe1cSw3HkrdqrjimxK2m62AjG0jYs=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=7+cUTctG5iExvMOL728VpSVp2iopRRlnFbmB1RLF5Ss=; b=gOkx2hsU6oDqWzXtS5YCEVKn5n07XoWPb73WkjRVeuBGTFgh878Omr8uoTMR0oLYT7 aldh27qHxbSKJbgntNvk7MxkReV/MbiujikNCuvz+IqVmJRwpeDcqqqqaxAdvI4jMioW r3Jnyww6TmZ1HURYL29wDvaEbCiPig3Sm7QTA4slcaSs36XaKR0L7s1wJVap6gK2Czq8 7w7NKovszGQGDhhJWGi38aww8e5KE32encuzag3OtSgtakmKqprOOw7MezlYdCqM63f1 gSR/f5iOX02cYj3cSTPOgfgqn2zH/yB9G6pJO8tuo438wnPgpuz7ZRoHSUhGYop+iu4o X/xw==
X-Gm-Message-State: AKS2vOxpR9YQ7eJAJdXKnt8WCMoY7jugu8wth/PqainsRWsBTSLtstes EdTtk0V4q2nszlzdphbtXQ==
X-Received: by 10.55.209.209 with SMTP id o78mr13956167qkl.117.1498664113350;  Wed, 28 Jun 2017 08:35:13 -0700 (PDT)
Received: from [172.16.0.18] ([96.231.216.165]) by smtp.gmail.com with ESMTPSA id x11sm1836138qkb.12.2017.06.28.08.35.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2017 08:35:12 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Sean Turner <sean@sn3rd.com>
In-Reply-To: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
Date: Wed, 28 Jun 2017 11:35:11 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <9AEA4A7B-E20D-42FD-9470-E0CFB9AB816D@sn3rd.com>
References: <75e63f64-6367-b1f1-b6b0-4e6cb5388972@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/MhbFlTbFWz16s_zYL3rvog_XpII>
Subject: Re: [stir] Call for adoption: draft-peterson-stir-cnam-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 28 Jun 2017 15:35:16 -0000

I have read the -02 version of this draft and support WG adoption.

spt

> On Jun 23, 2017, at 16:24, Robert Sparks <rjsparks@nostrum.com> wrote:
>=20
> This is a call for adoption of draft-peterson-stir-cnam-02 in the STIR =
working group.
>=20
> Note that Jon indicated during the virtual interim that he will find a =
name for the draft that does not imply this is taking on the entire CNAM =
problem space.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Wed Jun 28 09:58:43 2017
Return-Path: <sean@sn3rd.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 8DBD8129B72 for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 09:58:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.701
X-Spam-Level: 
X-Spam-Status: No, score=-2.701 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=sn3rd.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g1kwruMMERm9 for <stir@ietfa.amsl.com>; Wed, 28 Jun 2017 09:58:39 -0700 (PDT)
Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9802C126D46 for <stir@ietf.org>; Wed, 28 Jun 2017 09:58:39 -0700 (PDT)
Received: by mail-qk0-x234.google.com with SMTP id d78so55830372qkb.1 for <stir@ietf.org>; Wed, 28 Jun 2017 09:58:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sn3rd.com; s=google; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=E55W71ssPjSV+Xi/pIwFy/OOzwnQdT3pSMHwSJshwrE=; b=BWFFmgxnE4KYQG16MXZDaLnwrQEkKlU4VXqZnfyB8Mn3upBYU4uI3DHe01yUf/8ORq Wehsz31LjGWxeb85YODQt3zWKb0zJRQlarEkr7WhBFYy5sLDrKgUx+8rBcZkY1Xnbql7 CKJkZtycR+fs3B+9/I2cCBKV677Y4R13H4GB4=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=E55W71ssPjSV+Xi/pIwFy/OOzwnQdT3pSMHwSJshwrE=; b=XAmR+XkXULjGp1mhLw4//zSoSdDVnvCWuNdAjKkDt7VhRGML/934ZE4ePzdmjw5gtC xyoj3WbNasqONrO0xnzQ1ZdfpKh7RNzNNMVywVdjxloaEseeyS6Obs+X49IUzkmYxTZy /DzKNRLbU5yisHqeEx8j3vSHOSt66oTqUGqLlscwd+2/j/wWADcQCC/P1hYQ0vDF/5vI Wp/K77U7QwCK1bX5shOtKtn2/UiI+HOcZ6FgvlmU6A10AKnfXK+TYFffxaMqk6wOOHUn F7C6sb2H9DRqih8KGbHpI/JqfiErMiye1h8hLlVgqphi7cNs1O/Mkeuh2h5wZkymCqCs io/Q==
X-Gm-Message-State: AKS2vOy/2nUjJxUPPwcCGQxuTyMhJjqeKIcFFr2kCt3azRQJ5ZeAe6EH 80rDyV7TEzncMdm/YMG68A==
X-Received: by 10.55.103.194 with SMTP id b185mr12924893qkc.55.1498669118769;  Wed, 28 Jun 2017 09:58:38 -0700 (PDT)
Received: from [172.16.0.18] ([96.231.216.165]) by smtp.gmail.com with ESMTPSA id v34sm2071740qtg.31.2017.06.28.09.58.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2017 09:58:37 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Sean Turner <sean@sn3rd.com>
In-Reply-To: <16678e79-3990-f2e5-3660-9dacd99887e2@nostrum.com>
Date: Wed, 28 Jun 2017 12:58:36 -0400
Cc: "stir@ietf.org" <stir@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <C173039B-55F2-48F8-92CA-05D1A2523901@sn3rd.com>
References: <16678e79-3990-f2e5-3660-9dacd99887e2@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/tH2XXuZ-9xKfwzolNPdUbE-MtXQ>
Subject: Re: [stir] Call for adoption: draft-rescorla-fallback-02
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 28 Jun 2017 16:58:42 -0000

I have read this draft and support WG adoption.

spt

> On Jun 23, 2017, at 16:22, Robert Sparks <rjsparks@nostrum.com> wrote:
>=20
> This is a call for adoption of draft-rescorla-fallback-02 in the STIR =
working group.
>=20
> Please send your comments on adopting this draft to the list or the =
chairs by June 30, 2017 (Note that this is one week - if you need more =
time, please let the chairs know.)
>=20
> RjS
>=20
> _______________________________________________
> stir mailing list
> stir@ietf.org
> https://www.ietf.org/mailman/listinfo/stir


From nobody Fri Jun 30 13:25:36 2017
Return-Path: <rjsparks@nostrum.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 99E791314A4 for <stir@ietfa.amsl.com>; Fri, 30 Jun 2017 13:25:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level: 
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KcvGdkE5c8CU for <stir@ietfa.amsl.com>; Fri, 30 Jun 2017 13:25:34 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 47881129C0E for <stir@ietf.org>; Fri, 30 Jun 2017 13:25:34 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v5UKPXr7037103 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for <stir@ietf.org>; Fri, 30 Jun 2017 15:25:34 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: "stir@ietf.org" <stir@ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <6d1484f4-9e65-2d55-338d-97c6a2f0b5a5@nostrum.com>
Date: Fri, 30 Jun 2017 15:25:33 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/ktxVSrHCXOlMQQCpit-M48nxCmY>
Subject: [stir] Adoption of 4 drafts: draft-rescorla-fallback, draft-singh-stir-rph, draft-peterson-stir-cnam, draft-peterson-passport-divert
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 30 Jun 2017 20:25:35 -0000

The STIR working group is adopting:

draft-rescorla-fallback

draft-singh-stir-rph

draft-peterson-stir-cnam

draft-peterson-passport-divert

The next versions should be submitted as draft-ietf-stir-*-00

RjS


From nobody Fri Jun 30 16:42:07 2017
Return-Path: <internet-drafts@ietf.org>
X-Original-To: stir@ietf.org
Delivered-To: stir@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 5F91612EA76; Fri, 30 Jun 2017 16:41:59 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: internet-drafts@ietf.org
To: <i-d-announce@ietf.org>
Cc: stir@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.55.1
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <149886611934.518.1884437391058666436@ietfa.amsl.com>
Date: Fri, 30 Jun 2017 16:41:59 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/stir/YHIJJZKr6TEzprKNGlJ-DjBuShc>
Subject: [stir] I-D Action: draft-ietf-stir-rph-00.txt
X-BeenThere: stir@ietf.org
X-Mailman-Version: 2.1.22
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: <https://mailarchive.ietf.org/arch/browse/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: Fri, 30 Jun 2017 23:41:59 -0000

A New Internet-Draft is available from the on-line Internet-Drafts directories.
This draft is a work item of the Secure Telephone Identity Revisited of the IETF.

        Title           : PASSporT Extension for Resource-Priority Authorization
        Authors         : Ray P. Singh
                          Martin Dolly
                          Subir Das
                          An Nguyen
	Filename        : draft-ietf-stir-rph-00.txt
	Pages           : 9
	Date            : 2017-06-30

Abstract:
   This document extends the PASSporT object to convey
   cryptographically-signed assertions of authorization for
   communications 'Resource-Priority'.  It extends PASSporT to allow
   cryptographic-signing of the SIP 'Resource-Priority" header field
   which is used for communications resource prioritization.  It also
   describes how the PASSPorT extension is used in SIP signaling to
   convey assertions of authorization of the information in the SIP
   'Resource-Priority' header field.


The IETF datatracker status page for this draft is:
https://datatracker.ietf.org/doc/draft-ietf-stir-rph/

There are also htmlized versions available at:
https://tools.ietf.org/html/draft-ietf-stir-rph-00
https://datatracker.ietf.org/doc/html/draft-ietf-stir-rph-00


Please note that it may take a couple of minutes from the time of submission
until the htmlized version and diff are available at tools.ietf.org.

Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/

