Versions Compared

Key

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

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

Reference

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. -->
<ExcludedAlgorithms excludeDefaults="true"/>

...