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
pyjwt
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 26 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #66 from wbolster/issue-65
José Padilla
More...
over 10 years ago
Merge pull request #62 from wbolster/issue-61
José Padilla
More...
over 10 years ago
Verify that decoded header and payload are json objects
Wouter Bolsterlee
More...
over 10 years ago
Merge pull request #64 from wbolster/issue-63
José Padilla
More...
over 10 years ago
Merge pull request #58 from wbolster/issue-57
José Padilla
More...
over 10 years ago
Merge pull request #56 from wbolster/issue-54
José Padilla
More...
over 10 years ago
Use constant time string comparison routine from hmac module
Wouter Bolsterlee
More...
over 10 years ago
Drop unneeded **kwargs magic
Wouter Bolsterlee
More...
over 10 years ago
Update README: mention the InvalidToken exception
Wouter Bolsterlee
More...
over 10 years ago
Add a base InvalidToken exception for others to extend
Wouter Bolsterlee
More...
over 10 years ago
Avoid ResourceWarning in tests
Wouter Bolsterlee
More...
over 10 years ago
Mention timedelta as leeway in the README
Wouter Bolsterlee
More...
over 10 years ago
Add Python 2.6 compatibility for leeway as timedelta
Wouter Bolsterlee
More...
over 10 years ago
Allow datetime.timedelta instances for leeway argument
Wouter Bolsterlee
More...
over 10 years ago
Add failing test for specifying leeway as a datetime.timedelta
Wouter Bolsterlee
More...
over 10 years ago
Remove unused import
José Padilla
More...
over 10 years ago
Fixes #55
José Padilla
More...
over 10 years ago
Update public API. Closes #53
José Padilla
More...
over 10 years ago
Merge pull request #52 from mark-adams/fix-test-to-use-proper-ec-key
José Padilla
More...
over 10 years ago
Fix test_encode_decode_with_ecdsa_sha384 so that it actually uses the key its trying to use when using a SSH public key as a string argument to decode()
Mark Adams
More...
over 10 years ago
Fixed version for release
José Padilla
More...
over 10 years ago
Merge pull request #51 from mark-adams/change-to-cryptography
José Padilla
More...
over 10 years ago
Incremented version to 0.4
Mark Adams
More...
over 10 years ago
Added name to AUTHORS
Mark Adams
More...
over 10 years ago
Added some missing ensure_bytes in a couple of the tests. Consolidated testing variables for has_rsa and has_ecdsa into has_crypto. Updated README and dependencies in tox.ini
Mark Adams
More...
over 10 years ago
Modified ECDSA algorithms to use cryptography library instead of ecdsa.
Mark Adams
More...
over 10 years ago
Merge pull request #50 from mark-adams/fix_tests_when_deps_missing
José Padilla
More...
over 10 years ago
Added reference to unittest2 so that Python 2.6 can use skipIf
Mark Adams
More...
over 10 years ago
Fixed tests so that they will still run without failure when dependencies (PyCrypto, ecdsa) are missing. (Tests are skipped if libraries are not present.)
Mark Adams
More...
over 10 years ago
Removed some unnecessary references to PyCrypto's Crypto.Hash functions in the ECDSA code since it uses hashlib functions anyways. This removes an ECDSA dependency on PyCrypto.
Mark Adams
More...
over 10 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
31
→
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