summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Work in progress fix for vulnerabilityfix_alg_vuln_on_verifyJosé Padilla2015-03-173-13/+70
* Merge pull request #103 from mark-adams/contrib-algorithmsJosé Padilla2015-03-1711-37/+376
|\
| * Rearranged the way the SHA hash functions were laid out.Mark Adams2015-03-173-11/+19
| * Added some more tests to improve coverage for jwt.contrib.algorithmsMark Adams2015-03-151-0/+62
| * Modified Travis to include new environment build for PyCrypto + ECDSAMark Adams2015-03-151-1/+3
| * Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.Mark Adams2015-03-159-12/+275
| * Made algorithm class dependence on hash functions more direct.Mark Adams2015-03-152-24/+28
* | Merge pull request #100 from mark-adams/93-docs-key-from-certJosé Padilla2015-03-171-14/+35
|\ \
| * | Added some line breaks to keep README.md text lines nice and short.Mark Adams2015-03-151-6/+12
| * | Resolved #93 by adding a section the README detailing how to extract public /...Mark Adams2015-03-151-0/+16
| * | Moved tests higher in the READMEMark Adams2015-03-151-8/+7
| |/
* | Merge pull request #102 from mark-adams/flake8-setupJosé Padilla2015-03-162-1/+4
|\ \ | |/ |/|
| * Moved flake8 max-line-length option from tox.ini to setup.cfg so that it work...Mark Adams2015-03-152-1/+4
|/
* Merge pull request #95 from ralphbean/masterJosé Padilla2015-02-201-0/+2
|\
| * Include test stuff.Ralph Bean2015-02-181-0/+2
* | Bump up version0.4.3José Padilla2015-02-181-1/+1
* | Make deprecated exception names availableJosé Padilla2015-02-181-1/+2
|/
* Bump up version0.4.2José Padilla2015-02-181-1/+1
* Merge pull request #94 from ralphbean/masterJosé Padilla2015-02-181-1/+3
|\
| * Include AUTHORS with tarball.Ralph Bean2015-02-181-0/+1
| * Include LICENSE with tarball.Ralph Bean2015-02-181-1/+2
|/
* Merge pull request #88 from mark-adams/update-docs-to-match-specJosé Padilla2015-01-251-20/+45
|\
| * Updated README.md to address concerns in #81Mark Adams2015-01-251-3/+8
| * Updated documentation to match the latest version of the JWT specification (d...Mark Adams2015-01-251-17/+37
* | Merge pull request #87 from mark-adams/improve-code-coverageJosé Padilla2015-01-2515-58/+390
|\ \ | |/ |/|
| * Fixed constant time compare tests so that they always use bytes as input.Mark Adams2015-01-251-3/+10
| * Fixed compat imports so PEP8 passes.Mark Adams2015-01-251-1/+2
| * Added tests for `pyjwt.compat.constant_time_compare`Mark Adams2015-01-251-0/+16
| * Fixed a typo in the class name for TestAlgorithmsMark Adams2015-01-251-1/+1
| * Removed json from compat since this only applies to Python < 2.6 and pyjwt on...Mark Adams2015-01-253-7/+9
| * Added py23-nocrypto and py27-nocrypto to the Travis job listMark Adams2015-01-251-0/+2
| * Made several changes to testing to increase code coverageMark Adams2015-01-2514-51/+355
* | Merge pull request #86 from mark-adams/fix_alg_case_sensitivityJosé Padilla2015-01-253-3/+27
|\ \ | |/
| * Changed header's alg parameter to be case sensitive per the JWT spec.Mark Adams2015-01-243-2/+26
| * Added missing `sig` parameter to `sign()` method of the None algorithm.Mark Adams2015-01-241-1/+1
|/
* Merge pull request #85 from mark-adams/remove-headerJosé Padilla2015-01-241-11/+0
|\
| * Removed `api.header` since it isn't used and isn't a public part of the APIMark Adams2015-01-241-11/+0
* | Merge pull request #84 from mark-adams/test-improvementsJosé Padilla2015-01-242-8/+11
|\ \ | |/ |/|
| * Removed version specifier for python from Travis config so that builds won't ...Mark Adams2015-01-241-1/+0
| * Made a few changes to improve testingMark Adams2015-01-242-7/+11
|/
* Add Coveralls badgeJosé Padilla2015-01-201-4/+7
* Add Coverage and Coveralls setupJosé Padilla2015-01-203-2/+8
* Update setup.pyJosé Padilla2015-01-191-18/+12
* Update .gitignoreJosé Padilla2015-01-191-5/+57
* Merge pull request #78 from jpadilla/apiJosé Padilla2015-01-185-314/+324
|\
| * Fix tests that used private APIapiJosé Padilla2015-01-181-66/+71
| * Cleanup __init__ moduleJosé Padilla2015-01-184-236/+234
| * Tweak comment blocksJosé Padilla2015-01-182-15/+22
|/
* Merge pull request #71 from mark-adams/algorithm-registryJosé Padilla2015-01-185-249/+265
|\
| * Accidentally replaced a reference to bytes with text_type inadvertantly. Reve...Mark Adams2015-01-181-1/+1