Commit Graph

4 Commits

Author SHA1 Message Date
jr conlin 3a9c907a7e chore requirements version check
closes #56
2017-05-26 10:43:37 -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
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