[OAUTH-WG] JOSE -12 and JWT -09 drafts released

Mike Jones <Michael.Jones@microsoft.com> Fri, 12 July 2013 09:55 UTC

Return-Path: <Michael.Jones@microsoft.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 3C43021F9D98; Fri, 12 Jul 2013 02:55:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.587
X-Spam-Level:
X-Spam-Status: No, score=-3.587 tagged_above=-999 required=5 tests=[AWL=0.011, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
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 qPw7-11HkJHh; Fri, 12 Jul 2013 02:55:43 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0204.outbound.protection.outlook.com [207.46.163.204]) by ietfa.amsl.com (Postfix) with ESMTP id EEC6021F9D9A; Fri, 12 Jul 2013 02:55:42 -0700 (PDT)
Received: from BL2FFO11FD023.protection.gbl (10.173.161.202) by BL2FFO11HUB004.protection.gbl (10.173.161.22) with Microsoft SMTP Server (TLS) id 15.0.717.3; Fri, 12 Jul 2013 09:25:36 +0000
Received: from TK5EX14HUBC102.redmond.corp.microsoft.com (131.107.125.37) by BL2FFO11FD023.mail.protection.outlook.com (10.173.161.102) with Microsoft SMTP Server (TLS) id 15.0.717.3 via Frontend Transport; Fri, 12 Jul 2013 09:25:36 +0000
Received: from TK5EX14MBXC283.redmond.corp.microsoft.com ([169.254.2.146]) by TK5EX14HUBC102.redmond.corp.microsoft.com ([157.54.7.154]) with mapi id 14.03.0136.001; Fri, 12 Jul 2013 09:25:31 +0000
From: Mike Jones <Michael.Jones@microsoft.com>
To: "jose@ietf.org" <jose@ietf.org>
Thread-Topic: JOSE -12 and JWT -09 drafts released
Thread-Index: Ac5+4bhSEbip3TaBTv6n3J4nDFZ0Zw==
Date: Fri, 12 Jul 2013 09:25:30 +0000
Message-ID: <4E1F6AAD24975D4BA5B16804296739436B6B9277@TK5EX14MBXC283.redmond.corp.microsoft.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [157.54.51.35]
Content-Type: multipart/alternative; boundary="_000_4E1F6AAD24975D4BA5B16804296739436B6B9277TK5EX14MBXC283r_"
MIME-Version: 1.0
X-Forefront-Antispam-Report: CIP:131.107.125.37; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(199002)(189002)(33656001)(81542001)(16406001)(81342001)(47976001)(76176001)(71186001)(4396001)(76786001)(69226001)(83072001)(6806004)(44976005)(56816003)(77096001)(50986001)(49866001)(47736001)(16236675002)(19300405004)(15202345003)(56776001)(512954002)(63696002)(65816001)(80022001)(20776003)(66066001)(46102001)(74876001)(74706001)(54356001)(53806001)(76796001)(77982001)(59766001)(76482001)(74502001)(47446002)(74662001)(51856001)(74366001)(55846006)(31966008)(54316002)(79102001)(6606295002); DIR:OUT; SFP:; SCL:1; SRVR:BL2FFO11HUB004; H:TK5EX14HUBC102.redmond.corp.microsoft.com; CLIP:131.107.125.37; RD:InfoDomainNonexistent; A:1; MX:1; LANG:en;
X-OriginatorOrg: microsoft.onmicrosoft.com
X-O365ENT-EOP-Header: Message processed by - O365_ENT: Allow from ranges (Engineering ONLY)
X-Forefront-PRVS: 0905A6B2C7
Cc: "oauth@ietf.org" <oauth@ietf.org>
Subject: [OAUTH-WG] JOSE -12 and JWT -09 drafts released
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: Fri, 12 Jul 2013 09:55:48 -0000

The -12 JSON Object Signing and Encryption (JOSE) drafts have been released incorporating issue resolutions agreed to on the July 1, 2013 working group call and on the mailing list.  Most of the changes were editorial improvements suggested by Jim Schaad and Richard Barnes.  Changes included clarifying that the "typ" and "cty" header parameters are for use by applications and don't affect JOSE processing, replacing the MIME types application/jws+json and application/jws with application/jose+json and application/jose, and relaxing language on JSON parsing when duplicate member names are encountered to allow use of ECMAScript JSON parsers.  See the history entries for the full set of changes.

Corresponding changes to the JSON Web Token (JWT) spec were also published in draft -09.

The drafts are available at:

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-12

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-encryption-12

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-key-12

*        http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-12

*        http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-09

HTML formatted versions are also available at:

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

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

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

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

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

                                                            -- Mike