Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

Attributes

Name

Type

Default

Description

includeDefaultBlacklist

boolean

true

Whether to disable known weak algotithms

Example

<!-- Disables known weak algorithms. -->
<AlgorithmBlacklist includeDefaultBlacklist="true"/>
<AlgorithmBlacklist includeDefaultBlacklist="true">
http://www.w3.org/2001/04/xmldsig-more#rsa-md5
http://www.w3.org/2001/04/xmldsig-more#md5
</AlgorithmBlacklist>
  • No labels