Commit Graph

12 Commits

Author SHA1 Message Date
jr conlin 3a9c907a7e chore requirements version check
closes #56
2017-05-26 10:43:37 -07:00
jrconlin ccc500464c Update py-vapid requirements (now that it's been proofed for gcm) 2017-05-23 15:02:55 -07:00
jrconlin d8d4a637f4 This fix addresses an incompatibility with Chrome 2017-05-15 09:19:18 -07:00
jrconlin b528da62d4 feat: update to use Cryptography library
* 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
https://github.com/martinthomson/encrypted-content-encoding/issues/36

closes: #49, #48, #42
2017-05-10 16:24:03 -07:00
jrconlin 56ffe9f840 feat: Allow VAPID with [gf]cm
* added primative CLI
* dump as curl

closes #44
2017-03-21 20:21:11 -07:00
jr conlin 77a52f4f17 feat: Allow empty payloads
closes #40
2017-02-14 10:51:23 -08:00
jr conlin 692195b757 Set minimum version 2016-09-05 11:55:02 -07:00
jr conlin 9dd51ea05b feat: Updated requirements, use string TTL
closes #22
2016-09-05 11:18:18 -07:00
jrconlin e284b328a2 feat: Update requirements to latest version.
Updated libraries and tests for latest depenedent library versions.
Note: can't tie in requires.io quite yet, investigating how to best do
that.

fixes: #18
2016-09-05 11:18:18 -07:00
jrconlin a5ff81b2a2 feat: adding travis 2016-04-27 11:55:09 -07:00
jrconlin 68ab34a3eb feat: Added tests, restructured code
* Added more information to README.
* Replaced curl call with requests per @safwanrahman
* cleaned up requirements, var names
* stripped vapid stuff (while still strongly urged, should be external)
* collected code beneath __init__
* 100% coverage

TODO: sphinx, travis, coverage
2016-04-27 09:40:57 -07:00
jrconlin 5c134746ac WIP: Initial version
Needs tests, docs, holy water
2016-04-25 14:54:57 -07:00