Re: [Webpush] Contributory behaviour fix for -encryption

Martin Thomson <martin.thomson@gmail.com> Tue, 17 November 2015 00:13 UTC

Return-Path: <martin.thomson@gmail.com>
X-Original-To: webpush@ietfa.amsl.com
Delivered-To: webpush@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EDF021A8F4E for <webpush@ietfa.amsl.com>; Mon, 16 Nov 2015 16:13:09 -0800 (PST)
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 S6QJcmvKQEBj for <webpush@ietfa.amsl.com>; Mon, 16 Nov 2015 16:13:08 -0800 (PST)
Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (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 972131A8BC5 for <webpush@ietf.org>; Mon, 16 Nov 2015 16:13:08 -0800 (PST)
Received: by iouu10 with SMTP id u10so2637675iou.0 for <webpush@ietf.org>; Mon, 16 Nov 2015 16:13:08 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OSyXxASoFPZyXrSg9Q4GpduBM5NLGPdTLrvg6+pG7zE=; b=GfrE9mb4Rnd7+ySW7hnAxHw25JEWAqT+X5mJIiPInXBCkNuRvgi79M7n4eFYJSnVGH k43F94mf+e7FkTRlBXTS54UeQSRxLgTKwC+jYa5w5sZEon7OnuNpaUvYDEQEXYHq1Xmd OPuueGwqEWcbsiI03pf6N7nUK9AYl5aW1yCNYaX8szW1iPkjiU2gxZNJa19+zuJjQjO9 6PUyDO2sgs6zcc8Xluo2GoVw8C5OF/jrNmkAthmxkE4crjSZjwgnmBWkIyGElK2OogYy OCJPOM6oXDuLA1mrNI4i97GLFvZX90IXI//3u8u1pkRJvHQugEY5ycw26velZqlmJJPT fwCw==
MIME-Version: 1.0
X-Received: by 10.107.33.203 with SMTP id h194mr28371032ioh.108.1447719187973; Mon, 16 Nov 2015 16:13:07 -0800 (PST)
Received: by 10.36.155.139 with HTTP; Mon, 16 Nov 2015 16:13:07 -0800 (PST)
In-Reply-To: <CABkgnnU05j=z-BfKpBR+xtK-2H2pBRO3pvmBaOqZZ18FmYksRg@mail.gmail.com>
References: <CABkgnnU05j=z-BfKpBR+xtK-2H2pBRO3pvmBaOqZZ18FmYksRg@mail.gmail.com>
Date: Mon, 16 Nov 2015 16:13:07 -0800
Message-ID: <CABkgnnWVPjzG_fWZR8QVkbekZt4YguZ8t8PfVhSw4Swf9nuwVw@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "webpush@ietf.org" <webpush@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/webpush/aIq53Hv5KOkluE25YvP_B8dSsNs>
Subject: Re: [Webpush] Contributory behaviour fix for -encryption
X-BeenThere: webpush@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Discussion of potential IETF work on a web push protocol <webpush.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/webpush>, <mailto:webpush-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/webpush/>
List-Post: <mailto:webpush@ietf.org>
List-Help: <mailto:webpush-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/webpush>, <mailto:webpush-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Nov 2015 00:13:10 -0000

On 13 November 2015 at 14:31, Martin Thomson <martin.thomson@gmail.com> wrote:
> Note that this doesn't deal with the authentication issue that Adam
> separately identified.  That would require changes to the API.  I'll
> follow up with some potential options for that.


I have a strawman fix for the authentication issue up:
  https://github.com/webpush-wg/webpush-encryption/issues/3

The API necessarily changes too, in case you are interested:
  https://github.com/w3c/push-api/pull/174