Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to use Cryptography library #53

Merged
merged 1 commit into from
May 10, 2017
Merged

feat: update to use Cryptography library #53

merged 1 commit into from
May 10, 2017

Conversation

jrconlin
Copy link
Member

@jrconlin jrconlin commented May 10, 2017

  • uses lastest ece(1.7.2) and vapid libraries (1.2.1)
  • Will attempt to autofill vapid aud from the endpoint if VAPID
    requested
  • Allows for the older 'aesgcm' and newer, albeit not as widely
    supported 'aes128gcm' encryption content types.
  • Includes fixes provided by https://github.com/Flimm

closes: #49, #48, #42
Includes: #50, #51, #52

* uses lastest ece(1.7.2) and vapid libraries (1.2.1)
* Will attempt to autofill vapid `aud` from the endpoint if VAPID
requested
* Allows for the older `'aesgcm'` and newer, albeit not as widely
supported `'aes128gcm'` encryption content types.
* Includes fixes provided by https://github.com/Flimm

NOTE: Currently BLOCKED due to
web-push-libs/encrypted-content-encoding#36

closes: #49, #48, #42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Covert to python cryptographic libraries
1 participant