Re: [jose] xpo
Nat Sakimura <sakimura@gmail.com> Sun, 04 November 2012 14:14 UTC
Return-Path: <sakimura@gmail.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 0315821F86AF for <jose@ietfa.amsl.com>; Sun, 4 Nov 2012 06:14:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.754
X-Spam-Level:
X-Spam-Status: No, score=0.754 tagged_above=-999 required=5 tests=[BAYES_50=0.001, MIME_BASE64_TEXT=1.753, RCVD_IN_DNSWL_LOW=-1]
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 ZFtIylrQ9rT6 for <jose@ietfa.amsl.com>; Sun, 4 Nov 2012 06:14:54 -0800 (PST)
Received: from mail-ea0-f172.google.com (mail-ea0-f172.google.com [209.85.215.172]) by ietfa.amsl.com (Postfix) with ESMTP id 5793A21F86AB for <jose@ietf.org>; Sun, 4 Nov 2012 06:14:54 -0800 (PST)
Received: by mail-ea0-f172.google.com with SMTP id k13so2212759eaa.31 for <jose@ietf.org>; Sun, 04 Nov 2012 06:14:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=o/+E5XgIbTEZuRqbvIcNvAs4sF9jIx/JX65eVNmoUzs=; b=Nvrt9sS8aV3LlDqn7yiHBe09HjzoK44KlFMnlXHduX/7MIUmf3pmXkrrgpD/rprb3/ MmetAo6lvapCr522W1Uspq3FBeQebnqE9LGVtm+JiIr35cpB2AMRuDImP1IUgDSGNvsv /9mfsnh+q9AbC7vQo8zLBauzCwBmv5cN8XXHjXCNfTlOxeOl0gQ4IoWED7npnTcBgufv zuPPN1ny2HKRZlHV3rI5Vk3JoL09CrFTdHodhx+CPqBy3o8zW24se4o/JvDdX7Pc4Ny3 jClCm9yjpZXyTYU3jGNoieWDsPgYDSxTpJgll/XoeHHFsVFc8LKcvf+11F8WYsoM2us6 xoQA==
Received: by 10.14.172.195 with SMTP id t43mr26900091eel.17.1352038493582; Sun, 04 Nov 2012 06:14:53 -0800 (PST)
References: <4E1F6AAD24975D4BA5B168042967394366853BB5@TK5EX14MBXC284.redmond.corp.microsoft.com> <255B9BB34FB7D647A506DC292726F6E114FDD5151B@WSMSG3153V.srv.dir.telstra.com> <8AC56264-8B09-48BA-802F-6B30577419E9@bbn.com> <50955510.7030000@ieca.com>
From: Nat Sakimura <sakimura@gmail.com>
Mime-Version: 1.0 (1.0)
In-Reply-To: <50955510.7030000@ieca.com>
Date: Sun, 04 Nov 2012 09:14:53 -0500
Message-ID: <-7585918764096795770@unknownmsgid>
To: Sean Turner <turners@ieca.com>
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: base64
Cc: "jose@ietf.org" <jose@ietf.org>
Subject: Re: [jose] xpo
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: Sun, 04 Nov 2012 14:14:55 -0000
+1 Nov 4, 2012 9:10、Sean Turner <turners@ieca.com> のメッセージ: > +1 > > On 10/16/12 7:15 PM, Richard Barnes wrote: >> +1 >> >> On Oct 16, 2012, at 6:55 PM, Manger, James H wrote: >> >>>> http://tools.ietf.org/html/draft-ietf-jose-json-web-key-06 >>>> * Changed the name of the JWK RSA exponent parameter from exp to xpo so as to allow the potential use of the name exp for a future extension that might define an expiration parameter for keys. (The exp name is already used for this purpose in the JWT specification.) >>> >>> "n" and "e" would be better than "mod" and "xpo". >>> "n" and "e" are very widely used for the RSA modulus and public exponent. >>> >>> s^e = m mod n >>> >>> -- >>> James Manger >>> _______________________________________________ >>> jose mailing list >>> jose@ietf.org >>> https://www.ietf.org/mailman/listinfo/jose >> >> _______________________________________________ >> jose mailing list >> jose@ietf.org >> https://www.ietf.org/mailman/listinfo/jose > _______________________________________________ > jose mailing list > jose@ietf.org > https://www.ietf.org/mailman/listinfo/jose
- [jose] JOSE and JWT specs incorporating working g… Mike Jones
- Re: [jose] JOSE and JWT specs incorporating worki… Vladimir Dzhuvinov / NimbusDS
- Re: [jose] JOSE and JWT specs incorporating worki… Mike Jones
- [jose] xpo Manger, James H
- Re: [jose] xpo Richard Barnes
- [jose] AEAD-only Manger, James H
- Re: [jose] xpo Sean Turner
- Re: [jose] xpo Nat Sakimura
- Re: [jose] xpo Matt Miller (mamille2)