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
*
Refactor error handling in Algorithm.prepare_key() methods
fix-key-errors
Mark Adams
2017-03-14
2
-6
/
+7
*
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
*
Converted all unittest constructs to pytest
Mark Adams
2015-04-14
5
-189
/
+199
*
Merge pull request #135 from mark-adams/minor-updates
José Padilla
2015-04-14
2
-16
/
+32
|
\
|
*
Added a test to improve coverage and cleaned up some existing tests.
Mark Adams
2015-04-12
2
-10
/
+29
|
*
Changed PyJWT.default_options to options
Mark Adams
2015-04-12
1
-6
/
+3
*
|
Added a deprecation warning for using verify= instead of options= on decode()
Mark Adams
2015-04-12
1
-0
/
+21
|
/
*
Added support for RSASSA-PSS algorithms (PS256, PS384, PS512)
Mark Adams
2015-04-08
2
-7
/
+72
*
refactor option merging, add myself to AUTHORS, s/dict()/{}
Michael Davis
2015-04-08
1
-2
/
+2
*
Remove dict comprehension for py26 compatibility
Michael Davis
2015-04-06
1
-0
/
+2
*
Add flexible and complete verification options
Michael Davis
2015-04-06
1
-2
/
+67
*
Made some PEP8 fixes that came from the last commit.
Mark Adams
2015-03-29
1
-3
/
+3
*
Added checks on iat to make sure that a token can't be issued for the
Mark Adams
2015-03-29
1
-5
/
+13
*
Moved claims validation into a seperate private method to make it simpler to ...
Mark Adams
2015-03-29
1
-3
/
+0
*
Fixed some PEP8 errors from the last commit.
Mark Adams
2015-03-29
1
-2
/
+0
*
Removed private APIs from tests and refactored tests to focus on public APIs
Mark Adams
2015-03-29
1
-216
/
+62
*
Added validation for 'nbf' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-0
/
+9
[next]