aboutsummaryrefslogtreecommitdiff
path: root/rpki/up_down.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/up_down.py')
-rw-r--r--rpki/up_down.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/rpki/up_down.py b/rpki/up_down.py
index a145ed28..c144c8a8 100644
--- a/rpki/up_down.py
+++ b/rpki/up_down.py
@@ -783,3 +783,12 @@ class cms_msg(rpki.x509.XML_CMS_object):
saxify = sax_handler.saxify
allow_extra_certs = True
allow_extra_crls = True
+
+class cms_msg_no_sax(cms_msg):
+ """
+ Class to hold a CMS-signed up-down PDU.
+
+ Name is a transition kludge: once we ditch SAX, this will become cms_msg.
+ """
+
+ saxify = None