Re: [rtcweb] SDP Security Descriptions (RFC 4568) and RTCWeb

Tim Panton <tim@phonefromhere.com> Mon, 29 April 2013 10:30 UTC

Return-Path: <tim@phonefromhere.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E172B21F9CFF for <rtcweb@ietfa.amsl.com>; Mon, 29 Apr 2013 03:30:07 -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=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XtEjMYD13Zda for <rtcweb@ietfa.amsl.com>; Mon, 29 Apr 2013 03:30:07 -0700 (PDT)
Received: from smtp003.apm-internet.net (smtp003.apm-internet.net [85.119.248.52]) by ietfa.amsl.com (Postfix) with ESMTP id 1347B21F9A3C for <rtcweb@ietf.org>; Mon, 29 Apr 2013 03:30:06 -0700 (PDT)
Received: (qmail 81767 invoked from network); 29 Apr 2013 10:30:05 -0000
X-AV-Scan: clean
Received: from unknown (HELO zimbra003.verygoodemail.com) (85.119.248.218) by smtp003.apm-internet.net with SMTP; 29 Apr 2013 10:30:05 -0000
Received: from zimbra003.verygoodemail.com (localhost [127.0.0.1]) by zimbra003.verygoodemail.com (Postfix) with ESMTP id BB43718A0520; Mon, 29 Apr 2013 11:30:03 +0100 (BST)
Received: from [192.67.4.33] (unknown [192.67.4.33]) by zimbra003.verygoodemail.com (Postfix) with ESMTPSA id 9FE9118A03A2; Mon, 29 Apr 2013 11:30:03 +0100 (BST)
Mime-Version: 1.0 (Apple Message framework v1283)
Content-Type: text/plain; charset="us-ascii"
From: Tim Panton <tim@phonefromhere.com>
In-Reply-To: <517E0322.2060303@oracle.com>
Date: Mon, 29 Apr 2013 11:30:02 +0100
Content-Transfer-Encoding: quoted-printable
Message-Id: <53B9C161-C492-4F07-A9BD-75E17AE79AC9@phonefromhere.com>
References: <3FA2E46D-C98E-4FC0-9F1D-AD595A861CE1@iii.ca> <517E0322.2060303@oracle.com>
To: Binod <binod.pg@oracle.com>
X-Mailer: Apple Mail (2.1283)
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] SDP Security Descriptions (RFC 4568) and RTCWeb
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Apr 2013 10:30:08 -0000

On 29 Apr 2013, at 06:20, Binod wrote:

> I have been reading the discussion on this topic and I prefer
> supporting SDES as a keying method for WebRTC.
> 
> Not having SDES will have non trivial impact on interop. With
> EKT, there is a signalling complexity of sending re-INVITEs, which
> make the gateway complex. Without EKT, you need per-packet
> crypto  for media exchange, which is CPU intensive.

I've seen this asserted more than once, but I'd love to see a _current_ example where 
you really have an existing network of SRTP/ICE/BUNDLE/RTCP-MUX capable
legacy endpoints that you want to connect to webRTC without a media-level SBC or 
call recording. 

My fear is that people are just basing anti-DTLS opinions on the perceived difficulty of 
building such a network in the future. 

I'm ok with legacy interop as a secondary goal of this WG , but putative-future-legacy interop
is going too far IMHO, especially since it further complicates the already tricky problem of
defining interoperable SDP.

If it is a choice between adding complexity in a legacy gateway or every browser
I'd rather add it in the gateway.

T.