[jose] JOSE -13 drafts

Mike Jones <Michael.Jones@microsoft.com> Tue, 16 July 2013 01:30 UTC

Return-Path: <Michael.Jones@microsoft.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 EA5DF11E8140 for <jose@ietfa.amsl.com>; Mon, 15 Jul 2013 18:30:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.719
X-Spam-Level:
X-Spam-Status: No, score=-3.719 tagged_above=-999 required=5 tests=[AWL=-0.121, 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 0zie3npuUUkv for <jose@ietfa.amsl.com>; Mon, 15 Jul 2013 18:30:45 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0205.outbound.protection.outlook.com [207.46.163.205]) by ietfa.amsl.com (Postfix) with ESMTP id 9A4DE11E8118 for <jose@ietf.org>; Mon, 15 Jul 2013 18:30:44 -0700 (PDT)
Received: from BY2FFO11FD001.protection.gbl (10.1.15.200) by BY2FFO11HUB040.protection.gbl (10.1.14.161) with Microsoft SMTP Server (TLS) id 15.0.717.3; Tue, 16 Jul 2013 01:30:37 +0000
Received: from TK5EX14HUBC103.redmond.corp.microsoft.com (131.107.125.37) by BY2FFO11FD001.mail.protection.outlook.com (10.1.14.123) with Microsoft SMTP Server (TLS) id 15.0.717.3 via Frontend Transport; Tue, 16 Jul 2013 01:30:37 +0000
Received: from TK5EX14MBXC283.redmond.corp.microsoft.com ([169.254.2.146]) by TK5EX14HUBC103.redmond.corp.microsoft.com ([157.54.86.9]) with mapi id 14.03.0136.001; Tue, 16 Jul 2013 01:30:01 +0000
From: Mike Jones <Michael.Jones@microsoft.com>
To: "jose@ietf.org" <jose@ietf.org>
Thread-Topic: JOSE -13 drafts
Thread-Index: Ac6Bw/ksOcrspSBDSwCfFhasLUFkPg==
Date: Tue, 16 Jul 2013 01:30:00 +0000
Message-ID: <4E1F6AAD24975D4BA5B16804296739436B6C4803@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.21]
Content-Type: multipart/alternative; boundary="_000_4E1F6AAD24975D4BA5B16804296739436B6C4803TK5EX14MBXC283r_"
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)(55846006)(74366001)(65816001)(77982001)(80022001)(47976001)(47446002)(54356001)(74662001)(6806004)(69226001)(81542001)(53806001)(47736001)(63696002)(76482001)(44976005)(20776003)(74502001)(49866001)(56776001)(74706001)(50986001)(4396001)(46102001)(77096001)(51856001)(79102001)(56816003)(54316002)(66066001)(31966008)(551544002)(33656001)(76796001)(76786001)(512954002)(74876001)(16406001)(76176001)(83072001)(81342001)(59766001)(15202345003)(19300405004)(16236675002)(71186001)(6606295002); DIR:OUT; SFP:; SCL:1; SRVR:BY2FFO11HUB040; H:TK5EX14HUBC103.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: 09090B6B69
Subject: [jose] JOSE -13 drafts
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: Tue, 16 Jul 2013 01:30:50 -0000

The JOSE -13 drafts are now available, which incorporate issue resolutions agreed to on today's JOSE working group call.  The only breaking change was to the JWS JSON Serialization, by making all header parameters be per-signature (which is actually a simplification and makes it more parallel to the JWS Compact Serialization).  Algorithms were added to JWA for key encryption with AES GCM and for password-based encryption.  An optional "aad" (Additional Authenticated Data) member was added to the JWE JSON Serialization.

Thanks to Matt Miller for the password-based encryption write-up, which is based on draft-miller-jose-jwe-protected-jwk-02<http://tools.ietf.org/html/draft-miller-jose-jwe-protected-jwk-02>.

The drafts are available at:

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

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

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

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

HTML formatted versions are also available at:

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

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

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

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

                                                                -- Mike