Add PKCS 1.5 to blacklist.
authorScott Cantor <cantor.2@osu.edu>
Fri, 27 Jul 2012 20:31:49 +0000 (20:31 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 27 Jul 2012 20:31:49 +0000 (20:31 +0000)
configs/security-policy.xml

index fdaba43..4d9dfe7 100644 (file)
@@ -29,8 +29,9 @@
     
     <!-- 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/xmldsig-more#md5
+      http://www.w3.org/2001/04/xmldsig-more#rsa-md5
+      http://www.w3.org/2001/04/xmlenc#rsa-1_5
     </AlgorithmBlacklist>
 
 </SecurityPolicies>