summaryrefslogtreecommitdiffstats
path: root/custodia/message/kem.py
Commit message (Expand)AuthorAgeFilesLines
* Add support in the client for the kem message typeSimo Sorce2015-11-061-5/+9
* Fix KEM messages handling when storing data.Simo Sorce2015-11-061-3/+11
* Use Python's logging framework for loggingChristian Heimes2015-10-201-2/+3
* Make tox pep8 happySimo Sorce2015-10-191-25/+25
* 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-051-1/+4
* 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-041-8/+18
* 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
* Remove pylint star-args exceptionsSimo Sorce2015-05-261-5/+5
* Add support for signed/encrypted messagesSimo Sorce2015-04-271-0/+275