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 2004/03/03 12:45:56 UTC

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

blautenb    2004/03/03 03:45:56

  Modified:    src/org/apache/xml/security/resource config.xml
  Log:
  First cut at update for SunJCE algorithms
  
  Revision  Changes    Path
  1.35      +34 -0     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.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- config.xml	15 Nov 2003 08:50:11 -0000	1.34
  +++ config.xml	3 Mar 2004 11:45:56 -0000	1.35
  @@ -298,6 +298,10 @@
                             RequiredKey="DESEDE"
                             JCEName="DESEDE/CBC/ISO10126PADDING"
                             IVJCEName="DESEDE/ECB/NOPADDING" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          RequiredKey="DESEDE"
  +                          JCEName="DESEDE/CBC/ISO10126PADDING"
  +                          IVJCEName="AES/ECB/NOPADDING" />
               <ProviderAlgo ProviderId="Cryptix"
                             JCEName="DES-EDE3/CBC" />
            </Algorithm>
  @@ -310,6 +314,10 @@
                             RequiredKey="AES"
                             JCEName="AES/CBC/ISO10126PADDING"
                             IVJCEName="AES/ECB/NOPADDING" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          RequiredKey="AES"
  +                          JCEName="AES/CBC/ISO10126PADDING"
  +                          IVJCEName="AES/ECB/NOPADDING" />
               <ProviderAlgo ProviderId="Cryptix"
                             JCEName="Rijndael" />
            </Algorithm>
  @@ -322,6 +330,10 @@
                             RequiredKey="AES"
                             JCEName="AES/CBC/ISO10126PADDING"
                             IVJCEName="AES/ECB/NOPADDING" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          RequiredKey="AES"
  +                          JCEName="AES/CBC/ISO10126PADDING"
  +                          IVJCEName="AES/ECB/NOPADDING" />
               <ProviderAlgo ProviderId="Cryptix"
                             JCEName="Rijndael" />
            </Algorithm>
  @@ -334,6 +346,10 @@
                             RequiredKey="AES"
                             JCEName="AES/CBC/ISO10126PADDING"
                             IVJCEName="AES/ECB/NOPADDING" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          RequiredKey="AES"
  +                          JCEName="AES/CBC/ISO10126PADDING"
  +                          IVJCEName="AES/ECB/NOPADDING" />
               <ProviderAlgo ProviderId="Cryptix"
                             JCEName="Rijndael" />
            </Algorithm>
  @@ -347,6 +363,9 @@
               <ProviderAlgo ProviderId="BC"
                             JCEName="RSA/ECB/PKCS1PADDING"
                             RequiredKey="RSA" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          JCEName="RSA/ECB/PKCS1PADDING"
  +                          RequiredKey="RSA" />
               <ProviderAlgo ProviderId="Cryptix"
                             JCEName="RSA"
                             RequiredKey="RSA" />
  @@ -365,6 +384,9 @@
               <ProviderAlgo ProviderId="BC"
                             JCEName="RSA/ECB/OAEPPADDING"
                             RequiredKey="RSA" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          JCEName="RSA/ECB/OAEPWithSHA1AndMGF1Padding"
  +                          RequiredKey="RSA" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="RSA/OAEP" RequiredKey="RSA" /> -->
            </Algorithm>
   
  @@ -383,6 +405,9 @@
               <ProviderAlgo ProviderId="BC"
                             RequiredKey="DESEDE"
                             JCEName="DESEDEWrap" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          RequiredKey="DESEDE"
  +                          JCEName="DESEDE" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="DESEDEWrap" RequiredKey="DESEDE" /> -->
            </Algorithm>
            <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes128"
  @@ -394,6 +419,9 @@
               <ProviderAlgo ProviderId="BC"
                             JCEName="AESWrap"
                             RequiredKey="AES" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          JCEName="AES"
  +                          RequiredKey="AES" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="AESWrap" RequiredKey="AES" /> -->
            </Algorithm>
            <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes192"
  @@ -405,6 +433,9 @@
               <ProviderAlgo ProviderId="BC"
                             JCEName="AESWrap"
                             RequiredKey="AES" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          JCEName="AES"
  +                          RequiredKey="AES" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="AESWrap" RequiredKey="AES" /> -->
            </Algorithm>
            <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes256"
  @@ -415,6 +446,9 @@
               <!-- We need an AES in ElectronicCodeBook (ECB) mode here without padding -->
               <ProviderAlgo ProviderId="BC"
                             JCEName="AESWrap"
  +                          RequiredKey="AES" />
  +            <ProviderAlgo ProviderId="SunJCE"
  +                          JCEName="AES"
                             RequiredKey="AES" />
               <!-- <ProviderAlgo ProviderId="BC" JCEName="AESWrap" RequiredKey="AES" /> -->
            </Algorithm>