Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The content of this elements is a space whitespace-separated list of security algorithms, specified as XML Security URIs, to disable.  

Attributes

Name

Type

Default

Description

excludeDefaults (as of V3.2, formerly includeDefaultBlacklist)

boolean

true

Whether to disable known weak algotithms

...

Examples (V3.2+)

Code Block
languagexml
<!-- Disables known weak algorithms. -->
<ExcludeAlgorithms excludeDefaults="true"/>
Code Block
languagexml
<ExcludeAlgorithms excludeDefaults="true">
http://www.w3.org/2001/04/xmldsig-more#rsa-md5
http://www.w3.org/2001/04/xmldsig-more#md5
</ExcludeAlgorithms>

Examples (Older)

Code Block
languagexml
<!-- Disables known weak algorithms. -->
<AlgorithmBlacklist includeDefaultBlacklist="true"/>

...