summaryrefslogtreecommitdiff
path: root/tests/test_api_jws.py
Commit message (Expand)AuthorAgeFilesLines
* 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