Re: Exporting the private key from gnu keystore

2007-06-04 Thread Raif S. Naffah
hello Felix, On Wed May 30 2007 21:14:28 Felix Seeger wrote: ... I created a key/csr with keytool. Since Debian installed keytool in a $PATH directory I have used gnu keytool which Sun Java cannot use... Is there way to convert the keystore into the sun format, i don't know of such tools.

[cp-patches] FYI - Use generics in gjarsigner

2007-01-08 Thread Raif S. Naffah
hello all, the attached patch --already committed-- updates the jarsigner tool to use generics. it also fixes a small bug in the jar verification code. the ChangeLog entry follows: 2007-01-09 Raif S. Naffah [EMAIL PROTECTED] * tools/gnu/classpath/tools/jarsigner/SFHelper.java

[commit-cp] classpath tools/gnu/classpath/tools/jarsigner/J...

2007-01-08 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 07/01/08 14:37:24 Modified files: tools/gnu/classpath/tools/jarsigner: JarVerifier.java Messages.java SFHelper.java

Re: [cp-patches] RFC: fix JarEntry cert lookup

2006-11-27 Thread Raif S. Naffah
On Sunday 26 November 2006 19:58, Casey Marshall wrote: On Nov 25, 2006, at 3:59 PM, Raif S. Naffah wrote: On Tuesday 21 November 2006 08:35, Casey Marshall wrote: ... This patch fixes an issue with JarEntry objects that are created before the entry is verified... ...before your patch

[cp-patches] FYI: Added Jeroen Jeroen Frijters to Authors

2006-11-26 Thread Raif S. Naffah
hello there, after approval from Mark, i added Jeroen to the list of AUTHORS. the ChangeLog entry is: 2006-11-27 Raif S. Naffah [EMAIL PROTECTED] * AUTHORS: Added Jeroen Fritjers. cheers; rsn pgpne65fe7e9h.pgp Description: PGP signature

[commit-cp] classpath AUTHORS ChangeLog

2006-11-26 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/11/27 07:50:56 Modified files: . : AUTHORS ChangeLog Log message: 2006-11-27 Raif S. Naffah [EMAIL PROTECTED] * AUTHORS: Added Jeroen

[cp-patches] FYI, Marco Trudel's javax.crypto fixes

2006-10-22 Thread Raif S. Naffah
hello all, the attached patch was already committed on behalf of Marco Trudel. the ChangeLog entry looks like so: 2006-10-23 Marco Trudel [EMAIL PROTECTED] * gnu/javax/crypto/pad/PKCS7.java (unpad): Removed an unnecessary test. * javax/crypto/CipherOutputStream.java:

[commit-cp] classpath javax/crypto/CipherOutputStream.java ...

2006-10-22 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/10/22 16:13:05 Modified files: javax/crypto : CipherOutputStream.java gnu/javax/crypto/pad: PKCS7.java . : ChangeLog gnu/javax/crypto/jce/cipher

Re: gkeytool error

2006-10-20 Thread Raif S. Naffah
On Friday 20 October 2006 19:35, Haoyang Lin wrote: ... I did the same as you said. but the errors are still the same as before errors: java.lang.NoClassDefFoundError: gnu/classpath/tools/keytool/Main No stacktrace available Caused by: java.lang.ClassNotFoundException:

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigIntegertake2 (compressed)

2006-10-08 Thread Raif S. Naffah
hello Jeroen, On Sunday 08 October 2006 22:44, Jeroen Frijters wrote: Hi Raif, The synchronization is still not completely right. If a method operates on two different BigIntegers, they both need to be protected from asynchronous finalization. Note also that when you synchronize on two

[commit-cp] classpath tools/gnu/classpath/tools/javah/CniIn...

2006-09-26 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/09/26 20:47:09 Modified files: tools/gnu/classpath/tools/javah: CniIncludePrinter.java Printer.java

Re: [cp-patches] RFC: rmic merge

2006-09-22 Thread Raif S. Naffah
hello Tom, On Friday 22 September 2006 14:53, Thomas Fitzsimmons wrote: ... I've reorganized GNU Classpath's RMI tools and merged in cp-tools' rmic. ... - made rmic build conditional on USE_ASM now that both rmic and javah tools use the asm library, should we add it to external? cheers;

Re: [cp-patches] RFC: rmic merge

2006-09-22 Thread Raif S. Naffah
hello Tom, On Saturday 23 September 2006 02:42, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif now that both rmic and javah tools use the asm library, should Raif we add it to external? I thought we discussed this already and the answer was no. I don't have a link

Re: possible problem with gcjh (long)

2006-09-22 Thread Raif S. Naffah
hello Tom, On Thursday 07 September 2006 08:43, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: ... Raif $ /opt/jdk1.5.0_08/bin/javah -jni -classpath . -o OC_IC.h OC$IC I'd guess that javah is also reading inner classes... gcjh will probably never do this, I'm afraid

Re: native methods in inner classes (long)

2006-09-21 Thread Raif S. Naffah
On Thursday 21 September 2006 06:43, Robert Lougher wrote: On 9/20/06, Robert Lougher [EMAIL PROTECTED] wrote: Anyway, I'll check a patch in for JamVM tonight. Committed... and it works! thanks + cheers; rsn pgpuQR8oHuNjo.pgp Description: PGP signature

Re: native methods in inner classes (long)

2006-09-20 Thread Raif S. Naffah
On Wednesday 20 September 2006 07:36, Christian Thalinger wrote: On Tue, 2006-09-19 at 23:08 +0200, Christian Thalinger wrote: On Wed, 2006-09-20 at 06:02 +1000, Raif S. Naffah wrote: * with both cacao and jamvm, even with the second signature, running the code causes

Re: Classpath and gnu-crypto

2006-09-19 Thread Raif S. Naffah
hello Daniel, On Wednesday 20 September 2006 03:35, Daniel Franganillo wrote: ... 1 - Class: import java.security.KeyPairGenerator; import java.security.NoSuchAlgorithmException; import java.security.KeyPair; import java.security.Security; import gnu.crypto.key.rsa.RSAKeyPairGenerator;

Re: possible problem with gcjh (long)

2006-09-07 Thread Raif S. Naffah
On Thursday 07 September 2006 08:43, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif $ gcjh -jni -classpath . -o OC_IC.h OC$IC ... Try OC\$IC and you will get a different result. indeed. Raif $ /opt/jdk1.5.0_08/bin/javah -jni -classpath . -o OC_IC.h OC$IC I'd

Re: possible problem with gcjh (long)

2006-09-07 Thread Raif S. Naffah
On Friday 08 September 2006 02:58, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif i'm attaching an OC$.java source and the generated header using Raif gcjh. same behaviour --the dollar symbol is replaced by its Raif unicode codepoint. Could you send the header file

possible problem with gcjh (long)

2006-09-06 Thread Raif S. Naffah
hello there, i'm trying to generate the header file for a java class using: $ gcjh --version gcjh (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1)... $ gcjh -jni -classpath . -o OC_IC.h OC$IC but i get an (almost) empty file (OC_IC.h.1). using javah (JDK5), with the following command, i get what i

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-05 Thread Raif S. Naffah
On Tuesday 05 September 2006 04:52, Jeroen Frijters wrote: Raif S. Naffah wrote: On Monday 04 September 2006 20:40, Jeroen Frijters wrote: ... ...*All* native method calls that use the native_ptr need to be synchronized. i'm sorry but it is still not obvious to me why this should

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-05 Thread Raif S. Naffah
earlier, i wrote: On Tuesday 05 September 2006 04:52, Jeroen Frijters wrote: Raif S. Naffah wrote: On Monday 04 September 2006 20:40, Jeroen Frijters wrote: ... ...*All* native method calls that use the native_ptr need to be synchronized. i'm sorry but it is still

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-04 Thread Raif S. Naffah
On Sunday 03 September 2006 18:02, Jeroen Frijters wrote: ... Most people do not understand the (security) implications of using native code in combination with handles and most of the code out there is simply wrong (as is the current patch). See [1]. i'll have to read this document

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger (compressed)

