[MMUSIC] Fixing draft-holmberg-mmusic-sdp-dtls-00
Martin Thomson <martin.thomson@gmail.com> Wed, 17 June 2015 18:10 UTC
Return-Path: <martin.thomson@gmail.com>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E30ED1B2C97 for <mmusic@ietfa.amsl.com>; Wed, 17 Jun 2015 11:10:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.4
X-Spam-Level:
X-Spam-Status: No, score=-1.4 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, J_CHICKENPOX_24=0.6, SPF_PASS=-0.001] autolearn=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 JEaTPsESkoSJ for <mmusic@ietfa.amsl.com>; Wed, 17 Jun 2015 11:10:10 -0700 (PDT)
Received: from mail-yh0-x234.google.com (mail-yh0-x234.google.com [IPv6:2607:f8b0:4002:c01::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 F15DA1B2C96 for <mmusic@ietf.org>; Wed, 17 Jun 2015 11:10:09 -0700 (PDT)
Received: by yhpn97 with SMTP id n97so39600738yhp.0 for <mmusic@ietf.org>; Wed, 17 Jun 2015 11:10:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=07PyEINq4tyy45p5MbXLB1Z3L8KS1t8oEtlJ3Mfv/uY=; b=0Jr87VjUBInXtZgT6FrN/7U0o5HphRaoaV5Nt86oyckJXSCHH1bFx66vG8H2yFxZ3/ V+fQCl6QYwhCmgw/TEullv6ANUdGjy90iFXkxcO2n8ETwaOpLJmB6J3Sf6gdFYyuE3iR EZWB3pQ7lAHqoij4/etkCgmjJuc6P3nhwwr2Vh5e/MUGchX/Ybh4P6u5HEaextp9lIDD fZaURf5JN1QNmxLdS3EEsq5f7zOFFjJ8YPkhGScwQFCT/02BoygY+Tfl62lnmproc7rs aDHfHDQS1W0tum5NDfZlK5v1OSQOjZxtVZGC70G5X5NzsKSz5wfPLtTkz7lsPLe3lbjj qh8g==
MIME-Version: 1.0
X-Received: by 10.129.93.136 with SMTP id r130mr8903209ywb.52.1434564608996; Wed, 17 Jun 2015 11:10:08 -0700 (PDT)
Received: by 10.129.110.138 with HTTP; Wed, 17 Jun 2015 11:10:08 -0700 (PDT)
Date: Wed, 17 Jun 2015 11:10:08 -0700
Message-ID: <CABkgnnXpqJvrQwuE=7pngk=09wObc=qEw4u3yNs_dVMq3oSMhQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "mmusic@ietf.org" <mmusic@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/mmusic/jdkQ-71Y2QluxXHw9FfUykBJiiI>
Subject: [MMUSIC] Fixing draft-holmberg-mmusic-sdp-dtls-00
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic/>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Jun 2015 18:10:11 -0000
Some of the statements here are backwards. For example, If an endpoint changes the local transport parameters associated with a DTLS association, the endpoint MUST create a new DTLS association. I think that this document can be reduced to a series of conditionals: If you change the endpoint that is participating (because forking, or for any other reason), then you need a new DTLS association. Otherwise, how will that new endpoint know what keys to use. If you change the certificate you intend to use, then you need a new DTLS association. Otherwise, you don't get to send the new certificate. If you change the DTLS roles, then you need a new DTLS association. Otherwise, it doesn't happen. If you request a new DTLS association, then you need a new transport. Otherwise, demux issues. An ICE restart is not sufficient a change to constitute a new transport. You need entirely new IP+port pairs.
- [MMUSIC] Fixing draft-holmberg-mmusic-sdp-dtls-00 Martin Thomson
- Re: [MMUSIC] Fixing draft-holmberg-mmusic-sdp-dtl… Roman Shpount
- Re: [MMUSIC] Fixing draft-holmberg-mmusic-sdp-dtl… Martin Thomson
- Re: [MMUSIC] Fixing draft-holmberg-mmusic-sdp-dtl… Christer Holmberg