0
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix tox.ini More... over 8 years ago
Fix tox.ini to support Travis' old pypy More... over 8 years ago
Fix cryptography EC backend to take curve from the key itself instead of deducing it from desired algorithm. This matches behavior of ecdsa backend, which allows signing different digests with same key (provided they are shorter than the key). More... over 8 years ago
Move ecdsa python implementation into separate backend. Key.to_pem returns six.binary_type - str on PY2, bytes on PY3. More... over 8 years ago
Refactor Key into jose.backends.base to make it importable into backends. Use pycrypto backend by default for RSA. Add to_pem and public_key to EC and RSA keys in order to abstract away backend key implementations and be able to convert between keys. Move base64_to_long and int_arr_to_long to jose.utils to be importable by backends. More... over 8 years ago
Implement a working cryptography backend for RSA and EC. More... over 8 years ago
Merge pull request #42 from friedcell/extendable More... over 8 years ago
Note explicit support for Python 3.5 and 3.6 More... over 8 years ago
moved register to jwk More... over 8 years ago
move get_key to jwk, return typeerror in register_key; updated tests More... over 8 years ago
cleaned jwk, added class checking on key, added tests More... over 8 years ago
make algorithms extendable More... over 8 years ago
fix(readme) Gender neutrality More... over 8 years ago
chore: release 1.3.2 More... almost 9 years ago
Merge pull request #35 from mpdavis/hmac-timing More... almost 9 years ago
fix: Use constant time comparison for HMAC More... almost 9 years ago
chore: release 1.3.1 More... almost 9 years ago
Merge pull request #34 from mpdavis/errors-in-list-of-keys More... almost 9 years ago
fix: Handler errors in list of keys More... almost 9 years ago
feat: release 1.3.0 More... almost 9 years ago
Merge pull request #33 from mpdavis/firebase-certs More... almost 9 years ago
feat: Support firebase certs More... almost 9 years ago
Release 1.2.0 More... almost 9 years ago
Merge pull request #31 from bjmc/multiple_iss More... almost 9 years ago
Test issuer as tuple More... almost 9 years ago
Wrap scalar values in tuples instead of lists More... almost 9 years ago
Allows multiple values for 'iss' More... almost 9 years ago
Release 1.1.0 More... almost 9 years ago
Update docs with note about X.509 certificates More... almost 9 years ago
Merge pull request #30 from bjmc/at_hash More... almost 9 years ago