2006-09-04 Thread Raif S. Naffah
commenting out the code, the tests' failure pattern is unchanged. as for cacao, here is the tests's output: $ ./bin/cacao -cp ~/. test z = 9.007199254740994E15 d = 0.0 Thanks, Rob. On 9/3/06, Raif S. Naffah [EMAIL PROTECTED] wrote: hello Robert, On Sunday 03 September 2006 15:26

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-04 Thread Raif S. Naffah
On Monday 04 September 2006 20:40, Jeroen Frijters wrote: ... ...*All* native method calls that use the native_ptr need to be synchronized. i'm sorry but it is still not obvious to me why this should be so. every instance of a BigInteger has its own value of native_ptr. what are we

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger (compressed)

2006-09-03 Thread Raif S. Naffah
hello Robert, On Sunday 03 September 2006 15:26, Robert Lougher wrote: Hi, What architecture were you running JamVM on? here is the uname related lines in my jamvm config.log: uname -m = i686 uname -r = 2.6.17-1.2174_FC5smp uname -s = Linux uname -v = #1 SMP Tue Aug 8 16:00:39 EDT 2006

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-03 Thread Raif S. Naffah
hello Jeroen, On Sunday 03 September 2006 18:02, Jeroen Frijters wrote: ... How/why is the native version better? Is it really worthwhile to complicate the code this way? Where are the benchmarks that prove the native code is faster? the attractiveness of the native code is performance. to

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger(compressed)

2006-09-03 Thread Raif S. Naffah
hello Sven, On Sunday 03 September 2006 19:46, Sven de Marothy wrote: On Sun, 2006-09-03 at 10:02 +0200, Jeroen Frijters wrote: Raif S. Naffah wrote: the attached patch adds support for GNU MP in BigInteger if/when configured. How/why is the native version better? Is it really

[commit-cp] classpath/native/jni/java-math

2006-09-02 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/09/03 02:52:33 New directory: native/jni/java-math CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-math/?cvsroot=classpath

[cp-patches] FYI: fix for PR Classpath/23952

2006-08-12 Thread Raif S. Naffah
hello all, the attached patch --already committed-- fixes the above PR by having the cache of previously resolved resource bundles as an LRU, of CACHE_SIZE elements, organized by access. 2006-08-13 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/23952 * java/util

[commit-cp] classpath java/util/ResourceBundle.java ChangeLog

2006-08-12 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/13 01:06:20 Modified files: java/util : ResourceBundle.java . : ChangeLog Log message: 2006-08-13 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath java/math/BigInteger.java ChangeLog

