openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
python-jose
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 2 hours
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 13 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix tox.ini
Gasper Zejn
More...
over 8 years ago
Fix tox.ini to support Travis' old pypy
Gasper Zejn
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).
Gasper Zejn
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.
Gasper Zejn
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.
Gasper Zejn
More...
over 8 years ago
Implement a working cryptography backend for RSA and EC.
Gasper Zejn
More...
over 8 years ago
Merge pull request #42 from friedcell/extendable
Michael Davis
More...
over 8 years ago
Note explicit support for Python 3.5 and 3.6
Felix Yan
More...
over 8 years ago
moved register to jwk
Marko Mrdjenovic
More...
over 8 years ago
move get_key to jwk, return typeerror in register_key; updated tests
Marko Mrdjenovic
More...
over 8 years ago
cleaned jwk, added class checking on key, added tests
Marko Mrdjenovic
More...
over 8 years ago
make algorithms extendable
Marko Mrdjenovic
More...
over 8 years ago
fix(readme) Gender neutrality
Michael Davis
More...
over 8 years ago
chore: release 1.3.2
Michael Davis
More...
almost 9 years ago
Merge pull request #35 from mpdavis/hmac-timing
Michael Davis
More...
almost 9 years ago
fix: Use constant time comparison for HMAC
Michael Davis
More...
almost 9 years ago
chore: release 1.3.1
Michael Davis
More...
almost 9 years ago
Merge pull request #34 from mpdavis/errors-in-list-of-keys
Michael Davis
More...
almost 9 years ago
fix: Handler errors in list of keys
Michael Davis
More...
almost 9 years ago
feat: release 1.3.0
Michael Davis
More...
almost 9 years ago
Merge pull request #33 from mpdavis/firebase-certs
Michael Davis
More...
almost 9 years ago
feat: Support firebase certs
Michael Davis
More...
almost 9 years ago
Release 1.2.0
Michael Davis
More...
almost 9 years ago
Merge pull request #31 from bjmc/multiple_iss
Michael Davis
More...
almost 9 years ago
Test issuer as tuple
Brendan McCollam
More...
almost 9 years ago
Wrap scalar values in tuples instead of lists
Brendan McCollam
More...
almost 9 years ago
Allows multiple values for 'iss'
Brendan McCollam
More...
almost 9 years ago
Release 1.1.0
Michael Davis
More...
almost 9 years ago
Update docs with note about X.509 certificates
Michael Davis
More...
almost 9 years ago
Merge pull request #30 from bjmc/at_hash
Michael Davis
More...
almost 9 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree