[bfcpbis] rfc4583bis TLS SDP example - Re: More comments on RFC 4582

Tom Kristensen <tomkrist@cisco.com> Tue, 05 June 2012 05:54 UTC

Return-Path: <tomkrist@cisco.com>
X-Original-To: bfcpbis@ietfa.amsl.com
Delivered-To: bfcpbis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 323CF21F8712 for <bfcpbis@ietfa.amsl.com>; Mon, 4 Jun 2012 22:54:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.299
X-Spam-Level:
X-Spam-Status: No, score=-10.299 tagged_above=-999 required=5 tests=[AWL=-0.300, BAYES_00=-2.599, J_CHICKENPOX_57=0.6, RCVD_IN_DNSWL_HI=-8]
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 bXD6jEOF0lym for <bfcpbis@ietfa.amsl.com>; Mon, 4 Jun 2012 22:53:59 -0700 (PDT)
Received: from ams-iport-2.cisco.com (ams-iport-2.cisco.com [144.254.224.141]) by ietfa.amsl.com (Postfix) with ESMTP id 8467521F870B for <bfcpbis@ietf.org>; Mon, 4 Jun 2012 22:53:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=tomkrist@cisco.com; l=640; q=dns/txt; s=iport; t=1338875638; x=1340085238; h=message-id:date:from:mime-version:to:cc:subject: references:in-reply-to:content-transfer-encoding; bh=tHz9Z37tYM97R1KZGaIHDttBDzoP/EuaO7CnzQuRv5Y=; b=NxZvSaCIWtuI4snzEWsXgDo4HfERMnz9eYRLvcqydHvLMdbp1vRdRWAg oOiPnw4bj3RDojsfD4LO3mIX2q+/bzOM0HuQsAIrtZ03MVWA6P/zQxRYn Xaxkgqgy4+/kWa7Uf1JhTLLJlnKo+tp8iDFZ6ss4p6HqXsyNSOu5tr0rC s=;
X-IronPort-AV: E=Sophos;i="4.75,716,1330905600"; d="scan'208";a="74033966"
Received: from ams-core-4.cisco.com ([144.254.72.77]) by ams-iport-2.cisco.com with ESMTP; 05 Jun 2012 05:53:57 +0000
Received: from [10.55.90.224] (dhcp-10-55-90-224.cisco.com [10.55.90.224]) by ams-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id q555rvwO008285; Tue, 5 Jun 2012 05:53:57 GMT
Message-ID: <4FCD9EF5.80106@cisco.com>
Date: Tue, 05 Jun 2012 07:53:57 +0200
From: Tom Kristensen <tomkrist@cisco.com>
Organization: Cisco
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.10
MIME-Version: 1.0
To: "Chelliah Sivachelvan (chelliah)" <chelliah@cisco.com>
References: <20120604131529.133a66fa@lminiero-acer> <4FCCB52E.5010109@cisco.com> <A997DBD5DD3E0B46A6D0353CF3E32CCB0FE3D87D@xmb-sjc-233.amer.cisco.com>
In-Reply-To: <A997DBD5DD3E0B46A6D0353CF3E32CCB0FE3D87D@xmb-sjc-233.amer.cisco.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: Lorenzo Miniero <lorenzo@meetecho.com>, bfcpbis@ietf.org, Tom Kristensen <2mkristensen@gmail.com>, Gonzalo Camarillo <Gonzalo.Camarillo@ericsson.com>
Subject: [bfcpbis] rfc4583bis TLS SDP example - Re: More comments on RFC 4582
X-BeenThere: bfcpbis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: BFCPBIS working group discussion list <bfcpbis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/bfcpbis>
List-Post: <mailto:bfcpbis@ietf.org>
List-Help: <mailto:bfcpbis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Jun 2012 05:54:00 -0000

On 06/04/2012 04:22 PM, Chelliah Sivachelvan (chelliah) wrote:
> Tom,
>
> A minor comment on the SDP example in section 9. In the context of DTLS,
> the setup a line must be "actpass" in the offer. See excerpts from  RFC
> 5763:
>
>       [ The endpoint that is the offerer MUST use the setup attribute
>        value of setup:actpass and be prepared to receive a client_hello
>        before it receives the answer.]
>    
Yes, this is true for DTLS usage (UDP/TLS/BFCP). However, the example is 
the original example from RFC 4582 related to TLS (TCP/TLS/BFCP). So I 
believe the example in rfc4583bis is correct!

-- Tom