lib/saml/config.rb in libsaml-3.0.6 vs lib/saml/config.rb in libsaml-3.0.7
- old
+ new
@@ -19,9 +19,15 @@
@@registered_stores = {}
mattr_accessor :generate_key_name
@@generate_key_name = true
+ mattr_accessor :signature_algorithm
+ @@signature_algorithm = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
+
+ mattr_accessor :digest_algorithm
+ @@digest_algorithm = "http://www.w3.org/2001/04/xmlenc#sha256"
+
mattr_accessor :default_store
mattr_accessor :inclusive_namespaces_prefix_list
@@inclusive_namespaces_prefix_list = "ds saml samlp xs"