[OAUTH-WG] JOSE and JWT specs updated for IETF 85 working group meetings

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

Return-Path: <michael_b_jones@hotmail.com>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D95BC21F8A0B for <oauth@ietfa.amsl.com>; Wed, 7 Nov 2012 02:13:14 -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 jL29zL-072D5 for <oauth@ietfa.amsl.com>; Wed, 7 Nov 2012 02:13:14 -0800 (PST)
Received: from bay0-omc1-s17.bay0.hotmail.com (bay0-omc1-s17.bay0.hotmail.com [65.54.190.28]) by ietfa.amsl.com (Postfix) with ESMTP id 2543721F89FE for <oauth@ietf.org>; Wed, 7 Nov 2012 02:13:14 -0800 (PST)
Received: from BAY171-W138 ([65.54.190.60]) by bay0-omc1-s17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 7 Nov 2012 02:13:13 -0800
Message-ID: <BAY171-W1388B3DEA54E551246F8ABFB76A0@phx.gbl>
Content-Type: multipart/alternative; boundary="_1feab312-44d6-48da-a66c-d0239bafe1e7_"
X-Originating-IP: [130.129.71.146]
From: Michael Jones <michael_b_jones@hotmail.com>
To: oauth@ietf.org
Date: Wed, 07 Nov 2012 02:13:12 -0800
Importance: Normal
MIME-Version: 1.0
X-OriginalArrivalTime: 07 Nov 2012 10:13:13.0139 (UTC) FILETIME=[7EDF3830:01CDBCD0]
Subject: [OAUTH-WG] JOSE and JWT specs updated for IETF 85 working group meetings
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/oauth>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Nov 2012 10:13:15 -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