summaryrefslogtreecommitdiff
path: root/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify black configuration to be closer to upstream defaults (#568)Jon Dufresne2020-12-211-3/+1
* Add utility functions to assist test skipping (#563)Jon Dufresne2020-12-191-0/+19
* Replace int_from_bytes() with builtin int.from_bytes() (#549)Jon Dufresne2020-12-171-23/+0
* Setup GH Actions (#499)José Padilla2020-08-191-1/+1
* DX Tweaks (#450)José Padilla2019-10-211-5/+7
* Allow list of valid audiences to be passed in to PyJWT.decode() (#306)René Springer2017-11-261-1/+0
* Fix all flake8 issues tox is complaining aboutLandon GB2016-11-281-0/+1
* Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsaMark Adams2016-08-281-16/+0
* Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.Mark Adams2015-05-181-0/+21
* Minor refactorings to move some utils code around and remove unneeded code.Mark Adams2015-04-141-0/+7
* Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.Mark Adams2015-03-151-0/+7
* Made several changes to testing to increase code coverageMark Adams2015-01-251-0/+15