[jose] JOSE and JWT specs updated for IETF 85 working group meetings

Michael Jones <michael_b_jones@hotmail.com> Wed, 07 November 2012 10:06 UTC

Return-Path: <michael_b_jones@hotmail.com>
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 B227C21F8BD5 for <jose@ietfa.amsl.com>; Wed, 7 Nov 2012 02:06:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001]
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 YSjgsihqhvQw for <jose@ietfa.amsl.com>; Wed, 7 Nov 2012 02:06:27 -0800 (PST)
Received: from bay0-omc1-s26.bay0.hotmail.com (bay0-omc1-s26.bay0.hotmail.com [65.54.190.37]) by ietfa.amsl.com (Postfix) with ESMTP id D222C21F8B4C for <jose@ietf.org>; Wed, 7 Nov 2012 02:06:20 -0800 (PST)
Received: from BAY171-W88 ([65.54.190.59]) by bay0-omc1-s26.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 7 Nov 2012 02:06:20 -0800
Message-ID: <BAY171-W88EF875D52C073E708D256B76A0@phx.gbl>
Content-Type: multipart/alternative; boundary="_d5efff7f-026a-4d55-b00e-9140964e86fa_"
X-Originating-IP: [130.129.71.146]
From: Michael Jones <michael_b_jones@hotmail.com>
To: jose@ietf.org
Date: Wed, 07 Nov 2012 02:06:19 -0800
Importance: Normal
MIME-Version: 1.0
X-OriginalArrivalTime: 07 Nov 2012 10:06:20.0005 (UTC) FILETIME=[889FF950:01CDBCCF]
Subject: [jose] JOSE and JWT specs updated for IETF 85 working group meetings
X-BeenThere: jose@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
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: Wed, 07 Nov 2012 10:06:30 -0000






I’ve made a small set of updates to the JSON Object Signing
and Encryption (JOSE) and JSON Web Token (JWT) specs in preparation for the JOSE and OAuth working group
meetings at IETF 85.  These
updates incorporate resolutions to issues that have been discussed by the
working groups since publication of the previous drafts.

 

Normative changes to the working group specs were to add
length fields for PartyUInfo and PartyVInfo values for key derivation
calculations and to change the JWK field identifiers for RSA keys from (mod,
xpo) to (n, e).  Fields for representing the RSA private key values needed
for Chinese Remainder Theorem (CRT) calculations were added to the JSON Private
Key specification.

 

The updated specs are available at:

·       
http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-07

·       
http://tools.ietf.org/html/draft-ietf-jose-json-web-encryption-07

·       
http://tools.ietf.org/html/draft-ietf-jose-json-web-key-07

·       
http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-07

·       
http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-05

·       
http://tools.ietf.org/html/draft-ietf-oauth-jwt-bearer-03

·       
http://tools.ietf.org/html/draft-jones-jose-jws-json-serialization-03

·       
http://tools.ietf.org/html/draft-jones-jose-jwe-json-serialization-03

·       
http://tools.ietf.org/html/draft-jones-jose-json-private-key-01

 

HTML formatted versions are available at:

·       
http://self-issued.info/docs/draft-ietf-jose-json-web-signature-07.html

·       
http://self-issued.info/docs/draft-ietf-jose-json-web-encryption-07.html

·       
http://self-issued.info/docs/draft-ietf-jose-json-web-key-07.html

·       
http://self-issued.info/docs/draft-ietf-jose-json-web-algorithms-07.html

·       
http://self-issued.info/docs/draft-ietf-oauth-json-web-token-05.html

·       
http://self-issued.info/docs/draft-ietf-oauth-jwt-bearer-03.html

·       
http://self-issued.info/docs/draft-jones-jose-jws-json-serialization-03.html

·       
http://self-issued.info/docs/draft-jones-jose-jwe-json-serialization-03.html

·       
http://self-issued.info/docs/draft-jones-jose-json-private-key-01.html

 

See the history entries in the specs for detailed change
descriptions.

 

                                            
              
-- Mike