| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsa | Mark Adams | 2016-08-28 | 1 | -16/+0 |
| | | | | | | | | - JWKs for RSA and HMAC can be encoded / decoded using the .to_jwk() and .from_jwk() methods on their respective jwt.algorithms instances - Replaced tests.utils ensure_unicode and ensure_bytes with jwt.utils versions | ||||
| * | Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC. | Mark Adams | 2015-05-18 | 1 | -0/+21 |
| | | |||||
| * | Minor refactorings to move some utils code around and remove unneeded code. | Mark Adams | 2015-04-14 | 1 | -0/+7 |
| | | |||||
| * | Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules. | Mark Adams | 2015-03-15 | 1 | -0/+7 |
| | | |||||
| * | Made several changes to testing to increase code coverage | Mark Adams | 2015-01-25 | 1 | -0/+15 |
| - Added a ton of tests to cover areas that weren't covered before - Added a pep8 tox env to run pep8 tests as part of the build - Moved keys into tests/keys - Added test_algorithms.py for algorithms module tests - Changed setup.py to run all tests in tests/ | |||||
