aboutsummaryrefslogtreecommitdiff
path: root/rpki/publication_control.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/publication_control.py')
-rw-r--r--rpki/publication_control.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/rpki/publication_control.py b/rpki/publication_control.py
index bdaa9e28..a863dc34 100644
--- a/rpki/publication_control.py
+++ b/rpki/publication_control.py
@@ -72,11 +72,9 @@ def raise_if_error(pdu):
raise_if_error(p)
-class cms_msg_no_sax(rpki.x509.XML_CMS_object):
+class cms_msg(rpki.x509.XML_CMS_object):
"""
- Class to hold a CMS-signed publication control PDU without legacy
- SAX transcoding. The name is a transition kludge, this class will
- be renamed cms_msg once the SAX code goes away.
+ CMS-signed publication control PDU.
"""
encoding = "us-ascii"