Revisions of python-python-jose
Hans-Peter Jansen (frispete)
committed
(revision 3)
- Update to 3.2.0 * This will be the last release supporting Python 2.7, 3.5, and the PyCrypto backend. * Use hmac.compare_digest instead of our own constant_time_string_compare #163 * Fix `to_dict` output, which should always be JSON encodeable. #139 and #165 (fixes #127 and #137) * Require setuptools >= 39.2.0 #167 (fixes #161) * Emit a warning when verifying with a private key #168 (fixes #53 and #142) * Avoid loading python-ecdsa when using the cryptography backend, and pinned python-ecdsa dependency to <0.15 #178 - Rebase patch unpin-deps.patch - Update to 3.1.0: * Improve JWT.decode() #76 (fixes #75) * ort headers when serializing to allow for headless JWT #136 (fixes #80) * djust dependency handling * se PyCryptodome instead of PyCrypto #83 * pdate package dependencies #124 (fixes #158) * void using deprecated methods #85 * upport X509 certificates #107 * solate and flesh out cryptographic backends to enable independent operation #129 (fixes #114) * emove pyca/cryptography backend's dependency on python-ecdsa #117 * Remove pycrypto/dome backends' dependency on python-rsa #121 * Make pyca/cryptography backend the preferred backend if multiple backends are present #122 - Rebase patch unpin-deps.patch
Hans-Peter Jansen (frispete)
committed
(revision 2)
- Tests fail for Leap versions
Hans-Peter Jansen (frispete)
committed
(revision 1)
Displaying all 3 revisions