Re: [jose] RFC 8037 "alg" quirkiness

Ilari Liusvaara <ilariliusvaara@welho.com> Wed, 16 September 2020 13:18 UTC

Return-Path: <ilariliusvaara@welho.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 905323A0140 for <jose@ietfa.amsl.com>; Wed, 16 Sep 2020 06:18:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.5
X-Spam-Level:
X-Spam-Status: No, score=-1.5 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, KHOP_HELO_FCRDNS=0.398, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z04zgyDXvEIp for <jose@ietfa.amsl.com>; Wed, 16 Sep 2020 06:18:54 -0700 (PDT)
Received: from welho-filter4.welho.com (welho-filter4b.welho.com [83.102.41.30]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EA19C3A0138 for <jose@ietf.org>; Wed, 16 Sep 2020 06:18:53 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by welho-filter4.welho.com (Postfix) with ESMTP id 4003D6CAFA for <jose@ietf.org>; Wed, 16 Sep 2020 16:18:52 +0300 (EEST)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp2.welho.com ([IPv6:::ffff:83.102.41.85]) by localhost (welho-filter4.welho.com [::ffff:83.102.41.26]) (amavisd-new, port 10024) with ESMTP id JFMsURoltM-5 for <jose@ietf.org>; Wed, 16 Sep 2020 16:18:52 +0300 (EEST)
Received: from LK-Perkele-VII (87-92-140-94.rev.dnainternet.fi [87.92.140.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by welho-smtp2.welho.com (Postfix) with ESMTPSA id 20F1F72 for <jose@ietf.org>; Wed, 16 Sep 2020 16:18:51 +0300 (EEST)
Date: Wed, 16 Sep 2020 16:18:49 +0300
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: "jose@ietf.org" <jose@ietf.org>
Message-ID: <20200916131849.GA1653593@LK-Perkele-VII>
References: <1a84f81d-c7bd-9961-9f5c-e6c358fc1095@gmail.com> <3B2FF2C4-44EB-4462-868E-C6DD1DD3F1CA@forgerock.com> <20200916123043.GB1653297@LK-Perkele-VII> <D7856A3C-96A5-4922-89D5-405041264462@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <D7856A3C-96A5-4922-89D5-405041264462@gmail.com>
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/jose/PHcOwSiBT8kgunCOChjUXjqQIQA>
Subject: Re: [jose] RFC 8037 "alg" quirkiness
X-BeenThere: jose@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 16 Sep 2020 13:18:56 -0000

On Wed, Sep 16, 2020 at 02:02:55PM +0100, Neil Madden wrote:
> 
> JWK already allows associating an algorithm with a key, so I have
> considered a small draft to deprecate the “alg” header in JOSE
> entirely. With this WG being disbanded however, there’s not a natural
> place to do that.

Maybe ask secdispatch where it should go (I would not be surprised if
the answer turns out to be cose... COSE header 1 (a.k.a. alg) works
pretty much like JOSE alg header).


-Ilari