hello there,

the attached patch --already committed-- add the GNU-CALLBACKS security 
provider to the list of default providers.

2006-04-29  Raif S. Naffah  <[EMAIL PROTECTED]>

        * java/security/Security.java <clinit>: Add our Callback provider.
        * resource/java/security/classpath.security: Likewise


cheers;
rsn
Index: Security.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/security/Security.java,v
retrieving revision 1.43
diff -u -r1.43 Security.java
--- Security.java       21 Apr 2006 15:22:47 -0000      1.43
+++ Security.java       29 Apr 2006 06:02:34 -0000
@@ -106,6 +106,7 @@
              providers.addElement(new gnu.javax.crypto.jce.GnuCrypto());
               providers.addElement(new gnu.javax.crypto.jce.GnuSasl());
               providers.addElement(new gnu.javax.net.ssl.provider.Jessie());
+              providers.addElement(new 
gnu.javax.security.auth.callback.GnuCallbacks());
          }
     }
   // This class can't be instantiated.
Index: classpath.security
===================================================================
RCS file: 
/cvsroot/classpath/classpath/resource/java/security/classpath.security,v
retrieving revision 1.5
diff -u -r1.5 classpath.security
--- classpath.security  21 Apr 2006 15:22:49 -0000      1.5
+++ classpath.security  29 Apr 2006 06:03:48 -0000
@@ -40,3 +40,4 @@
 security.provider.2=gnu.javax.crypto.jce.GnuCrypto
 security.provider.3=gnu.javax.crypto.jce.GnuSasl
 security.provider.4=gnu.javax.net.ssl.provider.Jessie
+security.provider.5=gnu.javax.security.auth.callback.GnuCallbacks

Attachment: pgpRwCmPdwKgr.pgp
Description: PGP signature

Reply via email to