summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Removed Python 3.2 supportMark Adams2015-05-163-2/+4
|/ /
* | Merge pull request #156 from mark-adams/get-unprotected-headerMark Adams2015-05-125-1/+23
|\ \
| * | Updated CHANGELOGMark Adams2015-05-121-0/+2
| * | Added get_unverified_header to public APIMark Adams2015-05-093-1/+4
| * | Added get_unverified_header method so that unverified headers can be retrieve...Mark Adams2015-05-082-0/+17
|/ /
| * Test signatures with wrong lengthesneider2015-05-151-0/+14
| * Fix python3 and pep8 issuesesneider2015-05-132-3/+3
| * Fix the ECDSA signature serialization format when using cryptographyesneider2015-05-135-20/+64
| * Fix the ECDSA signature serialization formatesneider2015-05-102-15/+12
|/
* Update CHANGELOG.mdJosé Padilla2015-05-071-0/+4
* Merge pull request #154 from mark-adams/val-claim-simple-refactorMark Adams2015-05-041-3/+3
|\
| * Made options a mandatory argument to PyJWT._validate_claims and reordered the...Mark Adams2015-05-041-3/+3
|/
* Bump up version1.2.0José Padilla2015-04-282-1/+5
* Update README.mdJosé Padilla2015-04-281-3/+2
* Merge pull request #152 from jpadilla/bring-verify_expiration-backJosé Padilla2015-04-283-1/+32
|\
| * Update CHANGELOG.mdJosé Padilla2015-04-281-1/+5
| * `verify_expiration` was removed too soonbring-verify_expiration-backJosé Padilla2015-04-262-0/+27
* | Update README.mdJosé Padilla2015-04-261-1/+1
|/
* Merge pull request #141 from mark-adams/added-pyjwsMark Adams2015-04-217-1153/+1348
|\
| * Split tests between PyJWS and PyJWT object responsiblitiesMark Adams2015-04-192-502/+612
| * Removed an extra attempt to encode the payload that I missed when I was refac...Mark Adams2015-04-192-4/+2
| * Refactored PyJWT._validate_claims into multiple PyJWT._validate_*Mark Adams2015-04-191-41/+69
| * Refactored JWS-specific logic out of PyJWT and into PyJWS superclassMark Adams2015-04-195-268/+327
* | Merge pull request #140 from mark-adams/readme-docstringJosé Padilla2015-04-191-20/+20
|\ \ | |/ |/|
| * Converted some of the README lines from the last PR to use docstring-like con...Mark Adams2015-04-181-20/+20
|/
* Merge pull request #139 from Turbo87/readme-examplesMark Adams2015-04-181-7/+14
|\
| * README: Add example outputs as commentsTobias Bieniek2015-04-161-7/+14
|/
* Update CHANGELOG.md1.1.0José Padilla2015-04-151-4/+0
* Update CHANGELOG.md for v1.1.0José Padilla2015-04-151-15/+40
* Include CHANGELOG.md in packageJosé Padilla2015-04-151-0/+1
* Bump up versionJosé Padilla2015-04-151-1/+1
* Merge pull request #128 from nielsdraaisma/masterJosé Padilla2015-04-151-13/+14
|\
| * Fixed command line encodingNiels Draaisma2015-04-021-13/+14
* | Merge pull request #136 from mark-adams/use-pytestJosé Padilla2015-04-1411-505/+503
|\ \
| * | Fixed some PEP8 issuesMark Adams2015-04-141-3/+1
| * | Fixed some squirly looking tests.Mark Adams2015-04-141-12/+8
| * | Updated setup.py test to use PyTestMark Adams2015-04-142-1/+24
| * | Removed all references to unittestMark Adams2015-04-147-300/+270
| * | Minor refactorings to move some utils code around and remove unneeded code.Mark Adams2015-04-143-8/+8
| * | Converted all unittest constructs to pytestMark Adams2015-04-145-189/+199
| * | Changed to use Pytest as the test runner #111Mark Adams2015-04-143-23/+24
|/ /
* | Merge pull request #135 from mark-adams/minor-updatesJosé Padilla2015-04-144-35/+50
|\ \
| * | Added a test to improve coverage and cleaned up some existing tests.Mark Adams2015-04-123-11/+30
| * | Created merge_dict utility functionMark Adams2015-04-122-18/+17
| * | Optimized _merge_options and changed some variable namesMark Adams2015-04-121-8/+8
| * | Changed PyJWT.default_options to optionsMark Adams2015-04-122-10/+7
* | | Merge pull request #134 from mark-adams/deprecate-verifyJosé Padilla2015-04-143-0/+25
|\ \ \
| * | | Added a deprecation warning for using verify= instead of options= on decode()Mark Adams2015-04-123-0/+25
| |/ /
* | | Fix #138 by adding documentation concerning the iat claim to the README.Mark Adams2015-04-131-0/+16
|/ /
* | Merge pull request #132 from mark-adams/add-rsa-pss-algorithmsMark Adams2015-04-105-16/+124
|\ \