Re: [jose] #20: Shorter names for JSON serialization

"jose issue tracker" <trac+jose@trac.tools.ietf.org> Fri, 14 June 2013 22:42 UTC

Return-Path: <trac+jose@trac.tools.ietf.org>
X-Original-To: jose@ietfa.amsl.com
Delivered-To: jose@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7B4A121F9A2F for <jose@ietfa.amsl.com>; Fri, 14 Jun 2013 15:42:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, 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 5P8Ae7nlztpc for <jose@ietfa.amsl.com>; Fri, 14 Jun 2013 15:42:48 -0700 (PDT)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id C57CC21F99C9 for <jose@ietf.org>; Fri, 14 Jun 2013 15:42:47 -0700 (PDT)
Received: from localhost ([127.0.0.1]:51123 helo=grenache.tools.ietf.org ident=www-data) by grenache.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac+jose@trac.tools.ietf.org>) id 1Unchd-0005QW-1d; Sat, 15 Jun 2013 00:42:41 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: jose issue tracker <trac+jose@trac.tools.ietf.org>
X-Trac-Version: 0.12.3
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.3, by Edgewall Software
To: draft-ietf-jose-json-web-encryption@tools.ietf.org, michael.jones@microsoft.com
X-Trac-Project: jose
Date: Fri, 14 Jun 2013 22:42:41 -0000
X-URL: http://tools.ietf.org/jose/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/wg/jose/trac/ticket/20#comment:1
Message-ID: <064.43ef764633c118590cd42e21925dc061@trac.tools.ietf.org>
References: <049.92c9829790c8d5776a0efee36c11df4c@trac.tools.ietf.org>
X-Trac-Ticket-ID: 20
In-Reply-To: <049.92c9829790c8d5776a0efee36c11df4c@trac.tools.ietf.org>
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Rcpt-To: draft-ietf-jose-json-web-encryption@tools.ietf.org, michael.jones@microsoft.com, jose@ietf.org
X-SA-Exim-Mail-From: trac+jose@trac.tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Resent-To: ekr@rtfm.com, jhildebr@cisco.com, mbj@microsoft.com
Resent-Message-Id: <20130614224247.C57CC21F99C9@ietfa.amsl.com>
Resent-Date: Fri, 14 Jun 2013 15:42:47 -0700
Resent-From: trac+jose@trac.tools.ietf.org
Cc: jose@ietf.org
Subject: Re: [jose] #20: Shorter names for JSON serialization
X-BeenThere: jose@ietf.org
X-Mailman-Version: 2.1.12
List-Id: Javascript Object Signing and Encryption <jose.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/jose>, <mailto:jose-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/jose>
List-Post: <mailto:jose@ietf.org>
List-Help: <mailto:jose-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/jose>, <mailto:jose-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Jun 2013 22:42:48 -0000

#20: Shorter names for JSON serialization


Comment (by michael.jones@microsoft.com):

 Following discussion and apparent agreement by the working group on the
 mailing list, the following shorter names are now used:

     initialization_vector was changed to "iv"
     authentication_tag was changed to "tag"

 Given that "payload" and "ciphertext" are different data structures, as
 discussed on the list, they have not been coalesced into a combined "data"
 member.

 Also, given that there is not the same compactness requirement for the
 JSON Serialization as for the Compact Serialization, using full words for
 "signatures", "signature", and "recipients" does not seem excessive.

 Finally, "keys" would be incorrect, because these values represent
 information that is recipient-specific, which includes more than just
 keys.

 Given that reasonable shortenings of multi-word phrases to shorter names
 have been applied, as discussed on the mailing list, I believe that this
 issue should be closed as fixed.

-- 
-------------------------+-------------------------------------------------
 Reporter:  rlb@ipv.sx   |       Owner:  draft-ietf-jose-json-web-
     Type:  defect       |  encryption@tools.ietf.org
 Priority:  minor        |      Status:  new
Component:  json-web-    |   Milestone:
  encryption             |     Version:
 Severity:  -            |  Resolution:
 Keywords:               |
-------------------------+-------------------------------------------------

Ticket URL: <http://trac.tools.ietf.org/wg/jose/trac/ticket/20#comment:1>
jose <http://tools.ietf.org/jose/>