summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better validate that both alg and enc are presentconformanceSimo Sorce2015-03-242-2/+24
* Add comments to push user to use JWS()Simo Sorce2015-03-241-1/+4
* Rename JWE.decrypt() to JWE._decrypt()Simo Sorce2015-03-241-3/+3
* Fix AES blocksize handling and check keylengthsSimo Sorce2015-03-182-20/+53
* Fix typosSimo Sorce2015-03-181-3/+3
* Change the way operation keys are retrievedSimo Sorce2015-03-184-39/+38
* The protected header is optional in some casesSimo Sorce2015-03-182-25/+30
* Catch incompatible "use" and "key_ops" usageSimo Sorce2015-03-182-0/+34
* Allow unknown key parametersSimo Sorce2015-03-182-0/+17
* Add more checks, algorithms, testsSimo Sorce2015-03-093-13/+321
* Implement JWE JSON DeserializationSimo Sorce2015-03-091-51/+118
* Use a constant time comparison for comparing an HMACAlex Gaynor2015-03-081-2/+2
* Add JWE implementationSimo Sorce2015-03-083-26/+524
* Add JWS implementationSimo Sorce2015-03-084-2/+729
* Add JWK implementationSimo Sorce2015-03-062-0/+432
* Initial commitSimo Sorce2015-03-048-0/+244