Commit Graph

7 Commits

Author SHA1 Message Date
Benjamin Dauvergne fa3bff4f50 Merge branch 'wip/rebase-on-1.14.0' into wip/merge-1.14.0 2024-01-24 16:17:31 +01:00
Frédéric Péters 8bcea0a6a6 misc: lower test requirements 2023-12-07 08:53:14 +01:00
JR Conlin 94516459c6
chore: Updates for 2021 (#135)
* chore: Updates for 2021
* drop nose for pytest

Closes #124
2021-03-15 08:00:37 -07:00
jr conlin eace20eb27 chore requirements version check
closes #56
2017-05-26 10:43:37 -07:00
jrconlin 812b8c7110 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 caf331dab8 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