diff options
Diffstat (limited to 'rpki/x509.py')
-rw-r--r-- | rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/x509.py b/rpki/x509.py index da949305..89b598d4 100644 --- a/rpki/x509.py +++ b/rpki/x509.py @@ -1888,7 +1888,7 @@ class XML_CMS_object(Wrapped_CMS_object): ## @var check_outbound_schema # If set, perform RelaxNG schema check on outbound messages. - check_outbound_schema = False + check_outbound_schema = True def encode(self): """ |