Added allow_unsolicited parameter to config class.
This commit is contained in:
@@ -216,6 +216,7 @@ class Config(object):
|
||||
self.crypto_backend = 'xmlsec1'
|
||||
self.scope = ""
|
||||
self.allow_unknown_attributes = False
|
||||
self.allow_unsolicited = False
|
||||
self.extension_schema = {}
|
||||
self.cert_handler_extra_class = None
|
||||
self.verify_encrypt_cert = None
|
||||
|
Reference in New Issue
Block a user