summaryrefslogtreecommitdiffstats
path: root/custodia/message
Commit message (Expand)AuthorAgeFilesLines
* Make tox pep8 happySimo Sorce2015-10-193-29/+31
* Fix pep8 issuesSimo Sorce2015-10-191-1/+1
* Make KEMClient actually check the replySimo Sorce2015-07-091-18/+24
* Fix typos in tests and add cleanupChristian Heimes2015-07-081-1/+1
* Fix Python 3 portablility issuesSimo Sorce2015-06-071-2/+2
* Use reasonable algorithms based on key typeSimo Sorce2015-06-051-8/+11
* Fix name checking for kem backendSimo Sorce2015-06-051-2/+3
* Change KEMClient to be able to encrypt requestsSimo Sorce2015-06-051-30/+50
* Add basic debugging capabilitiesSimo Sorce2015-06-052-4/+15
* Assume keys are JWK objectsSimo Sorce2015-06-041-5/+7
* Add client class to build and parse kem tokensSimo Sorce2015-06-041-5/+32
* Change KEM Parsing to actually check claimsSimo Sorce2015-06-044-12/+22
* Do not use the same key for encryption and signingSimo Sorce2015-06-031-37/+94
* Use str to give back more human readable messagesSimo Sorce2015-05-281-2/+2
* Properly handle inputs from a query stringSimo Sorce2015-05-261-9/+21
* Remove pylint star-args exceptionsSimo Sorce2015-05-261-5/+5
* Add support for signed/encrypted messagesSimo Sorce2015-04-272-2/+279
* Move message parsing and validationSimo Sorce2015-04-204-0/+137