index
:
delta/python-packages/pyjwt.git
190-remove-iat-verification
2.0-develop
a1
add-docs
add-jwk-for-hmac-rsa
add-python-35
api
bionic
bring-verify_expiration-back
bump-version
changelog
cleanup-action
cleanup-pr305
deprecations
dx-tweaks
ecdsa-bkwards-compat
fix-298
fix-351
fix-cli-script
fix-ec-ssh-pub-key
fix-flake8
fix-from-jwk
fix-key-errors
fix-mypy
fix-type-error-on-bytes-key
fix-vuln
fix_alg_vuln_on_verify
followup-523
improve-usage
madams/cleanup-test-skips
madams/test
madams/test2
master
new-release
pre-commit-ci-update-config
prep-release
py36
pytest-version-bump
remove-cli
revert-657-remove-arbitrary-kwargs
string-tokens
travis-windows
update-changelog
v2-jwks
version-2.0.0
version-2.0.1
github.com: progrium/pyjwt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require tweak (#280)
Pau Ruiz Safont
2020-05-14
1
-0
/
+15
*
Fix 406 (#454)
justinbaur
2019-11-16
1
-6
/
+29
*
Remove Python 2.7 compatibility (#457)
Bastien Vallet
2019-11-12
2
-17
/
+3
*
DX Tweaks (#450)
José Padilla
2019-10-21
12
-879
/
+1061
*
Fix linter error in test_cli (#414)
Jason R. Coombs
2019-05-04
1
-1
/
+1
*
Fix pytest and pinned test dependencies
1.7.1
José Padilla
2018-12-06
3
-3
/
+3
*
Fix bug if application does not specify audience (#336)
Derek Weitzel
2018-03-15
1
-0
/
+9
*
Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)
Markus Holtermann
2017-12-01
1
-2
/
+9
*
Allow list of valid audiences to be passed in to PyJWT.decode() (#306)
René Springer
2017-11-26
3
-4
/
+18
*
Fix over-eager fallback to stdin (#304)
José Padilla
2017-11-05
1
-0
/
+31
*
Warn about missing algorithms arg only when verify is True
Przemysław Suliga
2017-08-31
2
-0
/
+31
*
Add warning when decoding with no algorithms specified
José Padilla
2017-06-22
2
-0
/
+20
*
Throw if key is an PKCS1 PEM-encoded public key
José Padilla
2017-06-22
2
-0
/
+12
*
Change optparse for argparse. (#238)
Froilan Irizarry
2017-05-18
1
-0
/
+127
*
Non-numeric 'iat' now raises InvalidIssuedAtError on decode()
190-remove-iat-verification
Mark Adams
2017-04-17
1
-1
/
+1
*
Stop rejecting tokens with future 'iat' values
Mark Adams
2017-04-17
1
-7
/
+0
*
Add a failing test for OpenSSH-formatted ECDSA public keys
Mark Adams
2017-03-14
2
-0
/
+8
*
Changes per code review
Landon GB
2016-11-30
1
-1
/
+1
*
Unit test for better errors when missing cryptography package
Landon GB
2016-11-28
1
-0
/
+6
*
Fix all flake8 issues tox is complaining about
Landon GB
2016-11-28
2
-0
/
+2
*
Merge pull request #219 from mike9005/es521_fix
Mark Adams
2016-10-24
1
-4
/
+4
|
\
|
*
Catch a couple more typos in tests
Michael Collis
2016-09-26
1
-2
/
+2
|
*
Fix tests to match
Michael Collis
2016-09-21
1
-2
/
+2
*
|
Add JWK support for HMAC and RSA keys
add-jwk-for-hmac-rsa
Mark Adams
2016-08-28
7
-105
/
+333
|
/
*
Fix a bug where a PEM private key as bytes raises a TypeError
fix-type-error-on-bytes-key
Mark Adams
2016-08-04
1
-0
/
+14
*
Remove some erroenous @pytest.mark.skipif decorators
madams/cleanup-test-skips
Mark Adams
2016-05-05
1
-4
/
+0
*
binary_type verification added to make the code more future-proof
Mauricio Aizaga
2015-10-23
1
-4
/
+6
*
Fixed #183 AttributeError: 'NoneType' object has no attribute 'rsplit'
Mauricio Aizaga
2015-10-22
1
-0
/
+18
*
Change TypeError on bad `kid` to InvalidTokenError
Gabriel Gironda
2015-07-23
1
-4
/
+4
*
Fail on encode and decode of bad JWS header values
Gabriel Gironda
2015-07-21
1
-2
/
+25
*
Changed test function name
Alexandru Mihai
2015-06-23
1
-1
/
+1
*
Remove unused variable
Alexandru Mihai
2015-06-23
1
-1
/
+1
*
Merge branch 'master' of https://github.com/jpadilla/pyjwt
Alexandru Mihai
2015-06-22
2
-12
/
+60
|
\
|
*
Added new options for requiring exp, iat, and nbf claims.
Mark Adams
2015-06-02
2
-12
/
+60
*
|
Added test for verify signature with empty algo
Alexandru Mihai
2015-06-22
1
-0
/
+10
|
/
*
Removed tests that are no longer necessary now that we have test vectors from...
Mark Adams
2015-05-19
1
-66
/
+33
*
Removed the @skipif from the RSA-PSS test vector test.
Mark Adams
2015-05-19
1
-1
/
+0
*
Merged master branch in to remove Python 3.2 support and add the new
Mark Adams
2015-05-18
9
-1
/
+248
|
\
|
*
Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.
Mark Adams
2015-05-18
8
-1
/
+239
|
*
Added get_unverified_header method so that unverified headers can be retrieve...
Mark Adams
2015-05-08
1
-0
/
+9
*
|
Test signatures with wrong length
esneider
2015-05-15
1
-0
/
+14
*
|
Fix the ECDSA signature serialization format when using cryptography
esneider
2015-05-13
3
-18
/
+14
*
|
Fix the ECDSA signature serialization format
esneider
2015-05-10
1
-12
/
+9
|
/
*
`verify_expiration` was removed too soon
bring-verify_expiration-back
José Padilla
2015-04-26
1
-0
/
+20
*
Split tests between PyJWS and PyJWT object responsiblities
Mark Adams
2015-04-19
2
-502
/
+612
*
Refactored JWS-specific logic out of PyJWT and into PyJWS superclass
Mark Adams
2015-04-19
1
-7
/
+7
*
Fixed some PEP8 issues
Mark Adams
2015-04-14
1
-3
/
+1
*
Fixed some squirly looking tests.
Mark Adams
2015-04-14
1
-12
/
+8
*
Removed all references to unittest
Mark Adams
2015-04-14
6
-299
/
+270
*
Minor refactorings to move some utils code around and remove unneeded code.
Mark Adams
2015-04-14
3
-8
/
+8
[next]