Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

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

...

Code Block
languagexml
<!-- Disables known weak algorithms. -->
<ExcludeAlgorithms<ExcludedAlgorithms excludeDefaults="true"/>


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

Examples (Older)

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

...