summaryrefslogtreecommitdiffstats
path: root/custodia/message/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Add basic debugging capabilitiesSimo Sorce2015-06-051-3/+11
| | | | | | | If debug is set to True, then custodia's own Exception handlers will print a stack trace to standard output to aid debugging. Signed-off-by: Simo Sorce <simo@redhat.com>
* Change KEM Parsing to actually check claimsSimo Sorce2015-06-041-1/+1
| | | | | | | The name ('sub') and the time ('exp') must be checked before letting the reuqest proceed. Signed-off-by: Simo Sorce <simo@redhat.com>
* Move message parsing and validationSimo Sorce2015-04-201-0/+55
Create a message module to deal with message types and validation. Signed-off-by: Simo Sorce <simo@redhat.com>