[MMUSIC] 答复: RE: RE: RE: RE: Hi, May I ask for your opinion on draft-zhou-mmusic-sdes-keymod-01?
zhou.sujing@zte.com.cn Thu, 19 April 2012 03:14 UTC
Return-Path: <zhou.sujing@zte.com.cn>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EEDD511E8086 for <mmusic@ietfa.amsl.com>; Wed, 18 Apr 2012 20:14:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -94.864
X-Spam-Level:
X-Spam-Status: No, score=-94.864 tagged_above=-999 required=5 tests=[AWL=-2.074, BAYES_00=-2.599, CHARSET_FARAWAY_HEADER=3.2, HTML_MESSAGE=0.001, MIME_8BIT_HEADER=0.3, MIME_BASE64_TEXT=1.753, MIME_CHARSET_FARAWAY=2.45, RCVD_DOUBLE_IP_LOOSE=0.76, SARE_SUB_ENC_GB2312=1.345, USER_IN_WHITELIST=-100]
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 2OXerN1LwmCQ for <mmusic@ietfa.amsl.com>; Wed, 18 Apr 2012 20:14:11 -0700 (PDT)
Received: from mx5.zte.com.cn (mx6.zte.com.cn [95.130.199.165]) by ietfa.amsl.com (Postfix) with ESMTP id C572111E80B5 for <mmusic@ietf.org>; Wed, 18 Apr 2012 20:14:10 -0700 (PDT)
Received: from [10.30.17.100] by mx5.zte.com.cn with surfront esmtp id 28620978252052; Thu, 19 Apr 2012 10:34:53 +0800 (CST)
Received: from [10.30.3.21] by [192.168.168.16] with StormMail ESMTP id 89645.2712434073; Thu, 19 Apr 2012 11:13:45 +0800 (CST)
Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse02.zte.com.cn with ESMTP id q3J3Dmgp079617; Thu, 19 Apr 2012 11:13:48 +0800 (GMT-8) (envelope-from zhou.sujing@zte.com.cn)
In-Reply-To: <0b9d01cd1dcc$4f46db30$edd49190$@com>
To: Dan Wing <dwing@cisco.com>
MIME-Version: 1.0
X-Mailer: Lotus Notes Release 6.5.6 March 06, 2007
Message-ID: <OFA855A751.2A28087D-ON482579E5.0011A9EC-482579E5.0011C4E5@zte.com.cn>
From: zhou.sujing@zte.com.cn
Date: Thu, 19 Apr 2012 11:13:37 +0800
X-MIMETrack: Serialize by Router on notes_smtp/zte_ltd(Release 8.5.1FP4|July 25, 2010) at 2012-04-19 11:13:49, Serialize complete at 2012-04-19 11:13:49
Content-Type: multipart/alternative; boundary="=_alternative 0011C4E5482579E5_="
X-MAIL: mse02.zte.com.cn q3J3Dmgp079617
Cc: mmusic@ietf.org
Subject: [MMUSIC] 答复: RE: RE: RE: RE: Hi, May I ask for your opinion on draft-zhou-mmusic-sdes-keymod-01?
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
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: Thu, 19 Apr 2012 03:14:12 -0000
Then do your support our draft being considered into a WG(mmusic) work item? Regards~~~ -Sujing Zhou "Dan Wing" <dwing@cisco.com> 写于 2012-04-19 09:32:40: > > -----Original Message----- > > From: zhou.sujing@zte.com.cn [mailto:zhou.sujing@zte.com.cn] > > Sent: Wednesday, April 18, 2012 5:48 PM > > To: Dan Wing > > Cc: mmusic@ietf.org > > Subject: Re: RE: RE: RE: Hi, May I ask for your opinion on draft-zhou- > > mmusic-sdes-keymod-01? > > > > > > > > > > > > > > Generaly it is preferable the session key between two peers be > > > > established with contribution from both peers,otherwise we will get > > > > into trouble > > > > as SDES now in the scenarios of re-targetting and forking. > > > > Our 01 version actually suggests to change the unidirectional key > > > > transport in SDES into a key agreement(indicated by "keymod"): > > > > offerer provides: k1 > > > > answer provides: keymod value > > > > the outgoing key from offerer to answerer is derived from k1 and > > keymod > > > > value no matter in which situation. > > > > Re-targeting and forking happen to be the scenarios that > > especially > > > > benefit from the change. > > > > > > Which involves the same number of (signaling) round-trips, right? > > > > In my opinion, the new method does not add extra round trips, it has > > the same round trips with > > the current SDES without re-INVITE or UPDATE. > > > > offerer-->answerer:INVITE > > a=crypto:1 AES_CM_128_HMAC_SHA1_80 > > inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32 --- > > >k1 > > keymod:rand|xor| > > offerer<--answerer:Response > > a=crypto:1 AES_CM_128_HMAC_SHA1_32 > > inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32; --- > > >k2 > > keymod:rand|xor|WVNfX19zZW1jdGwgKCkgew== ->keymod value > > > > after the single round, > > k1 and keymod value-->k1' to protect session from offerer to > > answerer > > k2 --> to protect session from answerer to offerer > > I now understand what you're proposing, thanks for explaining it this way. > > That avoids a signaling round trip, but does require the Offerer and > Answerer support keymod. If either of them don't, the Offerer needs to > always do a re-Invite. So this appears a reasonable optimization to avoid > always doing a re-Invite. > > -d > > >
- Re: [MMUSIC] Hi, May I ask for your opinion on dr… zhou.sujing
- Re: [MMUSIC] Hi, May I ask for your opinion on dr… Dan Wing
- Re: [MMUSIC] Hi, May I ask for your opinion on dr… zhou.sujing
- Re: [MMUSIC] Hi, May I ask for your opinion on dr… Dan Wing
- [MMUSIC] 答复: RE: RE: RE: RE: Hi, May I ask for yo… zhou.sujing
- Re: [MMUSIC] Hi, May I ask for your opinion on dr… Dan Wing