You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/11/13 10:27:00 UTC

cvs commit: xml-security/src/org/apache/xml/security/resource config.xml

blautenb    2003/11/13 01:27:00

  Modified:    src/org/apache/xml/security/resource config.xml
  Log:
  Moved AES key wrap JCENames to AESWrap as we now use the JCE provided AES wrap functions
  
  Revision  Changes    Path
  1.33      +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.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- config.xml	1 May 2003 18:20:24 -0000	1.32
  +++ config.xml	13 Nov 2003 09:27:00 -0000	1.33
  @@ -392,7 +392,7 @@
                       KeyLength="128">
               <!-- We need an AES in ElectronicCodeBook (ECB) mode here without padding -->
               <ProviderAlgo ProviderId="BC"
  -                          JCEName="AES/ECB/NOPADDING"
  +                          JCEName="AESWrap"
                             RequiredKey="AES" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="AESWrap" RequiredKey="AES" /> -->
            </Algorithm>
  @@ -403,7 +403,7 @@
                       KeyLength="192">
               <!-- We need an AES in ElectronicCodeBook (ECB) mode here without padding -->
               <ProviderAlgo ProviderId="BC"
  -                          JCEName="AES/ECB/NOPADDING"
  +                          JCEName="AESWrap"
                             RequiredKey="AES" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="AESWrap" RequiredKey="AES" /> -->
            </Algorithm>
  @@ -414,7 +414,7 @@
                       KeyLength="256">
               <!-- We need an AES in ElectronicCodeBook (ECB) mode here without padding -->
               <ProviderAlgo ProviderId="BC"
  -                          JCEName="AES/ECB/NOPADDING"
  +                          JCEName="AESWrap"
                             RequiredKey="AES" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="AESWrap" RequiredKey="AES" /> -->
            </Algorithm>