Re: [jose] JWS header x5c is a JSON arrary?

Mike Jones <Michael.Jones@microsoft.com> Tue, 11 December 2012 01:31 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 C4A6D21F871D for <jose@ietfa.amsl.com>; Mon, 10 Dec 2012 17:31:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.299
X-Spam-Level:
X-Spam-Status: No, score=-3.299 tagged_above=-999 required=5 tests=[AWL=-0.700, BAYES_00=-2.599]
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 F64BaSm9vVbT for <jose@ietfa.amsl.com>; Mon, 10 Dec 2012 17:31:33 -0800 (PST)
Received: from NA01-BY2-obe.outbound.protection.outlook.com (na01-by2-obe.ptr.protection.outlook.com [207.46.100.24]) by ietfa.amsl.com (Postfix) with ESMTP id 131B321F8713 for <jose@ietf.org>; Mon, 10 Dec 2012 17:31:32 -0800 (PST)
Received: from BY2FFO11FD005.protection.gbl (10.1.15.204) by BY2FFO11HUB019.protection.gbl (10.1.14.178) with Microsoft SMTP Server (TLS) id 15.0.578.12; Tue, 11 Dec 2012 01:31:30 +0000
Received: from TK5EX14MLTC102.redmond.corp.microsoft.com (131.107.125.37) by BY2FFO11FD005.mail.protection.outlook.com (10.1.14.126) with Microsoft SMTP Server (TLS) id 15.0.578.12 via Frontend Transport; Tue, 11 Dec 2012 01:31:30 +0000
Received: from TK5EX14MBXC283.redmond.corp.microsoft.com ([169.254.2.240]) by TK5EX14MLTC102.redmond.corp.microsoft.com ([157.54.79.180]) with mapi id 14.02.0318.003; Tue, 11 Dec 2012 01:31:00 +0000
From: Mike Jones <Michael.Jones@microsoft.com>
To: hideki nara <hdknr@ic-tact.co.jp>, "jose@ietf.org" <jose@ietf.org>
Thread-Topic: [jose] JWS header x5c is a JSON arrary?
Thread-Index: AQHNY9y+pzt6UL1nLUeqmKNszSkrkJgTtdXQ
Date: Tue, 11 Dec 2012 01:31:00 +0000
Message-ID: <4E1F6AAD24975D4BA5B168042967394366924C6D@TK5EX14MBXC283.redmond.corp.microsoft.com>
References: <CAAAkSUFFDwGdmT1-aDa-_skZuJ1dNoZbYNsaxpu5aM=-7O=PJw@mail.gmail.com>
In-Reply-To: <CAAAkSUFFDwGdmT1-aDa-_skZuJ1dNoZbYNsaxpu5aM=-7O=PJw@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [157.54.51.72]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Forefront-Antispam-Report: CIP:131.107.125.37; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(377454001)(13464002)(56776001)(47446002)(76482001)(74662001)(47776002)(23726001)(74502001)(5343655001)(54356001)(59766001)(56816002)(44976002)(54316002)(33656001)(31966008)(46406002)(49866001)(46102001)(53806001)(51856001)(50466001)(16406001)(50986001)(4396001)(15202345001)(77982001)(47736001)(47976001)(55846006)(42413001); DIR:OUT; SFP:; SCL:1; SRVR:BY2FFO11HUB019; LANG:en;
X-OriginatorOrg: microsoft.onmicrosoft.com
X-Forefront-PRVS: 069255B8B8
Subject: Re: [jose] JWS header x5c is a JSON arrary?
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, 11 Dec 2012 01:31:33 -0000

Hi Hideki,

I'm sure that you probably already saw this, but I wanted to follow up and state that in the -06 versions of the JOSE specs, "x5c" was changed to be an array of strings.  Thanks for your attention to detail when reviewing and implementing the specifications.

				-- Mike

-----Original Message-----
From: jose-bounces@ietf.org [mailto:jose-bounces@ietf.org] On Behalf Of hideki nara
Sent: Monday, July 16, 2012 10:27 PM
To: jose@ietf.org
Cc: Jim Schaad
Subject: [jose] JWS header x5c is a JSON arrary?

Hi all,

In http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-03#section-4.1.6
,

"The  certificate or certificate chain is represented as an array of
   certificate values. "

But, Appendix B gives us a text stream which seems to be the same one as the return from "x5u" .
(http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-03#appendix-B )

Am I missing anything between lines ?

I like the same format as the return of x5u anyway.
---
hdknr
_______________________________________________
jose mailing list
jose@ietf.org
https://www.ietf.org/mailman/listinfo/jose