Re: [jose] JWE -06: Terminology - JWE IV and integrity value
Mike Jones <Michael.Jones@microsoft.com> Tue, 16 October 2012 16:14 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 E8A1F21F87D3 for <jose@ietfa.amsl.com>; Tue, 16 Oct 2012 09:14:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.568
X-Spam-Level:
X-Spam-Status: No, score=-3.568 tagged_above=-999 required=5 tests=[AWL=0.031, BAYES_00=-2.599, 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 slIFUAhNgL3V for <jose@ietfa.amsl.com>; Tue, 16 Oct 2012 09:13:56 -0700 (PDT)
Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe004.messaging.microsoft.com [216.32.180.14]) by ietfa.amsl.com (Postfix) with ESMTP id 474FF21F8775 for <jose@ietf.org>; Tue, 16 Oct 2012 09:13:56 -0700 (PDT)
Received: from mail245-va3-R.bigfish.com (10.7.14.251) by VA3EHSOBE014.bigfish.com (10.7.40.64) with Microsoft SMTP Server id 14.1.225.23; Tue, 16 Oct 2012 16:13:53 +0000
Received: from mail245-va3 (localhost [127.0.0.1]) by mail245-va3-R.bigfish.com (Postfix) with ESMTP id 1A7A110006A; Tue, 16 Oct 2012 16:13:53 +0000 (UTC)
X-Forefront-Antispam-Report: CIP:131.107.125.8; KIP:(null); UIP:(null); IPV:NLI; H:TK5EX14HUBC105.redmond.corp.microsoft.com; RD:none; EFVD:NLI
X-SpamScore: -26
X-BigFish: VS-26(zz9371I542Mzz1202h1d1ah1d2ahzz1033IL8275bh8275dhz2fh2a8h668h839h944hd25hf0ah107ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1155h)
Received-SPF: pass (mail245-va3: domain of microsoft.com designates 131.107.125.8 as permitted sender) client-ip=131.107.125.8; envelope-from=Michael.Jones@microsoft.com; helo=TK5EX14HUBC105.redmond.corp.microsoft.com ; icrosoft.com ;
Received: from mail245-va3 (localhost.localdomain [127.0.0.1]) by mail245-va3 (MessageSwitch) id 1350404030711779_14013; Tue, 16 Oct 2012 16:13:50 +0000 (UTC)
Received: from VA3EHSMHS024.bigfish.com (unknown [10.7.14.240]) by mail245-va3.bigfish.com (Postfix) with ESMTP id AA47280064; Tue, 16 Oct 2012 16:13:50 +0000 (UTC)
Received: from TK5EX14HUBC105.redmond.corp.microsoft.com (131.107.125.8) by VA3EHSMHS024.bigfish.com (10.7.99.34) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 16 Oct 2012 16:13:48 +0000
Received: from TK5EX14MBXC284.redmond.corp.microsoft.com ([169.254.1.33]) by TK5EX14HUBC105.redmond.corp.microsoft.com ([157.54.80.48]) with mapi id 14.02.0318.003; Tue, 16 Oct 2012 16:13:31 +0000
From: Mike Jones <Michael.Jones@microsoft.com>
To: Vladimir Dzhuvinov / NimbusDS <vladimir@nimbusds.com>, "jose@ietf.org" <jose@ietf.org>
Thread-Topic: [jose] JWE -06: Terminology - JWE IV and integrity value
Thread-Index: AQHNq4XJpAwmobtNL0KqTPWdvmazT5e8Gnxw
Date: Tue, 16 Oct 2012 16:13:30 +0000
Message-ID: <4E1F6AAD24975D4BA5B168042967394366854197@TK5EX14MBXC284.redmond.corp.microsoft.com>
References: <20121016023324.cc40c4f3d92d2001859047cd8cabb9ab.1b58107126.wbe@email07.europe.secureserver.net>
In-Reply-To: <20121016023324.cc40c4f3d92d2001859047cd8cabb9ab.1b58107126.wbe@email07.europe.secureserver.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [157.54.51.37]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-OriginatorOrg: microsoft.com
Subject: Re: [jose] JWE -06: Terminology - JWE IV and integrity value
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 Oct 2012 16:14:01 -0000
There's currently no actual case where the JWE Initialization Vector or JWE Integrity Value can be empty, because an Initialization Vector is used for all the defined "enc" algorithms - (CBC, GCM) and all of them have an integrity value. However, this could be true for future algorithms. Is that what you're thinking? -- Mike -----Original Message----- From: jose-bounces@ietf.org [mailto:jose-bounces@ietf.org] On Behalf Of Vladimir Dzhuvinov / NimbusDS Sent: Tuesday, October 16, 2012 2:33 AM To: jose@ietf.org Subject: [jose] JWE -06: Terminology - JWE IV and integrity value Thank you guys for pushing the updates specs out. Regarding JWE -06 section 2. Terminology: It could be helpful to mention for "JWE Initialization Vector" and "JWE Integrity Values" that these can also be empty, like said for "JWE Encrypted Key". Vladimir -- Vladimir Dzhuvinov : www.NimbusDS.com : vladimir@nimbusds.com _______________________________________________ jose mailing list jose@ietf.org https://www.ietf.org/mailman/listinfo/jose
- [jose] JWE -06: Terminology - JWE IV and integrit… Vladimir Dzhuvinov / NimbusDS
- Re: [jose] JWE -06: Terminology - JWE IV and inte… Mike Jones
- Re: [jose] JWE -06: Terminology - JWE IV and inte… Vladimir Dzhuvinov / NimbusDS