summaryrefslogtreecommitdiff
path: root/tests/keys/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Prefer ModuleNotFoundError over ImportError (#565)Jon Dufresne2020-12-211-27/+29
* Add utility functions to assist test skipping (#563)Jon Dufresne2020-12-191-3/+2
* Replace int_from_bytes() with builtin int.from_bytes() (#549)Jon Dufresne2020-12-171-2/+1
* Remove unnecessary force_bytes() calls priot to base64url_decode() (#543)Jon Dufresne2020-12-161-3/+3
* Run pyupgrade to simplify code and use Python 3.6 syntax (#536)Jon Dufresne2020-12-161-7/+5
* Upgrade to isort 5 and adjust configurations (#533)Jon Dufresne2020-12-161-0/+1
* Removed redundant `default_backend()` (#523)Kaushal Rohit2020-10-121-2/+1
* Drop deprecation warnings (#515)José Padilla2020-08-241-7/+9
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-081-5/+5
* DX Tweaks (#450)José Padilla2019-10-211-13/+14
* 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-23/+7
* Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.Mark Adams2015-05-181-0/+72