Re: [siprec] Stephen Farrell's Discuss on draft-ietf-siprec-metadata-20: (with DISCUSS and COMMENT)
Stephen Farrell <stephen.farrell@cs.tcd.ie> Wed, 02 March 2016 15:47 UTC
Return-Path: <stephen.farrell@cs.tcd.ie>
X-Original-To: siprec@ietfa.amsl.com
Delivered-To: siprec@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0EBA01A89C6; Wed, 2 Mar 2016 07:47:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.307
X-Spam-Level:
X-Spam-Status: No, score=-4.307 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001] 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 Bkh9YntlUT5y; Wed, 2 Mar 2016 07:47:40 -0800 (PST)
Received: from mercury.scss.tcd.ie (mercury.scss.tcd.ie [134.226.56.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C34321A89EB; Wed, 2 Mar 2016 07:47:40 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by mercury.scss.tcd.ie (Postfix) with ESMTP id 8385ABE29; Wed, 2 Mar 2016 15:47:39 +0000 (GMT)
Received: from mercury.scss.tcd.ie ([127.0.0.1]) by localhost (mercury.scss.tcd.ie [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MKOpIlqWGdS7; Wed, 2 Mar 2016 15:47:39 +0000 (GMT)
Received: from [134.226.36.93] (bilbo.dsg.cs.tcd.ie [134.226.36.93]) by mercury.scss.tcd.ie (Postfix) with ESMTPSA id DE83ABE25; Wed, 2 Mar 2016 15:47:38 +0000 (GMT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.tcd.ie; s=mail; t=1456933659; bh=rgip3FfXs+lUzg1PFcUaESgIVCxeC5F3NaTyDuPehpg=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=TsbDWdFWfPt3g6rmaGB9sx5T3P7VsWB67zeZUbZA15IZx9fPXByP4OqPk/46FF8hz lWMGbyUcwMwE0RCfESJidYtB3IT8xmzpSxNZZeJL2b7VtVKUNIlJgXh0v5iyNu7NpP om3LrgBgT7qWWf1wAAsBse0nhWj7jM4QgGrvz21w=
To: Paul Kyzivat <pkyzivat@alum.mit.edu>, The IESG <iesg@ietf.org>
References: <20160302110853.23213.23639.idtracker@ietfa.amsl.com> <56D70560.2020002@alum.mit.edu>
From: Stephen Farrell <stephen.farrell@cs.tcd.ie>
Openpgp: id=D66EA7906F0B897FB2E97D582F3C8736805F8DA2; url=
Message-ID: <56D70B18.4010309@cs.tcd.ie>
Date: Wed, 02 Mar 2016 15:47:36 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
MIME-Version: 1.0
In-Reply-To: <56D70560.2020002@alum.mit.edu>
Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary="------------ms040506060607040706070306"
Archived-At: <http://mailarchive.ietf.org/arch/msg/siprec/KLq0Xqu5II1j2GW3Y_qQ97FVm5g>
Cc: draft-ietf-siprec-metadata@ietf.org, siprec@ietf.org, siprec-chairs@ietf.org
Subject: Re: [siprec] Stephen Farrell's Discuss on draft-ietf-siprec-metadata-20: (with DISCUSS and COMMENT)
X-BeenThere: siprec@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: SIP Recording Working Group Discussion List <siprec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/siprec>, <mailto:siprec-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/siprec/>
List-Post: <mailto:siprec@ietf.org>
List-Help: <mailto:siprec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/siprec>, <mailto:siprec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Mar 2016 15:47:43 -0000
On 02/03/16 15:23, Paul Kyzivat wrote: > On 3/2/16 6:08 AM, Stephen Farrell wrote: > >> (2) 6.10: Don't you need to say to use UUID version 4 with >> random numbers and to not use MAC addresses? IOW, refer to >> RFC4122, Section 4.4 for how to generate UUIDs. > > I don't think we want to restrict to the section 4.4 algorithm. SRCs may > need quite a lot of UUIDs. There is no reason to be using a random > number generator for each one. Using a good PRNG for this should be fine and is allowed by 4.4. There's no need to block on /dev/random for this anyway:-) > And there could be cases where two SRCs > that are cooperating on recording might want to algorithmically > synchronize their uuid generation. For both of these cases the > name-based algorithm can work well. For that to be safe it is only > necessary that the namespace be unique. > > So I would rather not be so proscriptive about *how* the UUIDs are > generated, as long as they avoid accidental collisions and collisions > due to malice. I'd be fine with allowing that too. I think the main thing is to exclude using MAC addresses. So maybe saying "Follow RFC4122, Section 4.3 or 4.4" would work? S. > > Thanks, > Paul >
- [siprec] Stephen Farrell's Discuss on draft-ietf-… Stephen Farrell
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Paul Kyzivat
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Stephen Farrell
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Paul Kyzivat
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Stephen Farrell
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Paul Kyzivat
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Stephen Farrell
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Stephen Farrell
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Stephen Farrell
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Paul Kyzivat
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Paul Kyzivat
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Ram Mohan R (rmohanr)
- Re: [siprec] Stephen Farrell's Discuss on draft-i… Paul Kyzivat