[cpp-sp COMMIT] /branches/REL_2/configs/security-policy.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Jul 27 16:31:49 EDT 2012


Author: scantor
Date: Fri Jul 27 16:31:49 2012
New Revision: 3736

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3736&view=rev
Log:
Add PKCS 1.5 to blacklist.

Modified:
    branches/REL_2/configs/security-policy.xml

Modified: branches/REL_2/configs/security-policy.xml
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configs/security-policy.xml?rev=3736&r1=3735&r2=3736&view=diff
==============================================================================
--- branches/REL_2/configs/security-policy.xml (original)
+++ branches/REL_2/configs/security-policy.xml Fri Jul 27 16:31:49 2012
@@ -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>



More information about the commits mailing list