summaryrefslogtreecommitdiffstats
path: root/custodia/message/common.py
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-10-27 14:47:35 -0400
committerSimo Sorce <simo@redhat.com>2015-11-06 20:55:12 -0500
commit3b7eed15c3f9da7381d240a762b0e557dd18ce96 (patch)
treeb67710d589c55657f7757ab1b6bb489068b2ecae /custodia/message/common.py
parent2780854f1e206563b7451087984f729d0b748d35 (diff)
downloadcustodia-3b7eed15c3f9da7381d240a762b0e557dd18ce96.tar.gz
custodia-3b7eed15c3f9da7381d240a762b0e557dd18ce96.tar.xz
custodia-3b7eed15c3f9da7381d240a762b0e557dd18ce96.zip
Add support in the client for the kem message type
This allows to easily use end-to-end encrypted requests and replies to fetch secrets. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'custodia/message/common.py')
-rw-r--r--custodia/message/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/custodia/message/common.py b/custodia/message/common.py
index d774e3c..bbcfb2b 100644
--- a/custodia/message/common.py
+++ b/custodia/message/common.py
@@ -42,6 +42,7 @@ class MessageHandler(object):
def __init__(self, request):
self.req = request
+ self.name = None
self.payload = None
def parse(self, msg, name):