Re: [woes] Proposed charter, post-Quebec edition

"Paul C. Bryan" <paul.bryan@forgerock.com> Thu, 04 August 2011 15:41 UTC

Return-Path: <paul.bryan@forgerock.com>
X-Original-To: woes@ietfa.amsl.com
Delivered-To: woes@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A8A4A21F86AF for <woes@ietfa.amsl.com>; Thu, 4 Aug 2011 08:41:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.598
X-Spam-Level:
X-Spam-Status: No, score=-6.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2hp8ys5DxmTw for <woes@ietfa.amsl.com>; Thu, 4 Aug 2011 08:41:23 -0700 (PDT)
Received: from eu1sys200aog111.obsmtp.com (eu1sys200aog111.obsmtp.com [207.126.144.131]) by ietfa.amsl.com (Postfix) with SMTP id BEBDD21F8B00 for <woes@ietf.org>; Thu, 4 Aug 2011 08:41:22 -0700 (PDT)
Received: from mail-yx0-f169.google.com ([209.85.213.169]) (using TLSv1) by eu1sys200aob111.postini.com ([207.126.147.11]) with SMTP ID DSNKTjq9pitUeMmWD4qnvKGWi4fkOxaFRkpV@postini.com; Thu, 04 Aug 2011 15:41:38 UTC
Received: by mail-yx0-f169.google.com with SMTP id 22so1475455yxn.14 for <woes@ietf.org>; Thu, 04 Aug 2011 08:41:26 -0700 (PDT)
Received: by 10.142.241.3 with SMTP id o3mr929870wfh.344.1312472486648; Thu, 04 Aug 2011 08:41:26 -0700 (PDT)
Received: from [192.168.1.177] (S0106001346fbe4af.vf.shawcable.net [174.1.44.35]) by mx.google.com with ESMTPS id u6sm2339447pbh.64.2011.08.04.08.41.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 04 Aug 2011 08:41:25 -0700 (PDT)
From: "Paul C. Bryan" <paul.bryan@forgerock.com>
To: woes@ietf.org
In-Reply-To: <4E3A9885.50600@ieca.com>
References: <4F25253E-A870-4956-AAB1-20890B655984@vpnc.org> <4E3A9885.50600@ieca.com>
Content-Type: multipart/alternative; boundary="=-AEEjo8C29cMgxVn742Hk"
Date: Thu, 04 Aug 2011 08:41:27 -0700
Message-ID: <1312472487.3264.35.camel@dynamo>
Mime-Version: 1.0
X-Mailer: Evolution 2.30.3
Subject: Re: [woes] Proposed charter, post-Quebec edition
X-BeenThere: woes@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Web Object Encryption and Signing \(woes\) BOF discussion list" <woes.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/woes>, <mailto:woes-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/woes>
List-Post: <mailto:woes@ietf.org>
List-Help: <mailto:woes-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/woes>, <mailto:woes-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 04 Aug 2011 15:41:24 -0000

On Thu, 2011-08-04 at 09:03 -0400, Sean Turner wrote:

> On 8/2/11 7:13 PM, Paul Hoffman wrote:
> > Here is a proposal for the charter based on the discussion in the BoF last week and later discussion with Sean Turner. Comments, praise, scorn, etc., are welcome.
> >
> > --Paul and Richard
> >
> > Javascript Object Signing and Encrypting (jose)
> > ===============================================
> >
> > Background
> > ----------
> >
> > Javascript Object Notation (JSON) is a text format for the serialization of structured data described in RFC 4627. The JSON format is often used for serializing and transmitting structured data over a network connection. With the increased usage of JSON in protocols in the IETF and elsewhere, there is now a desire to offer security services such as encryption and digital signatures for data that is being carried in JSON format.
> >
> > Different proposals for providing such security services have already been defined and implemented. This Working Group's task is to standardize two security services, encrypting and digitally signing, in order to increase interoperability of security features between protocols that use JSON.  The Working Group will base its work on well-known message security primitives (e.g., CMS), and will solicit input from the rest of the IETF Security Area to be sure that the security functionality in the JSON format is correct.
> >
> > This group is chartered to work on four documents:
> >
> > 1) A Standards Track document specifying how to apply a JSON-structured digital signature to data, including (but not limited to) JSON data structures. "Digital signature" is defined as a hash operation followed by a signature operation using asymmetric keys.
> 
> I just want to make sure that we agree now that a digital signature is a 
> hash followed by a signature algorithm (e.g., RSA with SHA-256).  I've 
> seen a couple of drafts that tried to say an HMAC (e.g., HMAC-SHA256) 
> was a digital signature; one called it a symmetric key based digital 
> signature algorithm (note this phrase didn't get through the IESG).


I don't agree. I believe we should be able to use this useful plumbing
to ensure integrity/authenticity without having to rely exclusively on
public key cryptography.



> > 2) A Standards Track document specifying how to apply a JSON-structured encryption to data, including (but not limited to) JSON data structures.
> >
> > 3) A Standards Track document specifying how to encode public keys as JSON-structured objects.
> >
> > 4) A Standards Track document specifying mandatory-to-implement algorithms for the other three documents.
> 
> I think this addition is good.  In the past we've bundled the MTI 
> algorithms with the protocol and then reving the MTI algorithms caused 
> unnecessary churn on the protocol even if the protocol is stable.
> 
> I also think this draft need not only include MTI algorithms, but the 
> draft definitely needs to say which ones are the MTI algorithms.
> 
> > The working group may decide to address one or more of these goals in a single document, in which case the concrete milestones for signing/encryption below will both be satisfied by the single document.
> >
> > Goals and Milestones
> > --------------------
> >
> > Aug 2011    Submit JSON object signing document as a WG item.
> >
> > Aug 2011    Submit JSON object encryption document as a WG item.
> >
> > Aug 2011    Submit JSON key format document as a WG item.
> >
> > Aug 2011    Submit JSON algoritm document as a WG item.
> >
> > Jan 2012    Start Working Group Last Call on JSON object signing document.
> >
> > Jan 2012    Start Working Group Last Call on JSON object encryption document.
> >
> > Jan 2012    Start Working Group Last Call on JSON key format document.
> >
> > Jan 2012    Start Working Group Last Call on JSON algorithm document.
> >
> > Feb 2012    Submit JSON object signing document to IESG for consideration as
> > Standards Track document.
> >
> > Feb 2012    Submit JSON object encryption document to IESG for consideration
> > as Standards Track document.
> >
> > Feb 2012    Submit JSON key format document to IESG for consideration
> > as Standards Track document.
> >
> > Feb 2012    Submit JSON algorithm document to IESG for consideration
> > as Standards Track document.
> 
> The dates are little ambitious.  Just based on the process, I doubt this 
> can be charter by the end of August.  I'd swap Aug->Oct, Jan->Mar, and 
> leave Feb as-is.



I agree, though IMO the sooner we can get strawman drafts out to start
taking shots at, the better.


> spt
> _______________________________________________
> woes mailing list
> woes@ietf.org
> https://www.ietf.org/mailman/listinfo/woes