New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 594949 link

Starred by 2 users

Issue metadata

Status: Archived
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Base64url encode public key-based sender Ids before sending them to GCM

Project Member Reported by peter@chromium.org, Mar 15 2016

Issue description

When using `applicationServerKey` to specify a P-256 public key for creating the subscription, we should base64url the key before sending it as a sender Id to GCM.

Because we'll want to pass through any other value as-is, it seems best to gate this on "len(senderId) == 65 && senderId[0] == 0x04".
 

Comment 1 by peter@chromium.org, Mar 15 2016

Labels: M-51

Comment 2 by peter@chromium.org, Aug 23 2016

Status: Archived (was: Available)

Sign in to add a comment