| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for Ed448/EdDSA. (#675) | Ajitomi, Daisuke | 2021-10-03 | 1 | -29/+144 |
| * | Add to_jwk to Ed25519Algorithm. (#642) (#643) | JohannesWill | 2021-04-28 | 1 | -0/+25 |
| * | Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorit... | Ajitomi, Daisuke | 2021-04-16 | 1 | -0/+7 |
| * | Add from_jwk to Ed25519Algorithm (Support kty: OKP). (#623) | Ajitomi, Daisuke | 2021-03-18 | 1 | -0/+67 |
| * | Support ES256K. (#629) | Ajitomi, Daisuke | 2021-03-18 | 1 | -1/+6 |
| * | Remove padding from JWK test data. (#628) | Ajitomi, Daisuke | 2021-03-18 | 1 | -2/+2 |
| * | Combine identical test functions using pytest.mark.parametrize() (#574) | Jon Dufresne | 2020-12-21 | 1 | -30/+12 |
| * | Simplify black configuration to be closer to upstream defaults (#568) | Jon Dufresne | 2020-12-21 | 1 | -6/+2 |
| * | Prefer ModuleNotFoundError over ImportError (#565) | Jon Dufresne | 2020-12-21 | 1 | -7/+3 |
| * | Add utility functions to assist test skipping (#563) | Jon Dufresne | 2020-12-19 | 1 | -94/+32 |
| * | Replace force_bytes()/force_unicode() in tests with literals (#541) | Jon Dufresne | 2020-12-17 | 1 | -92/+80 |
| * | Run pyupgrade to simplify code and use Python 3.6 syntax (#536) | Jon Dufresne | 2020-12-16 | 1 | -33/+29 |
| * | Upgrade black version and usage (#538) | Jon Dufresne | 2020-12-16 | 1 | -1/+1 |
| * | Upgrade to isort 5 and adjust configurations (#533) | Jon Dufresne | 2020-12-16 | 1 | -3/+4 |
| * | Implementation of ECAlgorithm.from_jwk (#500) | José Padilla | 2020-08-24 | 1 | -0/+88 |
| * | Drop deprecation warnings (#515) | José Padilla | 2020-08-24 | 1 | -41/+32 |
| * | Drop support for legacy contrib algorithms (#514) | José Padilla | 2020-08-24 | 1 | -1/+84 |
| * | Run pyupgrade across project to use modern Python 3 conventions (#491) | Jon Dufresne | 2020-06-08 | 1 | -29/+29 |
| * | DX Tweaks (#450) | José Padilla | 2019-10-21 | 1 | -194/+283 |
| * | Throw if key is an PKCS1 PEM-encoded public key | José Padilla | 2017-06-22 | 1 | -0/+7 |
| * | Add a failing test for OpenSSH-formatted ECDSA public keys | Mark Adams | 2017-03-14 | 1 | -0/+7 |
| * | Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsa | Mark Adams | 2016-08-28 | 1 | -25/+245 |
| * | Fix a bug where a PEM private key as bytes raises a TypeErrorfix-type-error-on-bytes-key | Mark Adams | 2016-08-04 | 1 | -0/+14 |
| * | Remove some erroenous @pytest.mark.skipif decoratorsmadams/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 |