summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #163 from mark-adams/fix-rsa-pssMark Adams2015-05-223-69/+36
|\
| * Updated the CHANGELOGMark Adams2015-05-191-0/+1
| * Changed RSA-PSS algorithm to use the digest size of the hash function for the...Mark Adams2015-05-191-2/+2
| * Removed tests that are no longer necessary now that we have test vectors from...Mark Adams2015-05-191-66/+33
| * Removed the @skipif from the RSA-PSS test vector test.Mark Adams2015-05-191-1/+0
|/
* Merge pull request #161 from mark-adams/158-fix-ecdsaMark Adams2015-05-188-35/+94
|\
| * Updated the CHANGELOGMark Adams2015-05-181-0/+4
| * Merged master branch in to remove Python 3.2 support and add the newMark Adams2015-05-1821-246/+497
| |\ | |/ |/|
* | Merge pull request #160 from mark-adams/add-test-vectorsMark Adams2015-05-189-3/+241
|\ \
| * | Fixed tox.ini where flake8 wasn't running properly.Mark Adams2015-05-181-2/+2
| * | Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.Mark Adams2015-05-188-1/+239
|/ /
* | Update setup.pyJosé Padilla2015-05-181-1/+0
* | Merge pull request #157 from mark-adams/tox-and-appveyorJosé Padilla2015-05-187-234/+229
|\ \
| * | Removed py32 references to match #159Mark Adams2015-05-171-1/+1
| * | Switched to using new get_version() in setup.pyMark Adams2015-05-171-10/+14
| * | Added __main__.py to Coverage exclusionsMark Adams2015-05-171-0/+1
| * | restored setup.py test functionality.Gabi Davar2015-05-171-0/+3
| * | review commentsGabi Davar2015-05-172-2/+2
| * | added appveyor integration.Gabi Davar2015-05-171-0/+35
| * | refactor scripts, testing, travis and toxGabi Davar2015-05-176-239/+191
|/ /
* | Merge pull request #159 from mark-adams/removed-py32-supportJosé Padilla2015-05-174-10/+7
|\ \
| * | Removed constant_time_compare branch that was only needed for Python 3.2Mark Adams2015-05-161-8/+3
| * | 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