Re: [dispatch] Proposal for a new WG: Privacy Enhanced RTP Conferencing (PERC)

Adam Roach <adam@nostrum.com> Thu, 16 April 2015 18:02 UTC

Return-Path: <adam@nostrum.com>
X-Original-To: dispatch@ietfa.amsl.com
Delivered-To: dispatch@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 42F321B341B for <dispatch@ietfa.amsl.com>; Thu, 16 Apr 2015 11:02:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
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 Prd1toJ3DZRS for <dispatch@ietfa.amsl.com>; Thu, 16 Apr 2015 11:02:43 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 B732F1B341A for <dispatch@ietf.org>; Thu, 16 Apr 2015 11:02:43 -0700 (PDT)
Received: from Orochi.local (99-152-145-110.lightspeed.dllstx.sbcglobal.net [99.152.145.110]) (authenticated bits=0) by nostrum.com (8.15.1/8.14.9) with ESMTPSA id t3GI2dlv062131 (version=TLSv1.2 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Apr 2015 13:02:40 -0500 (CDT) (envelope-from adam@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host 99-152-145-110.lightspeed.dllstx.sbcglobal.net [99.152.145.110] claimed to be Orochi.local
Message-ID: <552FF93F.4000107@nostrum.com>
Date: Thu, 16 Apr 2015 13:02:39 -0500
From: Adam Roach <adam@nostrum.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: Paul Kyzivat <pkyzivat@alum.mit.edu>, dispatch@ietf.org
References: <55134454.9050302@ericsson.com> <DF642B61-47ED-4F33-BE7F-3F70FF80B294@nostrum.com> <5527E01F.9040507@nostrum.com> <552B7F5C.9060107@ericsson.com> <552C5F01.3090207@nteczone.com> <552D1D5E.1090504@alum.mit.edu>
In-Reply-To: <552D1D5E.1090504@alum.mit.edu>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/dispatch/i0PfTVZONc_KtITYVE8S52FRIuQ>
Subject: Re: [dispatch] Proposal for a new WG: Privacy Enhanced RTP Conferencing (PERC)
X-BeenThere: dispatch@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DISPATCH Working Group Mail List <dispatch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dispatch>, <mailto:dispatch-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dispatch/>
List-Post: <mailto:dispatch@ietf.org>
List-Help: <mailto:dispatch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dispatch>, <mailto:dispatch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Apr 2015 18:02:45 -0000

On 4/14/15 08:59, Paul Kyzivat wrote:
> On 4/13/15 8:27 PM, Christian Groves wrote:
>> Hello,
>>
>> Please see below [CNG].
>>
>> Regards, Christian
>>>> What is the motivation for declaring any extensions to signalling
>>>> systems out of scope? (Not saying I see any that need to be 
>>>> created, but
>>>> I'm surprised that it's not something that the group might need to
>>>> investigate rather than making that call at chartering time)?
>>>>
>>> My reasons is to keep this WG focused on what it actually needs to
>>> produce and not get completely tied up in discussion of exactly how one
>>> will integrate this into ones signalling system. So I know people want
>>> this in WebRTC and SIP based conferences. I haven't heard anyone saying
>>> CLUE, but that is likely. These integrations are quite different,
>>> especially in what pieces you will trust when it comes to client
>>> software. Thus, my view was that WG working with signalling systems is
>>> the ones that should provide any necessary integration towards the
>>> framework.
>> [CNG] I don't see CLUE being a lot different from normal SIP based
>> conferences apart from the RTP header issue raised by Paul K. All CLUE
>> is really doing is providing metadata to endpoints to allow them to
>> select media captures more intelligently. If an endpoint is using
>> private media there may be some consideration of "how much" CLUE
>> metadata to provide to a 3rd party switch.
>
> You highlight an interesting point.
>
> If the goal is for the participants to conference without trusting the 
> intermediary that does the "switching", then they may also not trust 
> that intermediary to see the clue metadata that describes the media 
> and the participants. There might need to be a way for the 
> advertisements by the endpoints to be encrypted, so that the 
> intermediary can only collect them and pass them on to the other 
> endpoints.


These are sent in RTP header extensions, right? RFC6904 lets you encrypt 
selected header extensions end-to-end. In the current PERC proposals, 
anything encrypted with RFC6904 would be visible to the participants, 
but not to the MCU.

/a