Added allow_unsolicited parameter to config class.

This commit is contained in:
Roland Hedberg
2014-07-19 13:05:10 -07:00
parent 4b6e35c701
commit 1f764f68b0

View File

@@ -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