Re: [jose] I-D Action: draft-ietf-jose-jws-signing-input-options-02.txt

Anders Rundgren <anders.rundgren.net@gmail.com> Tue, 15 September 2015 15:35 UTC

Return-Path: <anders.rundgren.net@gmail.com>
X-Original-To: jose@ietfa.amsl.com
Delivered-To: jose@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7364B1A0423 for <jose@ietfa.amsl.com>; Tue, 15 Sep 2015 08:35:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
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 o5lsPTFThoaP for <jose@ietfa.amsl.com>; Tue, 15 Sep 2015 08:35:36 -0700 (PDT)
Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 10CE31A0406 for <jose@ietf.org>; Tue, 15 Sep 2015 08:35:36 -0700 (PDT)
Received: by wicgb1 with SMTP id gb1so34414348wic.1 for <jose@ietf.org>; Tue, 15 Sep 2015 08:35:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:to:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=GPk/uueuinLCxHGQJPvxAEIGNBhxTfUZ0Gi1Rx6wxxE=; b=Hh51miF0zIdnVlnbW0jzQbRliSxfJm1fBBDM28xt9vcJPhHVYmhPU2BpqBy5Cdd9E9 8VYgeSnBLfuifKPL/utnjU/fOhcRWM091i+zyoZfvGndVNzrqsvwAyXQbmbEp5KuLW+F VobXuLoqvcChcvnH1TnvGDYbh8BLRpksTLfbCfq0PnKFzCXdSpiCZFPa225abSBpbYPr Dh6grdRbOLbmHuS3THS6Hc2wm2IAfyPcryRi+UldIvfNlZHAPrmRyWx/Ybp6Jr04FzwF kItT9sJ3krGWlWErG+15DaYryHSJuI/jNq2yp1C4AjZRPVm0Y73uK79fC52RLvfnvEUx 9cEQ==
X-Received: by 10.194.110.132 with SMTP id ia4mr10898263wjb.103.1442331334575; Tue, 15 Sep 2015 08:35:34 -0700 (PDT)
Received: from [192.168.1.79] (240.196.130.77.rev.sfr.net. [77.130.196.240]) by smtp.googlemail.com with ESMTPSA id nf15sm20445726wic.22.2015.09.15.08.35.33 for <jose@ietf.org> (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Sep 2015 08:35:33 -0700 (PDT)
References: <20150914060107.6818.14124.idtracker@ietfa.amsl.com>
To: jose@ietf.org
From: Anders Rundgren <anders.rundgren.net@gmail.com>
Message-ID: <55F83ABD.2050902@gmail.com>
Date: Tue, 15 Sep 2015 17:35:25 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <20150914060107.6818.14124.idtracker@ietfa.amsl.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/jose/lcRiBKrC5sqGCxL6J_NRdOjKjXc>
Subject: Re: [jose] I-D Action: draft-ietf-jose-jws-signing-input-options-02.txt
X-BeenThere: jose@ietf.org
X-Mailman-Version: 2.1.15
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: Tue, 15 Sep 2015 15:35:38 -0000

I'm still interested understanding how the JOSE WG would approach a payment scheme like following using in-line or detached data:

http://webpki.org/papers/payments/jcs-trippel-signature-and-encryption.html

Anders