SherClockHolmes / webpush-go

Web Push API Encryption with VAPID support.
MIT License
326 stars 68 forks source link

Please update this library to use RFC 8188 Content encoding spec #16

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

First off, thanks for this library.

RFC 8188 has been out for a while, and services will soon start deprecating the "aesgcm" encoding type. The differences aren't that much (the salt is included in the data prefix, and the nonce phrases changed to reflect the new content encoding schema).

Thanks!

SherClockHolmes commented 5 years ago

@jrconlin Thanks for the heads up, I'll try to get to this soon-ish.

jrconlin commented 5 years ago

Sorry for the late reply, but thanks for doing this!