summaryrefslogtreecommitdiff
path: root/tests/test_api_jws.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-081-27/+27
* Remove Python 2.7 compatibility (#457)Bastien Vallet2019-11-121-5/+3
* DX Tweaks (#450)José Padilla2019-10-211-268/+345
* Fix pytest and pinned test dependencies1.7.1José Padilla2018-12-061-1/+1
* Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)Markus Holtermann2017-12-011-2/+9
* Allow list of valid audiences to be passed in to PyJWT.decode() (#306)René Springer2017-11-261-1/+0
* Warn about missing algorithms arg only when verify is TruePrzemysław Suliga2017-08-311-0/+18
* Add warning when decoding with no algorithms specifiedJosé Padilla2017-06-221-0/+10
* Changes per code reviewLandon GB2016-11-301-1/+1
* Unit test for better errors when missing cryptography packageLandon GB2016-11-281-0/+6
* Merge pull request #219 from mike9005/es521_fixMark Adams2016-10-241-4/+4
|\
| * Catch a couple more typos in testsMichael Collis2016-09-261-2/+2
| * Fix tests to matchMichael Collis2016-09-211-2/+2
* | Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsaMark Adams2016-08-281-19/+18
|/
* binary_type verification added to make the code more future-proofMauricio Aizaga2015-10-231-4/+6
* Fixed #183 AttributeError: 'NoneType' object has no attribute 'rsplit'Mauricio Aizaga2015-10-221-0/+18
* Change TypeError on bad `kid` to InvalidTokenErrorGabriel Gironda2015-07-231-4/+4
* Fail on encode and decode of bad JWS header valuesGabriel Gironda2015-07-211-2/+25
* Changed test function nameAlexandru Mihai2015-06-231-1/+1
* Remove unused variableAlexandru Mihai2015-06-231-1/+1
* Added test for verify signature with empty algoAlexandru Mihai2015-06-221-0/+10
* Merged master branch in to remove Python 3.2 support and add the newMark Adams2015-05-181-0/+9
|\
| * Added get_unverified_header method so that unverified headers can be retrieve...Mark Adams2015-05-081-0/+9
* | Fix the ECDSA signature serialization format when using cryptographyesneider2015-05-131-5/+4
|/
* Split tests between PyJWS and PyJWT object responsiblitiesMark Adams2015-04-191-0/+581