diff options
author | Rob Austein <sra@hactrn.net> | 2012-10-16 16:04:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-10-16 16:04:50 +0000 |
commit | 008532eb628953028af9ef8df7d311c7f09c1e16 (patch) | |
tree | 6d910fb79762bb4833f98734533692bdcf68e784 /rpkid/rpki/x509.py | |
parent | 383984b4e67d6196c96eabf5388c845071373d26 (diff) |
Make schema checking configurable at runtime, reenable inbound schema
checking as the default.
svn path=/branches/tk274/; revision=4779
Diffstat (limited to 'rpkid/rpki/x509.py')
-rw-r--r-- | rpkid/rpki/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/x509.py b/rpkid/rpki/x509.py index 87ae72e2..5eca40ce 100644 --- a/rpkid/rpki/x509.py +++ b/rpkid/rpki/x509.py @@ -1588,7 +1588,7 @@ class XML_CMS_object(Wrapped_CMS_object): ## @var check_inbound_schema # If set, perform RelaxNG schema check on inbound messages. - check_inbound_schema = False # XXX + check_inbound_schema = True ## @var check_outbound_schema # If set, perform RelaxNG schema check on outbound messages. |