2006-08-12 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/13 00:34:57 Modified files: java/math : BigInteger.java . : ChangeLog Log message: 2006-08-13 Raif S. Naffah [EMAIL PROTECTED

Re: [cp-patches] FYI: JTree keyboard handling fix

2006-08-09 Thread Raif S. Naffah
hello Mark, On Wednesday 09 August 2006 08:29, Mark Wielaard wrote: ... This are most likely last only code changes on the release branch. I am looking at the BigInteger fixes from Raif, but those haven't hit CVS yet. these, and the ResourceBundle one, can wait until the next release. two

[cp-patches] RFC: fix for PR 27372

2006-08-06 Thread Raif S. Naffah
hello all, the attached patch fixes the above PR. 2006-08-06 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/27372 * java/math/BigInteger.java: Updated copyright year. (init): Consume as little bytes as possible. a new Mauve test gnu/testlet/java/math/BigInteger

[cp-patches] RFC: BigInteger fixes

2006-08-05 Thread Raif S. Naffah
hello all, the attached patch fixes some problems in two of the BigInteger constructors highlighted by the new Mauve test gnu.testlet.java.math.BigInteger.ctor. the expected ChangeLog entry will look like so: 2006-08-06 Raif S. Naffah [EMAIL PROTECTED] * java/math/BigInteger.java

[cp-patches] RFC: better handling of default-preferences-peer config option

2006-08-04 Thread Raif S. Naffah
hello all, the attached patch adds better handling of the default-preferences-peer option and checks for obvious wrong values. OK to commit? cheers; rsn Index: configure.ac === RCS file:

[cp-patches] Re: RFC: better handling of default-preferences-peer config option

2006-08-04 Thread Raif S. Naffah
hello Mark, On Saturday 05 August 2006 10:09, Mark Wielaard wrote: On Sat, 2006-08-05 at 08:37 +1000, Raif S. Naffah wrote: the attached patch adds better handling of the default-preferences-peer option and checks for obvious wrong values. OK to commit? Yes, very nice... thanks

[cp-patches] FYI: handle absent or NULL DSA parameters in X.509 certificates

2006-08-04 Thread Raif S. Naffah
hello all, the attached patch --already committed-- caters for x.509 certificates with absent or null parameters in an AlgorithmIdentifier element (of a SubjectPublicKeyInfo). all 100 Mauve tests in gnu.testlet.java.security.cert.pkix.pkits should now pass! 2006-08-05 Raif S. Naffah [EMAIL

Re: SIGSEGV caused by libgconf-2.so.4

2006-08-04 Thread Raif S. Naffah
ciao Mario, On Friday 04 August 2006 20:29, Mario Torre wrote: ... For the configure patch (any non trivial commit), I need approval so I have not committed it also. I wait feedback :) i'm attaching another alternative to the default-preferences-peer option which covers all existing three

Re: SIGSEGV caused by libgconf-2.so.4

2006-08-04 Thread Raif S. Naffah
ciao Mario, On Saturday 05 August 2006 02:22, Mario Torre wrote: Il giorno ven, 04/08/2006 alle 22.48 +1000, Raif S. Naffah ha scritto: --enable-default-preferences-peer=peer type or class name specify one of: gconf [default] for a GConf based backend, file

[commit-cp] classpath configure.ac ChangeLog

2006-08-04 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/05 00:35:52 Modified files: . : configure.ac ChangeLog Log message: 2006-08-05 Raif S. Naffah [EMAIL PROTECTED] * configure.ac: Better

[commit-cp] classpath gnu/java/security/key/dss/DSSKeyPairX...

2006-08-04 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/05 03:23:29 Modified files: gnu/java/security/key/dss: DSSKeyPairX509Codec.java DSSKey.java . : ChangeLog Log message: 2006-08-05 Raif S. Naffah

[cp-patches] FYI: import-cacerts.sh script added

2006-08-03 Thread Raif S. Naffah
hello all, the attached patch --already committed-- adds a batch import script to facilitate populating a cacerts keystore. 2006-08-03 Raif S. Naffah [EMAIL PROTECTED] * scripts/import-cacerts.sh: Batch CA certificates import script. cheers; rsn Index: import-cacerts.sh

Re: [cp-patches] Re: RFC: add a cacerts file under resource/java/security

2006-08-03 Thread Raif S. Naffah
hello Mark, On Thursday 03 August 2006 22:42, Mark Wielaard wrote: On Thu, 2006-08-03 at 22:32 +1000, Raif S. Naffah wrote: ... the gkeytool knows how to import _one_ certificate from such encoded files with either the -import or the -cacert commands. the latter, coupled with the import

Re: SIGSEGV caused by libgconf-2.so.4

2006-08-03 Thread Raif S. Naffah
hello Mario, On Friday 04 August 2006 09:32, Mario Torre wrote: Il giorno ven, 04/08/2006 alle 09.12 +1000, Raif S. Naffah ha scritto: i'm getting a segmentation fault caused by /usr/lib/libgconf-2.so.4 (FC5) when trying to run jamvm with Classpath (both CVS Head)... anybody else is seeing

Re: SIGSEGV caused by libgconf-2.so.4

2006-08-03 Thread Raif S. Naffah
On Friday 04 August 2006 09:49, Raif S. Naffah wrote: On Friday 04 August 2006 09:32, Mario Torre wrote: Il giorno ven, 04/08/2006 alle 09.12 +1000, Raif S. Naffah ha scritto: i'm getting a segmentation fault caused by /usr/lib/libgconf-2.so.4 (FC5) when trying to run jamvm with Classpath

Re: SIGSEGV caused by libgconf-2.so.4

2006-08-03 Thread Raif S. Naffah
On Friday 04 August 2006 10:53, Mario Torre wrote: Il giorno ven, 04/08/2006 alle 10.13 +1000, Raif S. Naffah ha scritto: On Friday 04 August 2006 09:49, Raif S. Naffah wrote: On Friday 04 August 2006 09:32, Mario Torre wrote: Il giorno ven, 04/08/2006 alle 09.12 +1000, Raif S. Naffah ha

Re: SIGSEGV caused by libgconf-2.so.4

2006-08-03 Thread Raif S. Naffah
hello Mario, On Friday 04 August 2006 11:09, Raif S. Naffah wrote: On Friday 04 August 2006 10:53, Mario Torre wrote: Il giorno ven, 04/08/2006 alle 10.13 +1000, Raif S. Naffah ha scritto: On Friday 04 August 2006 09:49, Raif S. Naffah wrote: On Friday 04 August 2006 09:32, Mario Torre

[commit-cp] classpath ChangeLog scripts/import-cacerts.sh

2006-08-03 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/03 13:14:29 Modified files: . : ChangeLog Added files: scripts: import-cacerts.sh Log message: 2006-08-03 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath/java/security SecureRandom.java Chang...

2006-08-02 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/02 09:49:57 Modified files: java/security : SecureRandom.java . : ChangeLog Log message: 2006-08-02 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath ChangeLog gnu/java/security/key/rsa/R...

2006-08-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/08/02 03:22:10 Modified files: . : ChangeLog gnu/java/security/key/rsa: RSAKeyPairPKCS8Codec.java Log message: 2006-08-02 Raif S. Naffah [EMAIL PROTECTED

Re: [cp-patches] RFA: Crypto algorithm name case sensitivity

2006-07-30 Thread Raif S. Naffah
hello all, On Monday 31 July 2006 08:14, Mark Wielaard wrote: Hi Matt, On Sun, 2006-07-30 at 16:35 -0400, Matthew Wringe wrote: The attached patch, already committed, fixes this problem. There should be no other tests regressions from this patch. Thanks. Also added to the release and

[cp-patches] RFC: fix for PR 23952

2006-07-30 Thread Raif S. Naffah
hello all, the attached patch addresses the above PR by implementing the lookup of resource bundles using an LRU organised by access. the ChangeLog will appear as follows: 2006-07-31 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/23952 * java/util/ResourceBundle.java

[commit-cp] classpath/java/security Provider.java ChangeLog

2006-07-30 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/31 01:27:08 Modified files: java/security : Provider.java . : ChangeLog Log message: 2006-07-31 Raif S. Naffah [EMAIL PROTECTED

Re: [cp-patches] Patch: RFC: add javah tool

2006-07-28 Thread Raif S. Naffah
hello Tom, On Friday 28 July 2006 08:10, Tom Tromey wrote: ... This adds a 'javah' tool which is also a replacement (not quite drop-in -- I changed some stuff) for gcjh... This tool uses the ASM library. I added a new configure option for this, point --with-asm to the all jar and javah

Re: [cp-patches] Re: Patch: RFC: add javah tool

2006-07-28 Thread Raif S. Naffah
hello Tom, On Saturday 29 July 2006 01:15, Tom Tromey wrote: Tom == Tom Tromey [EMAIL PROTECTED] writes: ... Now that there is a 0.92 branch, I'm checking it in. I've appended the updated patch -- it fixes a buglet in the tool wrapper and it also updates NEWS. while trying to 'make' a

Re: [cp-patches] Re: Patch: RFC: add javah tool

2006-07-28 Thread Raif S. Naffah
On Saturday 29 July 2006 05:10, Raif S. Naffah wrote: ... while trying to 'make' a freshly updated project i get: 61. ERROR in ./gnu/classpath/tools/javah/JniHelper.java (at line 77) assert type.getSort() == Type.OBJECT; ^ Syntax error on token

[cp-patches] FYI: some cleanup of keytool classes

2006-07-28 Thread Raif S. Naffah
hello all, the attached patch --already committed-- removes unused imports, fields and methods from the keytool classes. 2006-07-29 Raif S. Naffah [EMAIL PROTECTED] * tools/gnu/classpath/tools/keytool/Command.java: Removed unused import. (getCallbackHandler): Fully qualify

Re: [cp-patches] Re: Patch: RFC: add javah tool

2006-07-28 Thread Raif S. Naffah
On Saturday 29 July 2006 05:42, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif 60. WARNING in ./gnu/classpath/tools/javah/JniHelper.java Raif (at line 77) Raif assert type.getSort() == Type.OBJECT; Raif ^^ Raif 'assert' should not be used

[cp-patches] FYI: add source 1.4 compliance to ECJ when used

2006-07-28 Thread Raif S. Naffah
hello all, the attached patch --already committed-- does the following: 2006-07-29 Raif S. Naffah [EMAIL PROTECTED] * tools/Makefile.am: Added source 1.4 compliance option when ECJ is used. cheers; rsn Index: Makefile.am

Re: [cp-patches] Re: Patch: RFC: add javah tool

2006-07-28 Thread Raif S. Naffah
On Saturday 29 July 2006 06:18, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif 57. ERROR in ./gnu/classpath/tools/javah/Main.java Raif (at line 339) Raif r.accept(result, true); Raif ^^ Raif The method accept(ClassVisitor, int) in the type

Re: [cp-patches] Patch: RFC: add javah tool

2006-07-28 Thread Raif S. Naffah
On Saturday 29 July 2006 00:09, Tom Tromey wrote: Raif == Raif S Naffah [EMAIL PROTECTED] writes: Raif what safe assumptions can we make for non-Eclipse users; e.g. a Debian Raif packager who requires the sources as well to patch them when addressing Raif security issues (see mail in Raif

[commit-cp] classpath/tools/gnu/classpath/tools/keytool Mai...

2006-07-28 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/28 19:50:09 Modified files: tools/gnu/classpath/tools/keytool: Main.java Command.java GenKeyCmd.java ImportCmd.java

[commit-cp] classpath ChangeLog gnu/java/security/util/Inte...

2006-07-22 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/22 09:09:59 Modified files: . : ChangeLog Added files: gnu/java/security/util: IntegerUtil.java Log message: 2006-07-22 Raif S. Naffah [EMAIL

[cp-patches] FYI: fix for PR 28100

2006-07-21 Thread Raif S. Naffah
hello all, the attached patch adds support for handling 1 and 2, in addition to the existing 3, DES keys to the triple-DES cipher. the Mauve test TestOfTripleDES (in gnu.testlet.gnu.javax.crypto.cipher) was amended to test the new changes. 2006-07-22 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath ChangeLog gnu/javax/crypto/cipher/Tri...

2006-07-21 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/21 23:10:28 Modified files: . : ChangeLog gnu/javax/crypto/cipher: TripleDES.java Log message: 2006-07-22 Raif S. Naffah [EMAIL PROTECTED

[cp-patches] FYI: fix for PR 26302

2006-07-19 Thread Raif S. Naffah
hello all, the attached patch --already committed-- fixes the above PR. 2006-07-19 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/26302 * resource/java/security/classpath.security: Updated copyright year. (auth.login.defaultCallbackHandler): New property; set to our

Re: [cp-patches] GOST cipher patch

2006-07-19 Thread Raif S. Naffah
hello Morgon, On Wednesday 19 July 2006 04:46, Morgon Kanter wrote: Hello, Attached is a patch to add and enable the use of the GOST cipher. in GOST.java: * in the encrypt(), decrypt() and makeKey() methods you should add a test to check if the passed block size matches the cipher's default

[commit-cp] classpath resource/java/security/classpath.secu...

2006-07-19 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/19 09:11:59 Modified files: resource/java/security: classpath.security javax/security/auth/login: LoginContext.java . : ChangeLog Log message

[cp-patches] FYI: fix for PR 27205

2006-07-18 Thread Raif S. Naffah
hello all, the attached patch --already committed-- was originally submitted by David Walluck. it fixes the above PR. 2006-07-18 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/27205 * tools/gnu/classpath/tools/jarsigner/SFHelper.java (writeDSA): Check certificate

[commit-cp] classpath tools/gnu/classpath/tools/jarsigner/S...

2006-07-18 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/18 12:44:19 Modified files: tools/gnu/classpath/tools/jarsigner: SFHelper.java . : ChangeLog resource/gnu/classpath/tools/jarsigner: messages.properties

Re: [cp-patches] FYI: fix for PR Classpath/28391

2006-07-16 Thread Raif S. Naffah
hello Mark, On Sunday 16 July 2006 20:54, Mark Wielaard wrote: On Sun, 2006-07-16 at 16:00 +1000, Raif S. Naffah wrote: the attached patch --already committed-- fixes the above PR. a keystore should now be created if it is not there but only with the -genkey, -import and -identitydb

[commit-cp] classpath/tools/gnu/classpath/tools/keytool Com...

2006-07-16 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 16:35:44 Modified files: tools/gnu/classpath/tools/keytool: Command.java . : ChangeLog Log message: 2006-07-17 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath/gnu/javax/crypto/cipher DES.java Chan...

2006-07-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 02:49:38 Modified files: gnu/javax/crypto/cipher: DES.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath/gnu/javax/crypto/jce/params BlockCiph...

2006-07-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 02:59:32 Modified files: gnu/javax/crypto/jce/params: BlockCipherParameters.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah [EMAIL

[commit-cp] classpath/gnu/javax/crypto/kwa BaseKeyWrappingA...

2006-07-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 03:12:53 Modified files: gnu/javax/crypto/kwa: BaseKeyWrappingAlgorithm.java TripleDESKeyWrap.java AESKeyWrap.java

[commit-cp] classpath ChangeLog javax/crypto/Cipher.java

2006-07-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 03:23:50 Modified files: . : ChangeLog javax/crypto : Cipher.java Log message: 2006-07-16 Raif S. Naffah [EMAIL PROTECTED

[commit-cp] classpath ChangeLog gnu/javax/crypto/jce/GnuCry...

2006-07-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 03:34:34 Modified files: . : ChangeLog gnu/javax/crypto/jce: GnuCrypto.java Added files: gnu/javax/crypto/jce/cipher: TripleDESKeyWrapSpi.java

[commit-cp] classpath/tools/gnu/classpath/tools/keytool Com...

2006-07-15 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/16 05:56:00 Modified files: tools/gnu/classpath/tools/keytool: Command.java IdentityDBCmd.java

[commit-cp] classpath ChangeLog gnu/javax/crypto/pad/IPad.j...

2006-07-13 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/14 02:29:28 Modified files: . : ChangeLog gnu/javax/crypto/pad: IPad.java BasePad.java Log message: 2006-07-14 raif [EMAIL PROTECTED

Re: RSA-OAEP support in classpath-crypto

2006-07-11 Thread Raif S. Naffah
hello John. On Tuesday 11 July 2006 00:23, John Pritchard wrote: hi raif, Having a look at Pads again last night, there's no way for a Pad to get configured we can also add an additional initialisation method --init(Map attributes)-- to the padding interface to cater for this new

[commit-cp] classpath/gnu/javax/crypto/kwa

2006-07-09 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/09 07:30:24 New directory: gnu/javax/crypto/kwa CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/?cvsroot=classpath

Re: RSA-OAEP support in classpath-crypto

2006-07-07 Thread Raif S. Naffah
hello John, On Thursday 06 July 2006 23:04, John Pritchard wrote: ... Having a look at Pads again last night, there's no way for a Pad to get configured the only attribute that can currently be configured on an IPad is the pad block size. usually when an algorithm of a certain type offers

[commit-cp] classpath/gnu/javax/crypto/sasl crammd5/CramMD5...

2006-07-03 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/03 12:15:41 Modified files: gnu/javax/crypto/sasl/crammd5: CramMD5Registry.java CramMD5Server.java

[commit-cp] classpath/gnu/javax/crypto RSACipherImpl.java C...

2006-07-03 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/03 12:42:33 Modified files: gnu/javax/crypto: RSACipherImpl.java . : ChangeLog Log message: 2006-07-03 Raif S. Naffah [EMAIL PROTECTED

Re: [cp-patches] FYI: X peers

2006-07-01 Thread Raif S. Naffah
hello Michael, On Saturday 01 July 2006 20:05, Michael Koch wrote: On Sat, Jul 01, 2006 at 10:33:10AM +0200, Roman Kennke wrote: Am Samstag, den 01.07.2006, 09:24 +1000 schrieb Raif S. Naffah: On Friday 30 June 2006 01:27, Roman Kennke wrote: I checked in the Escher-based X peers

Re: [cp-patches] FYI: X peers

2006-07-01 Thread Raif S. Naffah
hello Michael, On Saturday 01 July 2006 20:05, Michael Koch wrote: On Sat, Jul 01, 2006 at 10:33:10AM +0200, Roman Kennke wrote: Am Samstag, den 01.07.2006, 09:24 +1000 schrieb Raif S. Naffah: On Friday 30 June 2006 01:27, Roman Kennke wrote: I checked in the Escher-based X peers

[commit-cp] classpath/gnu/javax/crypto/key dh/DiffieHellman...

2006-07-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/01 10:00:27 Modified files: gnu/javax/crypto/key/dh: DiffieHellmanKeyAgreement.java GnuDHKeyPairGenerator.java

[commit-cp] classpath/gnu/javax/crypto/mac UMac32.java TMMH...

2006-07-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/02 00:19:46 Modified files: gnu/javax/crypto/mac: UMac32.java TMMH16.java HMac.java HMacFactory.java MacInputStream.java

[commit-cp] classpath/gnu/javax/crypto/pad PKCS7.java PKCS1...

2006-07-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/02 01:58:47 Modified files: gnu/javax/crypto/pad: PKCS7.java PKCS1_V1_5.java BasePad.java WrongPaddingException.java IPad.java

[commit-cp] classpath/gnu/javax/crypto/prng CSPRNG.java ICM...

2006-07-01 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/07/02 03:01:20 Modified files: gnu/javax/crypto/prng: CSPRNG.java ICMGenerator.java ARCFour.java UMacGenerator.java PBKDF2

Re: [cp-patches] FYI: X peers

2006-06-30 Thread Raif S. Naffah
hello Roman, On Friday 30 June 2006 01:27, Roman Kennke wrote: I checked in the Escher-based X peers and added some configury for enabling it. To build the X peers you need the most recent Escher library, to be found here: http://kennke.org/~roman/escher-0.3.0.jar Configure with:

[commit-cp] classpath/gnu/javax/crypto jce/GnuCrypto.java j...

2006-06-28 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/06/28 11:16:54 Modified files: gnu/javax/crypto/jce: GnuCrypto.java DiffieHellmanImpl.java gnu/javax/crypto/key/dh: GnuDHKey.java GnuDHPublicKey.java

Re: diffie-hellman problem

2006-06-27 Thread Raif S. Naffah
hello Christian, On Tuesday 27 June 2006 08:25, Christian Thalinger wrote: Hi! I'm trying to run an application which uses a lot of crypto stuff and I ran into some problems. A friend of mine told me to try some tests, like this one:

Re: diffie-hellman problem

2006-06-27 Thread Raif S. Naffah
hello Christian, On Tuesday 27 June 2006 19:45, Christian Thalinger wrote: On Tue, 2006-06-27 at 19:35 +1000, Raif S. Naffah wrote: i'll have a closer look at it and will let you know. btw. i presume you're using the CVS HEAD? Yes, right. found the problem; should be able to check

[cp-patches] FYI: Remove RCS Revision string from some classes

2006-06-26 Thread Raif S. Naffah
hello all, the attahced patch --already committed-- removes the RCS Revision strings from 2 crypto classes. 2006-06-26 Raif S. Naffah [EMAIL PROTECTED] * gnu/java/security/key/rsa/RSAKeyPairRawCodec.java: Remove RCS Revision. * gnu/javax/crypto/assembly

[commit-cp] classpath/gnu java/security/key/rsaRSAKeyPairRa...

2006-06-26 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/06/26 13:42:54 Modified files: gnu/java/security/key/rsa: RSAKeyPairRawCodec.java . : ChangeLog gnu/javax/crypto/assembly: DeflateTransformer.java Log

[commit-cp] classpath/gnu/javax/crypto/cipher Twofish.java ...

2006-06-25 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/06/25 12:01:38 Modified files: gnu/javax/crypto/cipher: Twofish.java Cast5.java Blowfish.java BaseCipher.java DES.java

[commit-cp] classpath/gnu/javax/crypto/assembly CascadeStag...

2006-06-24 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/06/25 02:07:45 Modified files: gnu/javax/crypto/assembly: CascadeStage.java Operation.java CascadeTransformer.java Stage.java

[commit-cp] classpath/gnu/java/security prngIRandom.java pr...

2006-06-23 Thread Raif S. Naffah
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Raif S. Naffah raif 06/06/24 00:09:27 Modified files: gnu/java/security/prng: IRandom.java EntropySource.java RandomEventListener.java

  1   2   3   4   >