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
/
test_algorithms.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add JWK support for HMAC and RSA keys
add-jwk-for-hmac-rsa
Mark Adams
2016-08-28
1
-25
/
+245
*
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
*
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
1
-1
/
+102
|
\
|
*
Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.
Mark Adams
2015-05-18
1
-1
/
+102
*
|
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
1
-8
/
+6
|
/
*
Removed all references to unittest
Mark Adams
2015-04-14
1
-3
/
+2
*
Minor refactorings to move some utils code around and remove unneeded code.
Mark Adams
2015-04-14
1
-3
/
+0
*
Converted all unittest constructs to pytest
Mark Adams
2015-04-14
1
-35
/
+37
*
Added a test to improve coverage and cleaned up some existing tests.
Mark Adams
2015-04-12
1
-9
/
+9
*
Added support for RSASSA-PSS algorithms (PS256, PS384, PS512)
Mark Adams
2015-04-08
1
-7
/
+65
*
Fixed a flaky test by making sure we actually make the signature invalid from...
Mark Adams
2015-03-18
1
-3
/
+2
*
Added tests to cover invalid string validations on HMAC
Mark Adams
2015-03-17
1
-1
/
+40
*
Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.
Mark Adams
2015-03-15
1
-10
/
+10
*
Made algorithm class dependence on hash functions more direct.
Mark Adams
2015-03-15
1
-13
/
+11
*
Fixed a typo in the class name for TestAlgorithms
Mark Adams
2015-01-25
1
-1
/
+1
*
Removed json from compat since this only applies to Python < 2.6 and pyjwt on...
Mark Adams
2015-01-25
1
-0
/
+7
*
Made several changes to testing to increase code coverage
Mark Adams
2015-01-25
1
-0
/
+160