summaryrefslogtreecommitdiffstats
path: root/custodia/message/simple.py
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-06-04 15:44:01 -0400
committerSimo Sorce <simo@redhat.com>2015-06-04 16:55:27 -0400
commita5035f59f3b0293dcf42e5e7b69143bc1eb3281a (patch)
tree7f42e632d0e2314c13ddf1fb52e24361c04ce9ff /custodia/message/simple.py
parent7e7450a7a20b29d141bc9e189c6fc563a03bb6b9 (diff)
downloadcustodia-a5035f59f3b0293dcf42e5e7b69143bc1eb3281a.tar.gz
custodia-a5035f59f3b0293dcf42e5e7b69143bc1eb3281a.tar.xz
custodia-a5035f59f3b0293dcf42e5e7b69143bc1eb3281a.zip
Change KEM Parsing to actually check claims
The name ('sub') and the time ('exp') must be checked before letting the reuqest proceed. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'custodia/message/simple.py')
-rw-r--r--custodia/message/simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/custodia/message/simple.py b/custodia/message/simple.py
index c7f32ee..1df1310 100644
--- a/custodia/message/simple.py
+++ b/custodia/message/simple.py
@@ -9,7 +9,7 @@ import json
class SimpleKey(MessageHandler):
"""Handles 'simple' messages"""
- def parse(self, msg):
+ def parse(self, msg, name):
"""Parses a simple message
:param req: ignored