[OAUTH-WG] More Criticism of JOSE

Mike Schwartz <mike@gluu.org> Wed, 15 March 2017 15:43 UTC

Return-Path: <mike@gluu.org>
X-Original-To: oauth@ietfa.amsl.com
Delivered-To: oauth@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5780F1316B0 for <oauth@ietfa.amsl.com>; Wed, 15 Mar 2017 08:43:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.79
X-Spam-Level:
X-Spam-Status: No, score=-1.79 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, RP_MATCHES_RCVD=-0.001, T_DKIM_INVALID=0.01, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=neutral reason="invalid (public key: not available)" header.d=gluu.org
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 gqTNHxD6KdZD for <oauth@ietfa.amsl.com>; Wed, 15 Mar 2017 08:43:07 -0700 (PDT)
Received: from webmail.gluu.org (webmail.gluu.org [104.130.217.77]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C46FE1316AE for <oauth@ietf.org>; Wed, 15 Mar 2017 08:43:07 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by webmail.gluu.org (Postfix) with ESMTP id EAEBEB4203 for <oauth@ietf.org>; Wed, 15 Mar 2017 11:43:06 -0400 (EDT)
Authentication-Results: webmail.gluu.org (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=gluu.org
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gluu.org; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:to:from:from:date:date :content-transfer-encoding:content-type:content-type :mime-version; s=dkim; t=1489592586; x=1490456587; bh=3U8xiV8iWH kvGgUD4/BcyrD47ff1gRpI+qK/Xk8khJ8=; b=YEyOeBc/y2cSXSiXVzPl12PafH 4KrsfsAEROtNl6/aduekcdFydmRVXqA60NOT5k1t4oym9SekTVkDvnCQlxZ995kb P207NPeMzwkFe0gWejvfy22yPCD3Rd4hC8VQQtNMvbAp/qvvNEBo0ApPpOjL9pTs D4Q1FSqgfMj2iVG34=
Received: from webmail.gluu.org ([127.0.0.1]) by localhost (webmail.gluu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tErY7J2jmWwo for <oauth@ietf.org>; Wed, 15 Mar 2017 11:43:06 -0400 (EDT)
Received: from webmail.gluu.org (localhost [127.0.0.1]) by webmail.gluu.org (Postfix) with ESMTPSA id BDA89B41AA for <oauth@ietf.org>; Wed, 15 Mar 2017 11:43:06 -0400 (EDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"; format="flowed"
Content-Transfer-Encoding: 7bit
Date: Wed, 15 Mar 2017 10:43:06 -0500
From: Mike Schwartz <mike@gluu.org>
To: oauth@ietf.org
Organization: Gluu
In-Reply-To: <mailman.539.1489455092.6649.oauth@ietf.org>
References: <mailman.539.1489455092.6649.oauth@ietf.org>
Message-ID: <de3bdfc3f87fad59432f85f75db3d6b4@gluu.org>
X-Sender: mike@gluu.org
User-Agent: Roundcube Webmail
Archived-At: <https://mailarchive.ietf.org/arch/msg/oauth/HlfdPBoDsBGjg8GUBfgCo9oavfk>
Subject: [OAUTH-WG] More Criticism of JOSE
X-BeenThere: oauth@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: OAUTH WG <oauth.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/oauth>, <mailto:oauth-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/oauth/>
List-Post: <mailto:oauth@ietf.org>
List-Help: <mailto:oauth-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/oauth>, <mailto:oauth-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 15 Mar 2017 15:43:09 -0000

Sorry to be the bearer of bad news, but here's a negative review of 
JOSE:

JOSE (Javascript Object Signing and Encryption) is a Bad Standard That 
Everyone Should Avoid
  
https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid

- Mike