Revise blacklist configuration
authorScott Cantor <cantor.2@osu.edu>
Tue, 31 Jul 2012 16:17:32 +0000 (16:17 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 31 Jul 2012 16:17:32 +0000 (16:17 +0000)
configs/security-policy.xml

index 4d9dfe7..41b000b 100644 (file)
     </Policy>
     
     <!-- Disables known weak algorithms. -->
-    <AlgorithmBlacklist>
-      http://www.w3.org/2001/04/xmldsig-more#md5
-      http://www.w3.org/2001/04/xmldsig-more#rsa-md5
-      http://www.w3.org/2001/04/xmlenc#rsa-1_5
-    </AlgorithmBlacklist>
+    <AlgorithmBlacklist includeDefaultBlacklist="true"/>
 
 </SecurityPolicies>