blautenb 2003/11/15 00:50:11
Modified: src/org/apache/xml/security/resource config.xml
Log:
Move RSA key wrap alg to RSA/NONE/PKCS1PADDING
Revision Changes Path
1.34 +3 -3
xml-security/src/org/apache/xml/security/resource/config.xml
Index: config.xml
===================================================================
RCS file:
/home/cvs/xml-security/src/org/apache/xml/security/resource/config.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- config.xml 13 Nov 2003 09:27:00 -0000 1.33
+++ config.xml 15 Nov 2003 08:50:11 -0000 1.34
@@ -345,7 +345,7 @@
<!-- You have to provide a core RSA mechanism here, even for
the bouncy castle -->
<ProviderAlgo ProviderId="BC"
- JCEName="RSA"
+ JCEName="RSA/ECB/PKCS1PADDING"
RequiredKey="RSA" />
<ProviderAlgo ProviderId="Cryptix"
JCEName="RSA"
@@ -363,7 +363,7 @@
<!-- You have to provide a core RSA mechanism here, even for
the bouncy castle -->
<ProviderAlgo ProviderId="BC"
- JCEName="RSA"
+ JCEName="RSA/ECB/OAEPPADDING"
RequiredKey="RSA" />
<!-- <ProviderAlgo ProviderId="BC" JCEName="RSA/OAEP"
RequiredKey="RSA" /> -->
</Algorithm>
@@ -382,7 +382,7 @@
<!-- We need a Triple DES in CipherBlockChaining (CBC) mode here
without padding -->
<ProviderAlgo ProviderId="BC"
RequiredKey="DESEDE"
- JCEName="DESEDE/CBC/NOPADDING" />
+ JCEName="DESEDEWrap" />
<!-- <ProviderAlgo ProviderId="BC" JCEName="DESEDEWrap"
RequiredKey="DESEDE" /> -->
</Algorithm>
<Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes128"